Update src/app/page.tsx

This commit is contained in:
2026-05-20 19:04:55 +00:00
parent 66a1229316
commit 66d4dca391

View File

@@ -2,9 +2,9 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactSplit from '@/components/sections/contact/ContactSplit';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroCentered from '@/components/sections/hero/HeroCentered';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
@@ -30,22 +30,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Services",
id: "features",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Services", id: "features" },
{ name: "Contact", id: "contact" },
]}
brandName="IMMERSIVE3D"
/>
@@ -53,60 +41,23 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCentered
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
title="Immersive 3D Design Premium Digital Experiences"
description="We transform static websites into interactive worlds that captivate audiences and drive engagement. Experience the future of web design today."
avatars={[
{
src: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-66975.jpg",
alt: "Client 1",
},
{
src: "http://img.b2bpic.net/free-photo/studio-portrait-handsome-afro-american-male-elegant-brown-jacket-hat-isolated-dark-background_613910-17815.jpg",
alt: "Client 2",
},
{
src: "http://img.b2bpic.net/free-photo/financial-department-team-leader-researching-marketing-ideas-while-analyzing-company-expenses-report-startup-project-manager-developing-budget-growth-solutions-while-brainstorming-promoting-strategy_482257-38904.jpg",
alt: "Client 3",
},
{
src: "http://img.b2bpic.net/free-photo/project-leder-with-disabilities-looking-front-sitting-immobilized-wheelchair-business-office-room_482257-2404.jpg",
alt: "Client 4",
},
{
src: "http://img.b2bpic.net/free-photo/close-up-labor-union-member_23-2150969909.jpg",
alt: "Client 5",
},
]}
buttons={[
{
text: "Explore Our Work",
href: "#features",
},
{ src: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-66975.jpg", alt: "Client 1" },
{ src: "http://img.b2bpic.net/free-photo/studio-portrait-handsome-afro-american-male-elegant-brown-jacket-hat-isolated-dark-background_613910-17815.jpg", alt: "Client 2" },
{ src: "http://img.b2bpic.net/free-photo/financial-department-team-leader-researching-marketing-ideas-while-analyzing-company-expenses-report-startup-project-manager-developing-budget-growth-solutions-while-brainstorming-promoting-strategy_482257-38904.jpg", alt: "Client 3" },
{ src: "http://img.b2bpic.net/free-photo/project-leder-with-disabilities-looking-front-sitting-immobilized-wheelchair-business-office-room_482257-2404.jpg", alt: "Client 4" },
{ src: "http://img.b2bpic.net/free-photo/close-up-labor-union-member_23-2150969909.jpg", alt: "Client 5" },
]}
buttons={[{ text: "Explore Our Work", href: "#features" }]}
marqueeItems={[
{
type: "text",
text: "Next-Gen Web",
},
{
type: "text",
text: "Interactive 3D",
},
{
type: "text",
text: "Immersive Experiences",
},
{
type: "text",
text: "High Performance",
},
{
type: "text",
text: "Award Winning",
},
{ type: "text", text: "Next-Gen Web" },
{ type: "text", text: "Interactive 3D" },
{ type: "text", text: "Immersive Experiences" },
{ type: "text", text: "High Performance" },
{ type: "text", text: "Award Winning" },
]}
/>
</div>
@@ -117,18 +68,9 @@ export default function LandingPage() {
title="Art Meets Technology"
description="Our studio bridges the gap between high-fidelity 3D artistry and performant web development to deliver experiences that truly stand out."
metrics={[
{
value: "100+",
title: "Projects Launched",
},
{
value: "50+",
title: "Award Wins",
},
{
value: "99%",
title: "Client Satisfaction",
},
{ value: "100+", title: "Projects Launched" },
{ value: "50+", title: "Award Wins" },
{ value: "99%", title: "Client Satisfaction" },
]}
imageSrc="http://img.b2bpic.net/free-photo/black-developer-creating-machine-parts_482257-127095.jpg"
mediaAnimation="slide-up"
@@ -143,27 +85,9 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
features={[
{
title: "Interactive 3D",
description: "Custom 3D model integration.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-closeup-shot-epcot-taken-night-with-amazing-colored-textures-dark-background_181624-2158.jpg",
titleImageSrc: "http://img.b2bpic.net/free-photo/ferromagnetic-liquid-metal-with-copy-space_23-2148253659.jpg",
buttonText: "Learn More",
},
{
title: "Immersive Web",
description: "Performant browser experiences.",
imageSrc: "http://img.b2bpic.net/free-photo/ui-ux-representations-with-smart-watch_23-2150201853.jpg",
titleImageSrc: "http://img.b2bpic.net/free-photo/hacker-bypasses-network-security-engages-cyber-crime-with-vr-headset_482257-126453.jpg",
buttonText: "Learn More",
},
{
title: "Data Visualization",
description: "Compelling interactive charts.",
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-techno-with-flowing-lines-particles_1048-13718.jpg",
titleImageSrc: "http://img.b2bpic.net/free-photo/abstract-low-poly-background-with-connecting-dots-lines_1048-5910.jpg",
buttonText: "Learn More",
},
{ title: "Interactive 3D", description: "Custom 3D model integration.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-closeup-shot-epcot-taken-night-with-amazing-colored-textures-dark-background_181624-2158.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/ferromagnetic-liquid-metal-with-copy-space_23-2148253659.jpg", buttonText: "Learn More" },
{ title: "Immersive Web", description: "Performant browser experiences.", imageSrc: "http://img.b2bpic.net/free-photo/ui-ux-representations-with-smart-watch_23-2150201853.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/hacker-bypasses-network-security-engages-cyber-crime-with-vr-headset_482257-126453.jpg", buttonText: "Learn More" },
{ title: "Data Visualization", description: "Compelling interactive charts.", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-techno-with-flowing-lines-particles_1048-13718.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/abstract-low-poly-background-with-connecting-dots-lines_1048-5910.jpg", buttonText: "Learn More" },
]}
title="Our Expertise"
description="Specialized solutions for tech-savvy enterprises."
@@ -177,48 +101,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
products={[
{
id: "p1",
name: "Web License Pro",
price: "$199",
variant: "Essential",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-with-vr-glasses_23-2148847740.jpg",
},
{
id: "p2",
name: "Toolkit Suite",
price: "$299",
variant: "Studio",
imageSrc: "http://img.b2bpic.net/free-photo/financial-software-ui-pc-screen-apartment-office-desk_482257-122945.jpg",
},
{
id: "p3",
name: "Workshop Pass",
price: "$499",
variant: "Premium",
imageSrc: "http://img.b2bpic.net/free-photo/young-friends-hostel_23-2150518173.jpg",
},
{
id: "p4",
name: "Branded Swag",
price: "$89",
variant: "Lifestyle",
imageSrc: "http://img.b2bpic.net/free-vector/illustration-financial-crisis_53876-5237.jpg",
},
{
id: "p5",
name: "Library Membership",
price: "$99/mo",
variant: "Subscription",
imageSrc: "http://img.b2bpic.net/free-photo/using-credit-card_23-2151918485.jpg",
},
{
id: "p6",
name: "Art Concept Catalog",
price: "$149",
variant: "Collector",
imageSrc: "http://img.b2bpic.net/free-photo/cool-background-blank-wallpaper-place-your-concept_1194-641450.jpg",
},
{ id: "p1", name: "Web License Pro", price: "$199", variant: "Essential", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-with-vr-glasses_23-2148847740.jpg" },
{ id: "p2", name: "Toolkit Suite", price: "$299", variant: "Studio", imageSrc: "http://img.b2bpic.net/free-photo/financial-software-ui-pc-screen-apartment-office-desk_482257-122945.jpg" },
{ id: "p3", name: "Workshop Pass", price: "$499", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/young-friends-hostel_23-2150518173.jpg" },
{ id: "p4", name: "Branded Swag", price: "$89", variant: "Lifestyle", imageSrc: "http://img.b2bpic.net/free-vector/illustration-financial-crisis_53876-5237.jpg" },
{ id: "p5", name: "Library Membership", price: "$99/mo", variant: "Subscription", imageSrc: "http://img.b2bpic.net/free-photo/using-credit-card_23-2151918485.jpg" },
{ id: "p6", name: "Art Concept Catalog", price: "$149", variant: "Collector", imageSrc: "http://img.b2bpic.net/free-photo/cool-background-blank-wallpaper-place-your-concept_1194-641450.jpg" },
]}
title="Digital Asset Catalog"
description="Premium resources for your design workflow."
@@ -232,21 +120,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "150%",
description: "Average engagement boost",
},
{
id: "m2",
value: "3x",
description: "Faster conversion rates",
},
{
id: "m3",
value: "85%",
description: "Brand awareness growth",
},
{ id: "m1", value: "150%", description: "Average engagement boost" },
{ id: "m2", value: "3x", description: "Faster conversion rates" },
{ id: "m3", value: "85%", description: "Brand awareness growth" },
]}
title="Impact by Numbers"
description="Quantifying the effectiveness of our 3D solutions."
@@ -258,46 +134,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
testimonials={[
{
id: "1",
title: "Exceptional",
quote: "The 3D integration was seamless and beautiful.",
name: "Sarah Johnson",
role: "CEO",
imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg",
},
{
id: "2",
title: "Innovation",
quote: "They transformed our site into an interactive hub.",
name: "Michael Chen",
role: "Creative Lead",
imageSrc: "http://img.b2bpic.net/free-photo/cool-man-posing-black-white-medium-shot_23-2149411426.jpg",
},
{
id: "3",
title: "Professional",
quote: "Highly technical and artistically gifted team.",
name: "Emily Rodriguez",
role: "CTO",
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-bald-call-center-man-holding-pointing-with-hand-laptop-isolated-olive-green-with-copy-space_141793-76626.jpg",
},
{
id: "4",
title: "Transformation",
quote: "Our conversion rates skyrocketed.",
name: "David Kim",
role: "Product Manager",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-15972.jpg",
},
{
id: "5",
title: "Top-tier",
quote: "The future of the web, delivered today.",
name: "Alex Smith",
role: "Founder",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-labor-union-member_23-2150969909.jpg",
},
{ id: "1", title: "Exceptional", quote: "The 3D integration was seamless and beautiful.", name: "Sarah Johnson", role: "CEO", imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg" },
{ id: "2", title: "Innovation", quote: "They transformed our site into an interactive hub.", name: "Michael Chen", role: "Creative Lead", imageSrc: "http://img.b2bpic.net/free-photo/cool-man-posing-black-white-medium-shot_23-2149411426.jpg" },
{ id: "3", title: "Professional", quote: "Highly technical and artistically gifted team.", name: "Emily Rodriguez", role: "CTO", imageSrc: "http://img.b2bpic.net/free-photo/confident-young-bald-call-center-man-holding-pointing-with-hand-laptop-isolated-olive-green-with-copy-space_141793-76626.jpg" },
{ id: "4", title: "Transformation", quote: "Our conversion rates skyrocketed.", name: "David Kim", role: "Product Manager", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-15972.jpg" },
{ id: "5", title: "Top-tier", quote: "The future of the web, delivered today.", name: "Alex Smith", role: "Founder", imageSrc: "http://img.b2bpic.net/free-photo/close-up-labor-union-member_23-2150969909.jpg" },
]}
title="Client Success Stories"
description="What our partners say about working with us."
@@ -305,33 +146,27 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
<ContactCenter
tag="Get in touch"
title="Ready to Build Your World?"
description="Let's collaborate on your next interactive project."
imageSrc="http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139120.jpg"
mediaAnimation="slide-up"
description="Luxury design meets high-performance engineering. Send us your inquiry today."
useInvertedBackground={false}
background={{ variant: "plain" }}
buttonText="Submit Inquiry"
inputPlaceholder="Enter your professional email"
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoReveal
<FooterBaseReveal
logoText="IMMERSIVE3D"
leftLink={{
text: "Terms of Service",
href: "#",
}}
rightLink={{
text: "Privacy Policy",
href: "#",
}}
columns={[
{ title: "Studio", items: [{ label: "About Us", href: "#about" }, { label: "Our Work", href: "#features" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms", href: "#" }] }
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}