diff --git a/src/app/page.tsx b/src/app/page.tsx index b114949..36aed28 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import BlogCardOne from '@/components/sections/blog/BlogCardOne'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; @@ -29,12 +28,9 @@ export default function LandingPage() { @@ -66,13 +58,12 @@ export default function LandingPage() { features={[ { id: 1, - title: "Material Customization", description: "Switch between leather, suede, mesh, and reflective fabrics instantly.", imageSrc: "http://img.b2bpic.net/free-photo/texture-van-vehicle-with-horizontal-lines_23-2148301304.jpg", imageAlt: "Materials"}, + title: "Material Customization", description: "Switch between leather, suede, mesh, and reflective fabrics instantly.", imageSrc: "http://img.b2bpic.net/free-photo/texture-van-vehicle-with-horizontal-lines_23-2148301304.jpg", imageAlt: "Materials" + }, { id: 2, - title: "Real-time 3D Engine", description: "Advanced rendering for lifelike textures and lighting in browser.", imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel_23-2148433573.jpg", imageAlt: "3D Interface"}, - { - id: 3, - title: "AR Preview", description: "Visualize your design in the real world using integrated AR technology.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-sneakers_23-2151005743.jpg", imageAlt: "AR Technology"}, + title: "Real-time 3D Engine", description: "Advanced rendering for lifelike textures and lighting in browser.", imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel_23-2148433573.jpg", imageAlt: "3D Interface" + }, ]} title="Interactive 3D Configurator" description="Experience our state-of-the-art 3D engine allowing real-time material swapping, color adjustments, and detail customization." @@ -88,19 +79,12 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Alex R.", role: "Sneaker Designer", company: "Urban Sole", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/stylish-arabian-muslim-boy-with-originally-hair-posed-streets_627829-3234.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/stylish-arabian-muslim-boy-with-originally-hair-posed-streets_627829-3234.jpg" + }, { id: "2", name: "Maria K.", role: "Creative Lead", company: "StyleFlow", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-roller-skates-listening-music-opening-bottle-water-outdoors_23-2149316225.jpg"}, - { - id: "3", name: "David L.", role: "Collector", company: "KickzWorld", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-male-smiling-holding-hat-shirt_176474-20235.jpg"}, - { - id: "4", name: "Sam H.", role: "User", company: "Community", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/crop-girl-playing-game-while-studying_23-2147833781.jpg"}, - { - id: "5", name: "Julia V.", role: "Design Student", company: "Art Institute", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/fashion-shoes-sneaker_1203-8086.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-with-roller-skates-listening-music-opening-bottle-water-outdoors_23-2149316225.jpg" + }, ]} title="Creators Choice" description="Trusted by hundreds of designers and sneakerheads." @@ -112,21 +96,12 @@ export default function LandingPage() { animationType="slide-up" useInvertedBackground={false} faqs={[ - { - id: "1", title: "Do I need to download software?", content: "No, it's 100% web-based."}, - { - id: "2", title: "Can I share designs?", content: "Yes, links are shareable."}, - { - id: "3", title: "What platforms are supported?", content: "Any modern browser."}, - { - id: "4", title: "Is my data saved?", content: "Yes, all progress is synced to the cloud."}, - { - id: "5", title: "Can I export my design?", content: "High-res renders are available for download."}, + { id: "1", title: "Do I need to download software?", content: "No, it's 100% web-based." }, + { id: "2", title: "Can I share designs?", content: "Yes, links are shareable." }, ]} ctaTitle="Ready to configure?" ctaDescription="Join the waitlist for early access to our full 3D builder." - ctaButton={{ - text: "Get Early Access"}} + ctaButton={{ text: "Get Early Access" }} ctaIcon={ArrowRight} /> @@ -134,13 +109,11 @@ export default function LandingPage() { ); -} +} \ No newline at end of file