Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -68,6 +68,7 @@ export default function LandingPage() {
|
||||
{ icon: ShoppingBag, label: "Custom Pieces", value: "5k+" },
|
||||
]}
|
||||
metricsAnimation="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -82,6 +83,8 @@ export default function LandingPage() {
|
||||
{ id: "2", name: "Silk Evening Gown", price: "$320", imageSrc: "http://img.b2bpic.net/free-photo/two-female-friends-shopping-together-looking-clothes-hanging-fashion-store-shoppers-touching-new-dress-hanging-rack-side-view-consumerism-shopping-concept_74855-12032.jpg" },
|
||||
{ id: "3", name: "Classic Blazer", price: "$210", imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-2717.jpg" },
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -94,6 +97,8 @@ export default function LandingPage() {
|
||||
{ id: "1", badge: "Essential", price: "$49", subtitle: "Monthly Refresh", buttons: [{ text: "Get Started", href: "#contact" }], features: ["One custom fitting", "Free alterations", "Fabric discounts"] },
|
||||
{ id: "2", badge: "Bespoke", price: "$149", subtitle: "Premium Tailoring", buttons: [{ text: "Select Plan", href: "#contact" }], features: ["Monthly custom garment", "Priority fitting", "Fabric samples"] },
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -108,6 +113,8 @@ export default function LandingPage() {
|
||||
{ id: "m2", value: "24hr", description: "Rapid Consultation" },
|
||||
{ id: "m3", value: "Custom", description: "Handcrafted Fit" },
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -120,6 +127,8 @@ export default function LandingPage() {
|
||||
{ id: "1", name: "Alex P.", role: "Executive", testimonial: "The attention to detail in their bespoke suits is unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-lady-with-shopping-packets_23-2147950232.jpg" },
|
||||
{ id: "2", name: "Jordan K.", role: "Blogger", testimonial: "Finally, a tailor that understands modern fashion dynamics.", imageSrc: "http://img.b2bpic.net/free-photo/adult-friends-shopping-clothes-together_23-2148385700.jpg" },
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -132,6 +141,8 @@ export default function LandingPage() {
|
||||
{ id: "2", title: "Do you offer repairs?", content: "Yes, we provide full repair and alteration services for all garments." },
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -140,6 +151,9 @@ export default function LandingPage() {
|
||||
title="Schedule a Fitting"
|
||||
description="Start your custom clothing journey today. Contact us for a consultation."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dreamy-interior-mall_23-2151591369.jpg"
|
||||
tag="Contact"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user