Merge version_3 into main #13
@@ -165,13 +165,13 @@ export default function LandingPage() {
|
||||
tagIcon={ShoppingCart}
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "₹1000", title: "4 Premium Shirts"
|
||||
id: "1", value: "₹1000", title: "4 Premium Shirts", icon: Package
|
||||
},
|
||||
{
|
||||
id: "2", value: "Till 11 PM", title: "Extended Store Hours"
|
||||
id: "2", value: "Till 11 PM", title: "Extended Store Hours", icon: Bell
|
||||
},
|
||||
{
|
||||
id: "3", value: "Expert", title: "Style Consultation"
|
||||
id: "3", value: "Expert", title: "Style Consultation", icon: Users
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -182,9 +182,6 @@ export default function LandingPage() {
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<ContactFaq
|
||||
description="Find answers to common questions about Apna Mens Wear"
|
||||
tag="FAQ"
|
||||
tagIcon={MessageSquare}
|
||||
faqs={[
|
||||
{
|
||||
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!"
|
||||
@@ -213,6 +210,7 @@ export default function LandingPage() {
|
||||
ctaIcon={Bell}
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
tag="FAQ"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user