Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
418
src/app/page.tsx
418
src/app/page.tsx
@@ -28,309 +28,137 @@ export default function LandingPage() {
|
||||
headingFontWeight="light"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Projects",
|
||||
id: "projects",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="DevStudio"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Projects", id: "projects" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="DevStudio"
|
||||
button={{ text: "Get in touch", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlay
|
||||
title="Crafting Immersive Digital Realities"
|
||||
description="Innovative web developer specializing in 3D interactive design, high-performance web applications, and cutting-edge user experiences."
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=r6k3xs"
|
||||
imageAlt="Developer 3D Avatar"
|
||||
showBlur={true}
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jr54t7",
|
||||
alt: "Collaborator Sarah",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=dq2hv8",
|
||||
alt: "Collaborator Mark",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nqdjmt",
|
||||
alt: "Collaborator Elena",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kevnyh",
|
||||
alt: "Collaborator John",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8u166g",
|
||||
alt: "Collaborator Lisa",
|
||||
},
|
||||
]}
|
||||
avatarText="Trusted by industry leaders"
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlay
|
||||
title="Crafting Immersive Digital Realities"
|
||||
description="Innovative web developer specializing in 3D interactive design, high-performance web applications, and cutting-edge user experiences."
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=r6k3xs"
|
||||
imageAlt="Developer 3D Avatar"
|
||||
showBlur={true}
|
||||
avatars={[
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jr54t7", alt: "Collaborator Sarah" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=dq2hv8", alt: "Collaborator Mark" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nqdjmt", alt: "Collaborator Elena" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kevnyh", alt: "Collaborator John" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8u166g", alt: "Collaborator Lisa" },
|
||||
]}
|
||||
avatarText="Trusted by industry leaders"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Bridging Design and Development"
|
||||
tag="My Philosophy"
|
||||
tagIcon={Sparkles}
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Bridging Design and Development"
|
||||
tag="My Philosophy"
|
||||
tagIcon={Sparkles}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="projects" data-section="projects">
|
||||
<ProductCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Studio",
|
||||
name: "3D Experience Platform",
|
||||
price: "Featured",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bt5dk1",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Agency",
|
||||
name: "Interactive Portfolio",
|
||||
price: "Featured",
|
||||
rating: 5,
|
||||
reviewCount: "85",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=x4og1a",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Tech",
|
||||
name: "SaaS Dashboard UI",
|
||||
price: "Featured",
|
||||
rating: 5,
|
||||
reviewCount: "92",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nczode",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Retail",
|
||||
name: "E-comm AR Store",
|
||||
price: "Featured",
|
||||
rating: 4,
|
||||
reviewCount: "54",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=m8wobr",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Fintech",
|
||||
name: "Data Analytics Map",
|
||||
price: "Featured",
|
||||
rating: 5,
|
||||
reviewCount: "104",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=byzr0r",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Design",
|
||||
name: "Minimal Branding Site",
|
||||
price: "Featured",
|
||||
rating: 5,
|
||||
reviewCount: "77",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4bjwnx",
|
||||
},
|
||||
]}
|
||||
title="Selected Digital Works"
|
||||
description="Showcasing high-impact projects that define my technical expertise."
|
||||
/>
|
||||
</div>
|
||||
<div id="projects" data-section="projects">
|
||||
<ProductCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", brand: "Studio", name: "3D Experience Platform", price: "Featured", rating: 5, reviewCount: "120", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bt5dk1" },
|
||||
{ id: "p2", brand: "Agency", name: "Interactive Portfolio", price: "Featured", rating: 5, reviewCount: "85", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=x4og1a" },
|
||||
{ id: "p3", brand: "Tech", name: "SaaS Dashboard UI", price: "Featured", rating: 5, reviewCount: "92", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nczode" },
|
||||
{ id: "p4", brand: "Retail", name: "E-comm AR Store", price: "Featured", rating: 4, reviewCount: "54", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=m8wobr" },
|
||||
{ id: "p5", brand: "Fintech", name: "Data Analytics Map", price: "Featured", rating: 5, reviewCount: "104", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=byzr0r" },
|
||||
{ id: "p6", brand: "Design", name: "Minimal Branding Site", price: "Featured", rating: 5, reviewCount: "77", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4bjwnx" },
|
||||
]}
|
||||
title="Selected Digital Works"
|
||||
description="Showcasing high-impact projects that define my technical expertise."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="skills" data-section="skills">
|
||||
<MetricCardThree
|
||||
animationType="depth-3d"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: Code,
|
||||
title: "Web Architecture",
|
||||
value: "Expert",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Layers,
|
||||
title: "3D Interactivity",
|
||||
value: "Advanced",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Zap,
|
||||
title: "Performance Tuning",
|
||||
value: "Pro",
|
||||
},
|
||||
]}
|
||||
title="Core Technical Proficiencies"
|
||||
description="Constantly learning to stay at the forefront of the modern web ecosystem."
|
||||
/>
|
||||
</div>
|
||||
<div id="skills" data-section="skills">
|
||||
<MetricCardThree
|
||||
animationType="depth-3d"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "m1", icon: Code, title: "Web Architecture", value: "Expert" },
|
||||
{ id: "m2", icon: Layers, title: "3D Interactivity", value: "Advanced" },
|
||||
{ id: "m3", icon: Zap, title: "Performance Tuning", value: "Pro" },
|
||||
]}
|
||||
title="Core Technical Proficiencies"
|
||||
description="Constantly learning to stay at the forefront of the modern web ecosystem."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
role: "Creative Lead",
|
||||
company: "Studio",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jr54t7",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mark D.",
|
||||
role: "Product Manager",
|
||||
company: "TechLab",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=dq2hv8",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Elena P.",
|
||||
role: "Design Director",
|
||||
company: "VividCo",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nqdjmt",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "John K.",
|
||||
role: "Founder",
|
||||
company: "Startup",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kevnyh",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Lisa R.",
|
||||
role: "Design Consultant",
|
||||
company: "BrandX",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8u166g",
|
||||
},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "50+",
|
||||
label: "Projects Completed",
|
||||
},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Client Success",
|
||||
},
|
||||
{
|
||||
value: "5/5",
|
||||
label: "Average Rating",
|
||||
},
|
||||
]}
|
||||
title="Collaborative Perspectives"
|
||||
description="Valuing partnerships and delivering exceptional results across digital projects."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
animationType="depth-3d"
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Sarah J.", role: "Creative Lead", company: "Studio", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=jr54t7" },
|
||||
{ id: "t2", name: "Mark D.", role: "Product Manager", company: "TechLab", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=dq2hv8" },
|
||||
{ id: "t3", name: "Elena P.", role: "Design Director", company: "VividCo", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nqdjmt" },
|
||||
{ id: "t4", name: "John K.", role: "Founder", company: "Startup", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kevnyh" },
|
||||
{ id: "t5", name: "Lisa R.", role: "Design Consultant", company: "BrandX", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8u166g" },
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "50+", label: "Projects Completed" },
|
||||
{ value: "100%", label: "Client Success" },
|
||||
{ value: "5/5", label: "Average Rating" },
|
||||
]}
|
||||
title="Collaborative Perspectives"
|
||||
description="Valuing partnerships and delivering exceptional results across digital projects."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "What tools do you use?",
|
||||
content: "I specialize in Three.js, React, and GSAP for high-end web experiences.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "How do you handle performance?",
|
||||
content: "I use code splitting, image optimization, and efficient animation cycles.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Are you available for freelance?",
|
||||
content: "I am currently accepting limited new projects for bespoke digital experiences.",
|
||||
},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Insights into my technical process and workflow approach."
|
||||
faqsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "f1", title: "What tools do you use?", content: "I specialize in Three.js, React, and GSAP for high-end web experiences." },
|
||||
{ id: "f2", title: "How do you handle performance?", content: "I use code splitting, image optimization, and efficient animation cycles." },
|
||||
{ id: "f3", title: "Are you available for freelance?", content: "I am currently accepting limited new projects for bespoke digital experiences." },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Insights into my technical process and workflow approach."
|
||||
faqsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
tag="Let's collaborate"
|
||||
title="Start your journey"
|
||||
description="Let's build something extraordinary together. I'm ready to take your vision to the next level."
|
||||
buttons={[
|
||||
{
|
||||
text: "Connect with me",
|
||||
href: "mailto:dev@studio.com",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Let's collaborate"
|
||||
title="Start your journey"
|
||||
description="Let's build something extraordinary together. I'm ready to take your vision to the next level."
|
||||
buttons={[{ text: "Connect with me", href: "mailto:dev@studio.com" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Projects",
|
||||
href: "#projects",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "Email",
|
||||
href: "mailto:dev@studio.com",
|
||||
},
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
bottomLeftText="© 2024 DevStudio."
|
||||
bottomRightText="All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{ title: "Explore", items: [{ label: "About", href: "#about" }, { label: "Projects", href: "#projects" }] },
|
||||
{ title: "Contact", items: [{ label: "Email", href: "mailto:dev@studio.com" }, { label: "Twitter", href: "#" }] },
|
||||
]}
|
||||
bottomLeftText="© 2024 DevStudio."
|
||||
bottomRightText="All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user