Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-31 17:12:20 +00:00

View File

@@ -48,8 +48,8 @@ export default function LandingPage() {
{ text: "Get Directions", href: "https://maps.google.com" },
]}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-holding-headphones-head-escalator_23-2148397221.jpg", imageAlt: "Store Interior" },
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-woman-fixing-brides-dress_181624-59558.jpg", imageAlt: "Luxury wedding saree collection" }
{ imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-holding-headphones-head-escalator_23-2148397221.jpg?_wi=1", imageAlt: "Store Interior" },
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-woman-fixing-brides-dress_181624-59558.jpg?_wi=1", imageAlt: "Luxury wedding saree collection" }
]}
mediaAnimation="slide-up"
rating={5}
@@ -73,10 +73,10 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={true}
products={[
{ id: "p1", name: "Wedding Collection", price: "Varies", variant: "Ethnic", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-woman-fixing-brides-dress_181624-59558.jpg" },
{ id: "p1", name: "Wedding Collection", price: "Varies", variant: "Ethnic", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-woman-fixing-brides-dress_181624-59558.jpg?_wi=2" },
{ id: "p2", name: "Gents Fashion", price: "Affordable", variant: "Casual", imageSrc: "http://img.b2bpic.net/free-photo/composition-men-clothes-boots_23-2147689456.jpg" },
{ id: "p3", name: "Kids Collection", price: "Quality", variant: "Trendy", imageSrc: "http://img.b2bpic.net/free-photo/happy-kid-is-shopping-outdoors_624325-545.jpg" },
{ id: "p4", name: "Ladies Fashion", price: "Latest", variant: "Formal", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-woman-fixing-brides-dress_181624-59558.jpg" }
{ id: "p4", name: "Ladies Fashion", price: "Latest", variant: "Formal", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-woman-fixing-brides-dress_181624-59558.jpg?_wi=3" }
]}
title="Our Collections"
description="Discover our wide variety of fashion items for every family member."
@@ -89,11 +89,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Rahim Uddin", role: "Local Resident", testimonial: "Best place for wedding shopping in Terry Bazar!", imageSrc: "http://img.b2bpic.net/free-photo/young-fashionable-girl-with-paper-bags_23-2147652074.jpg" },
{ id: "1", name: "Rahim Uddin", role: "Local Resident", testimonial: "Best place for wedding shopping in Terry Bazar!", imageSrc: "http://img.b2bpic.net/free-photo/young-fashionable-girl-with-paper-bags_23-2147652074.jpg?_wi=1" },
{ id: "2", name: "Fatima Begum", role: "Homemaker", testimonial: "Everything I need for my family is here. Great quality.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12688.jpg" },
{ id: "3", name: "Kamal Ahmed", role: "Businessman", testimonial: "Trustworthy and affordable. Highly recommend them.", imageSrc: "http://img.b2bpic.net/free-photo/happy-adult-women-shopping-together_23-2148385720.jpg" },
{ id: "4", name: "Sumaiya", role: "Student", testimonial: "Modern collection and very friendly staff.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-smiling-female-trendy-summer-red-dress-sexy-carefree-woman-posing-near-blue-wall-studio-positive-model-having-fun-cheerful-happy-isolated_158538-25758.jpg" },
{ id: "5", name: "Javed Khan", role: "Regular Shopper", testimonial: "The festive atmosphere and friendly staff make shopping here a delight.", imageSrc: "http://img.b2bpic.net/free-photo/young-fashionable-girl-with-paper-bags_23-2147652074.jpg" },
{ id: "5", name: "Javed Khan", role: "Regular Shopper", testimonial: "The festive atmosphere and friendly staff make shopping here a delight.", imageSrc: "http://img.b2bpic.net/free-photo/young-fashionable-girl-with-paper-bags_23-2147652074.jpg?_wi=2" },
]}
title="Hear From Our Customers"
description="Why our local community trusts Sana Fashion Mall for their shopping needs."
@@ -110,7 +110,7 @@ export default function LandingPage() {
{ name: "phone", type: "tel", placeholder: "Your Phone Number", required: true }
]}
textarea={{ name: "message", placeholder: "How can we help?", rows: 3 }}
imageSrc="http://img.b2bpic.net/free-photo/smiling-woman-holding-headphones-head-escalator_23-2148397221.jpg"
imageSrc="http://img.b2bpic.net/free-photo/smiling-woman-holding-headphones-head-escalator_23-2148397221.jpg?_wi=2"
mediaAnimation="slide-up"
/>
</div>