From f74d6d536961041aefc728eae62b604077a7e60a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 16:36:32 +0000 Subject: [PATCH] Switch to version 2: modified src/app/page.tsx --- src/app/page.tsx | 322 ++++++++--------------------------------------- 1 file changed, 49 insertions(+), 273 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c6439d9..d97eab5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNinete import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; + import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; @@ -34,37 +34,21 @@ export default function LandingPage() { -
- -
@@ -341,35 +165,17 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "1", - title: "What are your shipping options?", - content: "We offer standard and express shipping nationwide. International shipping rates vary by destination. You can find detailed information on our shipping policy page.", - }, + id: "1", title: "What are your shipping options?", content: "We offer standard and express shipping nationwide. International shipping rates vary by destination. You can find detailed information on our shipping policy page."}, { - id: "2", - title: "What is your return policy?", - content: "You can return items within 30 days of purchase, provided they are unworn, unwashed, and with original tags. Please see our returns page for full details and instructions.", - }, + id: "2", title: "What is your return policy?", content: "You can return items within 30 days of purchase, provided they are unworn, unwashed, and with original tags. Please see our returns page for full details and instructions."}, { - id: "3", - title: "How do I find my size?", - content: "Each product page features a detailed size guide to help you choose the perfect fit. If you need further assistance, our customer support team is happy to help.", - }, + id: "3", title: "How do I find my size?", content: "Each product page features a detailed size guide to help you choose the perfect fit. If you need further assistance, our customer support team is happy to help."}, { - id: "4", - title: "Do you offer international shipping?", - content: "Yes, we ship to a wide range of international destinations. Shipping costs and delivery times will be calculated at checkout based on your location.", - }, + id: "4", title: "Do you offer international shipping?", content: "Yes, we ship to a wide range of international destinations. Shipping costs and delivery times will be calculated at checkout based on your location."}, { - id: "5", - title: "Are your clothes ethically sourced?", - content: "Absolutely. We are committed to ethical sourcing and partner only with manufacturers who adhere to fair labor practices and sustainable production methods.", - }, + id: "5", title: "Are your clothes ethically sourced?", content: "Absolutely. We are committed to ethical sourcing and partner only with manufacturers who adhere to fair labor practices and sustainable production methods."}, { - id: "6", - title: "How can I track my order?", - content: "Once your order is shipped, you will receive a confirmation email with a tracking number. You can use this number to monitor your package's journey on our website or the carrier's site.", - }, + id: "6", title: "How can I track my order?", content: "Once your order is shipped, you will receive a confirmation email with a tracking number. You can use this number to monitor your package's journey on our website or the carrier's site."}, ]} title="Frequently Asked Questions" description="Find quick answers to your most common questions about shopping, returns, sizing, and more." @@ -381,14 +187,11 @@ export default function LandingPage() { @@ -400,66 +203,39 @@ export default function LandingPage() { logoText="Cloth Emporium" columns={[ { - title: "Shop", - items: [ + title: "Shop", items: [ { - label: "New Arrivals", - href: "#products", - }, + label: "New Arrivals", href: "/products"}, { - label: "Collections", - href: "#features", - }, + label: "Collections", href: "#features"}, { - label: "Best Sellers", - href: "#products", - }, + label: "Best Sellers", href: "/products"}, { - label: "Sale", - href: "#", - }, + label: "Sale", href: "#"}, ], }, { - title: "About", - items: [ + title: "About", items: [ { - label: "Our Story", - href: "#about", - }, + label: "Our Story", href: "#about"}, { - label: "Sustainability", - href: "#features", - }, + label: "Sustainability", href: "#features"}, { - label: "Testimonials", - href: "#testimonials", - }, + label: "Testimonials", href: "#testimonials"}, { - label: "Careers", - href: "#", - }, + label: "Careers", href: "#"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "FAQ", - href: "#faq", - }, + label: "FAQ", href: "#faq"}, { - label: "Contact Us", - href: "#contact", - }, + label: "Contact Us", href: "#contact"}, { - label: "Shipping & Returns", - href: "#", - }, + label: "Shipping & Returns", href: "#"}, { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, ], }, ]} @@ -469,4 +245,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file