Compare commits
18 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| eb05bb99fd | |||
| 6b571e5497 | |||
| c604dbbe29 | |||
| fcf41ae025 | |||
| 802103b562 | |||
| fafeb0ec7a | |||
| 90ca81fef4 | |||
| bc91b47822 | |||
| cab0df2390 | |||
| b1fb03bf44 | |||
| 4d2e33c122 | |||
| 38b5788f07 | |||
| 81eb1f1a78 | |||
| 6db37304a7 | |||
| 7f604e9169 | |||
| f1eae01368 | |||
| 480a43b49f | |||
| ffaf0eaaeb |
@@ -4,13 +4,13 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
--background: #ffffff;
|
--background: #0a0a0a;
|
||||||
--card: #fafafa;
|
--card: #1a1a1a;
|
||||||
--foreground: #000000;
|
--foreground: #fffffae6;
|
||||||
--primary-cta: #ffcc00;
|
--primary-cta: #fde047;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #1a1a1a;
|
||||||
--accent: #e5e5e5;
|
--accent: #737373;
|
||||||
--background-accent: #f5f5f5;
|
--background-accent: #737373;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
@@ -495,7 +495,7 @@ html {
|
|||||||
body {
|
body {
|
||||||
background-color: var(--background);
|
background-color: var(--background);
|
||||||
color: var(--foreground);
|
color: var(--foreground);
|
||||||
font-family: var(--font-inter-tight), sans-serif;
|
font-family: var(--font-ibm-plex-sans), sans-serif;
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
overscroll-behavior: none;
|
overscroll-behavior: none;
|
||||||
@@ -508,5 +508,5 @@ h3,
|
|||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
font-family: var(--font-inter-tight), sans-serif;
|
font-family: var(--font-ibm-plex-sans), sans-serif;
|
||||||
}
|
}
|
||||||
@@ -1273,4 +1273,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
193
src/app/page.tsx
193
src/app/page.tsx
@@ -1,6 +1,13 @@
|
|||||||
"use client";
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
|
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
|
||||||
|
import HeroBillboardMetrics from '@/components/sections/hero/HeroBillboardMetrics';
|
||||||
|
import ProductCardSix from '@/components/sections/product/ProductCardSix';
|
||||||
|
import TextAbout from '@/components/sections/about/TextAbout';
|
||||||
|
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
|
||||||
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||||
|
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -16,11 +23,187 @@ export default function LandingPage() {
|
|||||||
secondaryButtonStyle="layered"
|
secondaryButtonStyle="layered"
|
||||||
headingFontWeight="semibold"
|
headingFontWeight="semibold"
|
||||||
>
|
>
|
||||||
<div>
|
<div id="nav" data-section="nav">
|
||||||
<h1>Welcome to Ben's Portfolio</h1>
|
<NavbarStyleMinimal
|
||||||
<p>3D Artist & Blender Specialist</p>
|
brandName="Ben"
|
||||||
<p>Professional 3D artist specializing in Blender modeling, rendering, and animation. Transforming concepts into stunning visual reality.</p>
|
button={{
|
||||||
|
text: "Get in Touch",
|
||||||
|
href: "#contact"
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="hero" data-section="hero">
|
||||||
|
<HeroBillboardMetrics
|
||||||
|
title="3D Artist & Blender Specialist"
|
||||||
|
description="Crafting immersive digital experiences through advanced 3D modeling, rendering, and animation. Transforming concepts into stunning visual reality."
|
||||||
|
tag="3D Creative"
|
||||||
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766888719283-nfmcx166.jpg"
|
||||||
|
imageAlt="Hero 3D render"
|
||||||
|
frameStyle="card"
|
||||||
|
metricsLabel="Trusted by studios and brands worldwide"
|
||||||
|
metrics={[
|
||||||
|
{
|
||||||
|
id: "1",
|
||||||
|
value: "8+",
|
||||||
|
label: "Years in 3D"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "2",
|
||||||
|
value: "150+",
|
||||||
|
label: "Projects Completed"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "3",
|
||||||
|
value: "50+",
|
||||||
|
label: "Happy Clients"
|
||||||
|
}
|
||||||
|
]}
|
||||||
|
buttons={[
|
||||||
|
{
|
||||||
|
text: "View Portfolio",
|
||||||
|
href: "#gallery"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
text: "Learn More",
|
||||||
|
href: "#about"
|
||||||
|
}
|
||||||
|
]}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="gallery" data-section="gallery">
|
||||||
|
<ProductCardSix
|
||||||
|
title="Featured Work"
|
||||||
|
description="Explore my latest 3D renders and creative projects. Each piece showcases technical expertise and artistic vision."
|
||||||
|
products={[
|
||||||
|
{
|
||||||
|
id: "1",
|
||||||
|
name: "Character Modeling",
|
||||||
|
price: "Portfolio",
|
||||||
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766888720392-ehsyl2xj.jpg",
|
||||||
|
imageAlt: "3D character model"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "2",
|
||||||
|
name: "Visual Effects",
|
||||||
|
price: "Portfolio",
|
||||||
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766888721289-rze89n00.jpg",
|
||||||
|
imageAlt: "3D animation and effects"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "3",
|
||||||
|
name: "Product Rendering",
|
||||||
|
price: "Portfolio",
|
||||||
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766888722652-paaoqfev.jpg",
|
||||||
|
imageAlt: "3D product render"
|
||||||
|
}
|
||||||
|
]}
|
||||||
|
gridVariant="uniform-all-items-equal"
|
||||||
|
animationType="slide-up"
|
||||||
|
textboxLayout="default"
|
||||||
|
useInvertedBackground="noInvert"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="about" data-section="about">
|
||||||
|
<TextAbout
|
||||||
|
title="I bring imagination to life through cutting-edge 3D technology and creative storytelling"
|
||||||
|
useInvertedBackground="noInvert"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="skills" data-section="skills">
|
||||||
|
<FeatureCardEight
|
||||||
|
title="Core Competencies"
|
||||||
|
description="Specialized expertise in 3D creation and digital art production"
|
||||||
|
features={[
|
||||||
|
{
|
||||||
|
id: 1,
|
||||||
|
title: "3D Modeling",
|
||||||
|
description: "Advanced character and environment modeling using Blender and industry-standard techniques",
|
||||||
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766888720392-ehsyl2xj.jpg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: 2,
|
||||||
|
title: "Rendering & Shading",
|
||||||
|
description: "Photorealistic rendering with Cycles and specialized material development",
|
||||||
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766888721289-rze89n00.jpg"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: 3,
|
||||||
|
title: "Animation",
|
||||||
|
description: "Smooth character rigging, motion capture, and keyframe animation",
|
||||||
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766888722652-paaoqfev.jpg"
|
||||||
|
}
|
||||||
|
]}
|
||||||
|
textboxLayout="default"
|
||||||
|
useInvertedBackground="noInvert"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="contact" data-section="contact">
|
||||||
|
<ContactSplit
|
||||||
|
tag="Get Started"
|
||||||
|
title="Ready to bring your vision to life?"
|
||||||
|
description="Interested in collaborating on your next 3D project? Reach out directly or subscribe for updates on my latest work."
|
||||||
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766888725581-tp75ftz7.jpg"
|
||||||
|
imageAlt="Contact section"
|
||||||
|
mediaPosition="right"
|
||||||
|
inputPlaceholder="your@email.com"
|
||||||
|
buttonText="Subscribe"
|
||||||
|
termsText="We respect your privacy. Unsubscribe anytime."
|
||||||
|
useInvertedBackground="noInvert"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="footer" data-section="footer">
|
||||||
|
<FooterBaseCard
|
||||||
|
logoText="Ben"
|
||||||
|
columns={[
|
||||||
|
{
|
||||||
|
title: "Work",
|
||||||
|
items: [
|
||||||
|
{
|
||||||
|
label: "Portfolio",
|
||||||
|
href: "#gallery"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: "Services",
|
||||||
|
href: "#skills"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "About",
|
||||||
|
items: [
|
||||||
|
{
|
||||||
|
label: "Bio",
|
||||||
|
href: "#about"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: "Contact",
|
||||||
|
href: "#contact"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: "Connect",
|
||||||
|
items: [
|
||||||
|
{
|
||||||
|
label: "Email",
|
||||||
|
href: "mailto:ben@example.com"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: "ArtStation",
|
||||||
|
href: "#"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]}
|
||||||
|
copyrightText="© 2025 Ben - 3D Artist & Blender Specialist"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user