18 Commits

Author SHA1 Message Date
eb05bb99fd Merge version_8 into main
Merge version_8 into main
2025-12-28 14:23:24 +00:00
6b571e5497 Update src/app/page.tsx 2025-12-28 14:23:19 +00:00
c604dbbe29 Update src/app/layout.tsx 2025-12-28 14:23:18 +00:00
fcf41ae025 Update src/app/globals.css 2025-12-28 14:23:17 +00:00
802103b562 Merge version_7 into main
Merge version_7 into main
2025-12-28 03:26:16 +00:00
fafeb0ec7a Update src/app/page.tsx 2025-12-28 03:26:11 +00:00
90ca81fef4 Merge version_6 into main
Merge version_6 into main
2025-12-28 03:07:11 +00:00
bc91b47822 Update src/app/page.tsx 2025-12-28 03:07:07 +00:00
cab0df2390 Update src/app/layout.tsx 2025-12-28 03:07:06 +00:00
b1fb03bf44 Merge version_6 into main
Merge version_6 into main
2025-12-28 03:05:20 +00:00
4d2e33c122 Update src/app/page.tsx 2025-12-28 03:05:16 +00:00
38b5788f07 Update src/app/layout.tsx 2025-12-28 03:05:15 +00:00
81eb1f1a78 Merge version_5 into main
Merge version_5 into main
2025-12-28 03:03:05 +00:00
6db37304a7 Merge version_5 into main
Merge version_5 into main
2025-12-28 03:01:50 +00:00
7f604e9169 Merge version_5 into main
Merge version_5 into main
2025-12-28 03:00:21 +00:00
f1eae01368 Merge version_4 into main
Merge version_4 into main
2025-12-28 02:47:59 +00:00
480a43b49f Merge version_3 into main
Merge version_3 into main
2025-12-28 02:40:01 +00:00
ffaf0eaaeb Merge version_2 into main
Merge version_2 into main
2025-12-28 02:31:15 +00:00
3 changed files with 198 additions and 15 deletions

View File

@@ -4,13 +4,13 @@
/* Base units */
/* --vw is set by ThemeProvider */
--background: #ffffff;
--card: #fafafa;
--foreground: #000000;
--primary-cta: #ffcc00;
--secondary-cta: #ffffff;
--accent: #e5e5e5;
--background-accent: #f5f5f5;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #fffffae6;
--primary-cta: #fde047;
--secondary-cta: #1a1a1a;
--accent: #737373;
--background-accent: #737373;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
@@ -495,7 +495,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-inter-tight), sans-serif;
font-family: var(--font-ibm-plex-sans), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -508,5 +508,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-inter-tight), sans-serif;
font-family: var(--font-ibm-plex-sans), sans-serif;
}

View File

@@ -1273,4 +1273,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -1,6 +1,13 @@
"use client";
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() {
return (
@@ -16,11 +23,187 @@ export default function LandingPage() {
secondaryButtonStyle="layered"
headingFontWeight="semibold"
>
<div>
<h1>Welcome to Ben's Portfolio</h1>
<p>3D Artist & Blender Specialist</p>
<p>Professional 3D artist specializing in Blender modeling, rendering, and animation. Transforming concepts into stunning visual reality.</p>
<div id="nav" data-section="nav">
<NavbarStyleMinimal
brandName="Ben"
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>
</ThemeProvider>
);
}
}