diff --git a/src/app/page.tsx b/src/app/page.tsx index bb99162..bd9d21f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,6 @@ import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGaller import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import ContactFaq from '@/components/sections/contact/ContactFaq'; @@ -47,7 +46,7 @@ export default function LandingPage() { @@ -76,7 +73,6 @@ export default function LandingPage() { buttons={[ { text: "Explore Our Collection", href: "tel:+919630105490" } ]} - buttonAnimation="slide-up" useInvertedBackground={false} /> @@ -191,27 +187,32 @@ export default function LandingPage() { tagIcon={MessageSquare} faqs={[ { - id: "1", question: "What is the 4 Shirts for ₹1000 combo?", answer: "Our signature combo includes 4 premium quality shirts in assorted colors and styles. Perfect for everyday wear and budget-friendly!" + id: "1", title: "What is the 4 Shirts for ₹1000 combo?", content: "Our signature combo includes 4 premium quality shirts in assorted colors and styles. Perfect for everyday wear and budget-friendly!" }, { - id: "2", question: "Do you offer bulk discounts?", answer: "Yes! We provide excellent bulk discounts for corporate orders, office uniforms, and large purchases. Contact us for customized pricing." + id: "2", title: "Do you offer bulk discounts?", content: "Yes! We provide excellent bulk discounts for corporate orders, office uniforms, and large purchases. Contact us for customized pricing." }, { - id: "3", question: "What are your store hours?", answer: "We are open till 11 PM daily, making it convenient for you to shop after work or on weekends. Visit us anytime!" + id: "3", title: "What are your store hours?", content: "We are open till 11 PM daily, making it convenient for you to shop after work or on weekends. Visit us anytime!" }, { - id: "4", question: "Do you provide delivery?", answer: "Yes, we offer fast and reliable delivery across Bhawarkua and surrounding areas in Indore. Track your order in real-time!" + id: "4", title: "Do you provide delivery?", content: "Yes, we offer fast and reliable delivery across Bhawarkua and surrounding areas in Indore. Track your order in real-time!" }, { - id: "5", question: "Can I get style consultation?", answer: "Absolutely! Our trained team provides free style consultation to help you find the perfect fit and color combination." + id: "5", title: "Can I get style consultation?", content: "Absolutely! Our trained team provides free style consultation to help you find the perfect fit and color combination." }, { - id: "6", question: "What payment methods do you accept?", answer: "We accept cash, digital payments, and online transfers. Visit us or call for more details about payment options." + id: "6", title: "What payment methods do you accept?", content: "We accept cash, digital payments, and online transfers. Visit us or call for more details about payment options." } ]} - textboxLayout="default" + ctaTitle="Ready to Upgrade Your Wardrobe?" + ctaDescription="Contact us today for exclusive offers and premium styling advice" + ctaButton={{ + text: "Call Now", href: "tel:+919630105490" + }} + ctaIcon={Bell} useInvertedBackground={false} - faqsAnimation="slide-up" + animationType="slide-up" />