From 9b07640f70b5c334c9c063b09fa5b52d28236297 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 17:30:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 169 ++++++++++++++++------------------------------- 1 file changed, 57 insertions(+), 112 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 192cb53..38aa7fd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCa import FeatureHoverPattern from "@/components/sections/feature/featureHoverPattern/FeatureHoverPattern"; import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven"; +import FaqSplitText from "@/components/sections/faq/FaqSplitText"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterBase from "@/components/sections/footer/FooterBase"; import { Sparkles, Package, Award, Star, Zap, Camera, Palette, Lightbulb, Shield, Mail, TrendingUp } from "lucide-react"; @@ -24,8 +25,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Services", href: "/products" }, { label: "Portfolio", href: "/gallery" }, { label: "Pricing", href: "#" }, @@ -33,8 +33,7 @@ export default function HomePage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Blog", href: "#" }, { label: "Careers", href: "#" }, @@ -42,8 +41,7 @@ export default function HomePage() { ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "Contact", href: "/contact" }, { label: "FAQ", href: "#" }, { label: "Documentation", href: "#" }, @@ -82,13 +80,9 @@ export default function HomePage() { description="Experience hyper-realistic 3D product renders with cinematic studio lighting. Each piece meticulously crafted with ultra-detailed textures, perfect reflections, and dramatic shadows for commercial photography-grade e-commerce imagery." mediaItems={[ { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARawWeCmXnBIZlDDpbh1gsYWj7/ultra-realistic-3d-product-render-featur-1772558351234-ce0cde87.png", - imageAlt: "Premium 3D product render on luxury pedestal", - }, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARawWeCmXnBIZlDDpbh1gsYWj7/ultra-realistic-3d-product-render-featur-1772558351234-ce0cde87.png", imageAlt: "Premium 3D product render on luxury pedestal"}, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARawWeCmXnBIZlDDpbh1gsYWj7/hyper-detailed-3d-luxury-handbag-render--1772558351189-895ef502.png?_wi=1", - imageAlt: "Luxury handbag 3D render", - }, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARawWeCmXnBIZlDDpbh1gsYWj7/hyper-detailed-3d-luxury-handbag-render--1772558351189-895ef502.png", imageAlt: "Luxury handbag 3D render"}, ]} rating={5} ratingText="Trusted by Premium Brands" @@ -99,7 +93,6 @@ export default function HomePage() { buttonAnimation="blur-reveal" mediaAnimation="slide-up" tagAnimation="opacity" - useInvertedBackground={false} /> @@ -107,49 +100,19 @@ export default function HomePage() { +
+ +
+