1 Commits

Author SHA1 Message Date
fafeb0ec7a Update src/app/page.tsx 2025-12-28 03:26:11 +00:00

View File

@@ -1,6 +1,13 @@
"use client"; "use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
import HeroBillboard from "@/components/sections/hero/HeroBillboard";
import ProductCardOne from "@/components/sections/product/ProductCardOne";
import MediaSplitTabsAbout from "@/components/sections/about/MediaSplitTabsAbout";
import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven";
import ContactSplit from "@/components/sections/contact/ContactSplit";
import FooterSocial from "@/components/sections/footer/FooterSocial";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -17,232 +24,173 @@ export default function LandingPage() {
headingFontWeight="normal" headingFontWeight="normal"
> >
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<nav className="w-full bg-background/80 backdrop-blur-sm border-b border-border"> <NavbarStyleCentered
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> navItems={[
<div className="flex justify-between h-16"> { name: "Gallery", id: "gallery" },
<div className="flex items-center"> { name: "About", id: "about" },
<span className="text-xl font-bold text-foreground">Ben</span> { name: "Skills", id: "skills" },
</div> { name: "Contact", id: "contact" },
<div className="flex items-center"> ]}
<a href="#contact" className="bg-primary-cta text-primary-cta-foreground px-4 py-2 rounded-md hover:opacity-90 transition-opacity"> button={{ text: "Get in Touch", href: "contact" }}
Get in Touch brandName="Ben"
</a> />
</div>
</div>
</div>
</nav>
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<section className="py-20 px-4"> <HeroBillboard
<div className="max-w-7xl mx-auto text-center"> title="3D Artist & Blender Specialist"
<div className="inline-flex items-center px-3 py-1 rounded-full bg-accent/20 text-accent-foreground text-sm mb-6"> description="Crafting immersive digital experiences through advanced 3D modeling, rendering, and animation. Transforming concepts into stunning visual reality."
<span>3D Creative</span> tag="3D Creative"
</div> buttons={[
<h1 className="text-4xl md:text-6xl font-bold text-foreground mb-6"> { text: "View Portfolio", href: "gallery" },
3D Artist & Blender Specialist { text: "Get Started", href: "contact" },
</h1> ]}
<p className="text-xl text-muted-foreground mb-8 max-w-3xl mx-auto"> imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766888719283-nfmcx166.jpg"
Crafting immersive digital experiences through advanced 3D modeling, rendering, and animation. Transforming concepts into stunning visual reality. imageAlt="3D Artist Portfolio"
</p> frameStyle="card"
<div className="flex flex-col sm:flex-row gap-4 justify-center mb-12"> />
<a href="#gallery" className="bg-primary-cta text-primary-cta-foreground px-6 py-3 rounded-md hover:opacity-90 transition-opacity">
View Portfolio
</a>
<a href="#contact" className="border border-border text-foreground px-6 py-3 rounded-md hover:bg-accent hover:text-accent-foreground transition-colors">
Get Started
</a>
</div>
<div className="grid grid-cols-3 gap-8 max-w-2xl mx-auto">
<div className="text-center">
<div className="text-2xl font-bold text-foreground">8+</div>
<div className="text-sm text-muted-foreground">Years in 3D</div>
</div>
<div className="text-center">
<div className="text-2xl font-bold text-foreground">150+</div>
<div className="text-sm text-muted-foreground">Projects Completed</div>
</div>
<div className="text-center">
<div className="text-2xl font-bold text-foreground">50+</div>
<div className="text-sm text-muted-foreground">Happy Clients</div>
</div>
</div>
</div>
</section>
</div> </div>
<div id="gallery" data-section="gallery"> <div id="gallery" data-section="gallery">
<section className="py-20 px-4"> <ProductCardOne
<div className="max-w-7xl mx-auto"> title="Featured Work"
<div className="text-center mb-12"> description="Explore my latest 3D renders and creative projects. Each piece showcases technical expertise and artistic vision."
<h2 className="text-3xl font-bold text-foreground mb-4">Featured Work</h2> products={[
<p className="text-xl text-muted-foreground max-w-2xl mx-auto"> {
Explore my latest 3D renders and creative projects. Each piece showcases technical expertise and artistic vision. id: "1",
</p> name: "Character Modeling",
</div> price: "Advanced",
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8"> imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766888720392-ehsyl2xj.jpg",
<div className="bg-card rounded-lg overflow-hidden border border-border"> imageAlt: "3D character model",
<img src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766888720392-ehsyl2xj.jpg" alt="3D character model" className="w-full h-48 object-cover" /> },
<div className="p-6"> {
<h3 className="text-xl font-semibold text-card-foreground mb-2">Character Modeling</h3> id: "2",
<p className="text-sm text-muted-foreground"> name: "Visual Effects",
Advanced character sculpting and topology optimization using Blender. Includes rigging setup, UV unwrapping, and texture preparation for animation pipelines. price: "Dynamic",
</p> imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766888721289-rze89n00.jpg",
</div> imageAlt: "3D animation and effects",
</div> },
<div className="bg-card rounded-lg overflow-hidden border border-border"> {
<img src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766888721289-rze89n00.jpg" alt="3D animation and effects" className="w-full h-48 object-cover" /> id: "3",
<div className="p-6"> name: "Product Rendering",
<h3 className="text-xl font-semibold text-card-foreground mb-2">Visual Effects</h3> price: "Photorealistic",
<p className="text-sm text-muted-foreground"> imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766888722652-paaoqfev.jpg",
Particle systems, simulations, and motion graphics. Built with Blender's Geometry Nodes and shader effects to create dynamic visual experiences. imageAlt: "3D product render",
</p> },
</div> ]}
</div> textboxLayout="default"
<div className="bg-card rounded-lg overflow-hidden border border-border"> animationType="slide-up"
<img src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766888722652-paaoqfev.jpg" alt="3D product render" className="w-full h-48 object-cover" /> gridVariant="three-columns-all-equal-width"
<div className="p-6"> useInvertedBackground="noInvert"
<h3 className="text-xl font-semibold text-card-foreground mb-2">Product Rendering</h3> />
<p className="text-sm text-muted-foreground">
High-fidelity product visualization with photorealistic lighting and materials. Optimized for e-commerce and marketing presentations.
</p>
</div>
</div>
</div>
</div>
</section>
</div> </div>
<div id="about" data-section="about"> <div id="about" data-section="about">
<section className="py-20 px-4"> <MediaSplitTabsAbout
<div className="max-w-4xl mx-auto text-center"> title="I bring imagination to life through cutting-edge 3D technology and creative storytelling"
<h2 className="text-3xl md:text-5xl font-bold text-foreground mb-8"> tabs={[
I bring imagination to life through cutting-edge 3D technology and creative storytelling {
</h2> id: "vision",
<div className="flex flex-col sm:flex-row gap-4 justify-center"> label: "Vision",
<a href="#gallery" className="bg-primary-cta text-primary-cta-foreground px-6 py-3 rounded-md hover:opacity-90 transition-opacity"> description: "Bringing concepts to life through innovative 3D visualization and artistic storytelling.",
View All Work },
</a> {
<a href="#contact" className="border border-border text-foreground px-6 py-3 rounded-md hover:bg-accent hover:text-accent-foreground transition-colors"> id: "expertise",
Get Started label: "Expertise",
</a> description: "Specialized in Blender, character modeling, photorealistic rendering, and animation pipelines.",
</div> },
</div> {
</section> id: "approach",
label: "Approach",
description: "Combining technical excellence with creative vision to deliver stunning visual results.",
},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766888725581-tp75ftz7.jpg"
imageAlt="About section"
imagePosition="right"
useInvertedBackground="noInvert"
/>
</div> </div>
<div id="skills" data-section="skills"> <div id="skills" data-section="skills">
<section className="py-20 px-4"> <MetricCardEleven
<div className="max-w-7xl mx-auto"> title="Core Competencies"
<div className="text-center mb-12"> description="Specialized expertise in 3D creation and digital art production"
<h2 className="text-3xl font-bold text-foreground mb-4">Core Competencies</h2> metrics={[
<p className="text-xl text-muted-foreground"> {
Specialized expertise in 3D creation and digital art production id: "1",
</p> value: "8+",
</div> title: "Years in 3D",
<div className="grid grid-cols-1 md:grid-cols-3 gap-8"> description: "Professional experience in 3D creation",
<div className="bg-card rounded-lg overflow-hidden border border-border"> imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766888720392-ehsyl2xj.jpg",
<img src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766888720392-ehsyl2xj.jpg" alt="3D Modeling" className="w-full h-48 object-cover" /> imageAlt: "3D Modeling",
<div className="p-6"> },
<h3 className="text-xl font-semibold text-card-foreground mb-2">3D Modeling</h3> {
<p className="text-sm text-muted-foreground"> id: "2",
Advanced character and environment modeling using Blender and industry-standard techniques value: "150+",
</p> title: "Projects Completed",
</div> description: "High-quality deliverables across industries",
</div> imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766888721289-rze89n00.jpg",
<div className="bg-card rounded-lg overflow-hidden border border-border"> imageAlt: "Rendering & Shading",
<img src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766888721289-rze89n00.jpg" alt="Rendering & Shading" className="w-full h-48 object-cover" /> },
<div className="p-6"> {
<h3 className="text-xl font-semibold text-card-foreground mb-2">Rendering & Shading</h3> id: "3",
<p className="text-sm text-muted-foreground"> value: "50+",
Photorealistic rendering with Cycles and specialized material development title: "Happy Clients",
</p> description: "Satisfied clients worldwide",
</div> imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766888722652-paaoqfev.jpg",
</div> imageAlt: "Animation",
<div className="bg-card rounded-lg overflow-hidden border border-border"> },
<img src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766888722652-paaoqfev.jpg" alt="Animation" className="w-full h-48 object-cover" /> ]}
<div className="p-6"> textboxLayout="default"
<h3 className="text-xl font-semibold text-card-foreground mb-2">Animation</h3> animationType="slide-up"
<p className="text-sm text-muted-foreground"> useInvertedBackground="noInvert"
Smooth character rigging, motion capture, and keyframe animation />
</p>
</div>
</div>
</div>
</div>
</section>
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<section className="py-20 px-4"> <ContactSplit
<div className="max-w-7xl mx-auto"> tag="Get Started"
<div className="grid grid-cols-1 lg:grid-cols-2 gap-12 items-center"> title="Ready to bring your vision to life?"
<div> description="Interested in collaborating on your next 3D project? Reach out directly or subscribe for updates on my latest work."
<div className="inline-flex items-center px-3 py-1 rounded-full bg-accent/20 text-accent-foreground text-sm mb-4"> useInvertedBackground="noInvert"
Get Started imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766888725581-tp75ftz7.jpg"
</div> imageAlt="Contact section"
<h2 className="text-3xl font-bold text-foreground mb-4"> mediaPosition="right"
Ready to bring your vision to life? inputPlaceholder="your@email.com"
</h2> buttonText="Subscribe"
<p className="text-lg text-muted-foreground mb-8"> termsText="We respect your privacy. Unsubscribe anytime."
Interested in collaborating on your next 3D project? Reach out directly or subscribe for updates on my latest work. />
</p>
<div className="flex gap-4">
<input
type="email"
placeholder="your@email.com"
className="flex-1 px-4 py-2 border border-border rounded-md bg-background text-foreground focus:outline-none focus:ring-2 focus:ring-primary"
/>
<button className="bg-primary-cta text-primary-cta-foreground px-6 py-2 rounded-md hover:opacity-90 transition-opacity">
Subscribe
</button>
</div>
<p className="text-sm text-muted-foreground mt-4">
We respect your privacy. Unsubscribe anytime.
</p>
</div>
<div>
<img src="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766888725581-tp75ftz7.jpg" alt="Contact section" className="w-full rounded-lg" />
</div>
</div>
</div>
</section>
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<footer className="py-12 px-4 border-t border-border"> <FooterSocial
<div className="max-w-7xl mx-auto"> logoText="Ben"
<div className="grid grid-cols-1 md:grid-cols-4 gap-8"> columns={[
<div> {
<div className="text-xl font-bold text-foreground mb-4">Ben</div> title: "Work",
</div> items: [
<div> { label: "Portfolio", href: "gallery" },
<h3 className="font-semibold text-foreground mb-3">Work</h3> { label: "Services", href: "skills" },
<ul className="space-y-2"> ],
<li><a href="#gallery" className="text-muted-foreground hover:text-foreground transition-colors">Portfolio</a></li> },
<li><a href="#skills" className="text-muted-foreground hover:text-foreground transition-colors">Services</a></li> {
</ul> title: "About",
</div> items: [
<div> { label: "Bio", href: "about" },
<h3 className="font-semibold text-foreground mb-3">About</h3> { label: "Contact", href: "contact" },
<ul className="space-y-2"> ],
<li><a href="#about" className="text-muted-foreground hover:text-foreground transition-colors">Bio</a></li> },
<li><a href="#contact" className="text-muted-foreground hover:text-foreground transition-colors">Contact</a></li> {
</ul> title: "Connect",
</div> items: [
<div> { label: "Email", href: "mailto:ben@example.com" },
<h3 className="font-semibold text-foreground mb-3">Connect</h3> { label: "ArtStation", href: "https://artstation.com" },
<ul className="space-y-2"> ],
<li><a href="mailto:ben@example.com" className="text-muted-foreground hover:text-foreground transition-colors">Email</a></li> },
<li><a href="#" className="text-muted-foreground hover:text-foreground transition-colors">ArtStation</a></li> ]}
</ul> copyrightText="© 2025 Ben - 3D Artist & Blender Specialist"
</div> />
</div>
<div className="mt-8 pt-8 border-t border-border text-center text-muted-foreground">
© 2025 Ben - 3D Artist & Blender Specialist
</div>
</div>
</footer>
</div> </div>
</ThemeProvider> </ThemeProvider>
); );