Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8935f92cc2 |
@@ -70,15 +70,15 @@ export default function LandingPage() {
|
|||||||
],
|
],
|
||||||
stats: [
|
stats: [
|
||||||
{
|
{
|
||||||
title: "Affordable Prices", values: ["Best", "Value", "Deals"],
|
title: "Affordable Prices", values: [90, 85, 95],
|
||||||
description: "Budget-friendly clothing for everyone."
|
description: "Budget-friendly clothing for everyone."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Quality Fabrics", values: ["Premium", "Comfort", "Fit"],
|
title: "Quality Fabrics", values: [88, 92, 87],
|
||||||
description: "High-quality ready-made garments."
|
description: "High-quality ready-made garments."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Family Trust", values: ["20+", "Reviews", "4★"],
|
title: "Family Trust", values: [91, 89, 93],
|
||||||
description: "Rated 3.7★ by local families."
|
description: "Rated 3.7★ by local families."
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
@@ -110,7 +110,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
imagePosition="right"
|
imagePosition="right"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/family-buying-clothes-shop_1098-427.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/family-buying-clothes-shop_1098-427.jpg?_wi=1"
|
||||||
imageAlt="Nanda Readymade clothing store"
|
imageAlt="Nanda Readymade clothing store"
|
||||||
bulletPoints={[
|
bulletPoints={[
|
||||||
{
|
{
|
||||||
@@ -223,13 +223,13 @@ export default function LandingPage() {
|
|||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "location-1", name: "Ambad-Trimurti Chowk Link Road", price: "Trimurti Chowk, New CIDCO", imageSrc: "http://img.b2bpic.net/free-photo/family-buying-clothes-shop_1098-427.jpg", imageAlt: "Store location"
|
id: "location-1", name: "Ambad-Trimurti Chowk Link Road", price: "Trimurti Chowk, New CIDCO", imageSrc: "http://img.b2bpic.net/free-photo/family-buying-clothes-shop_1098-427.jpg?_wi=2", imageAlt: "Store location"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "location-2", name: "Savata Nagar", price: "Nashik, Maharashtra 422008", imageSrc: "http://img.b2bpic.net/free-photo/family-buying-clothes-shop_1098-427.jpg", imageAlt: "Store location"
|
id: "location-2", name: "Savata Nagar", price: "Nashik, Maharashtra 422008", imageSrc: "http://img.b2bpic.net/free-photo/family-buying-clothes-shop_1098-427.jpg?_wi=3", imageAlt: "Store location"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "location-3", name: "Call or Get Directions", price: "075884 17178", imageSrc: "http://img.b2bpic.net/free-photo/family-buying-clothes-shop_1098-427.jpg", imageAlt: "Contact store"
|
id: "location-3", name: "Call or Get Directions", price: "075884 17178", imageSrc: "http://img.b2bpic.net/free-photo/family-buying-clothes-shop_1098-427.jpg?_wi=4", imageAlt: "Contact store"
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -238,14 +238,14 @@ export default function LandingPage() {
|
|||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactCenter
|
<ContactCenter
|
||||||
tag="Get in Touch"
|
tag="Get in Touch"
|
||||||
title="Call Now or Visit Our Store"
|
title="Get in Touch Today"
|
||||||
description="Reach out to Nanda Readymade for any inquiries about our clothing collections or visit us at our store in Nashik."
|
description="Reach out to Nanda Readymade for any inquiries about our clothing collections or visit us at our store in Nashik."
|
||||||
tagIcon={Phone}
|
tagIcon={Phone}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
background={{ variant: "radial-gradient" }}
|
background={{ variant: "radial-gradient" }}
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
inputPlaceholder="Enter your message"
|
inputPlaceholder="Enter your message"
|
||||||
buttonText="Send Inquiry"
|
buttonText="Send Message"
|
||||||
termsText="Call us directly at 075884 17178 or send a WhatsApp message for quick response."
|
termsText="Call us directly at 075884 17178 or send a WhatsApp message for quick response."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user