diff --git a/src/app/page.tsx b/src/app/page.tsx index c675601..3a674d0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { @@ -81,12 +79,12 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={false} metrics={[ - { id: "m1", value: "1995", title: "Established", description: "30 years of sweet tradition in Rawalpindi", icon: Award }, - { id: "m2", value: "100%", title: "Freshness", description: "Daily production for premium taste", icon: CheckCircle }, - { id: "m3", value: "24/7", title: "WhatsApp", description: "Instant ordering support available", icon: MessageCircle }, + { id: "m1", value: "1995", title: "Established", description: "Three decades of excellence in Rawalpindi.", icon: Award }, + { id: "m2", value: "100%", title: "Quality", description: "Handcrafted with premium, pure ingredients.", icon: CheckCircle }, + { id: "m3", value: "24/7", title: "Support", description: "Available on WhatsApp for all your inquiries.", icon: MessageCircle }, ]} - title="Trusted by Pindi" - description="Quality and taste you can rely on every single time." + title="The Mumtaz Standard" + description="Quality and tradition you can trust." /> @@ -96,12 +94,12 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { id: "f1", title: "Pure Ingredients", author: "Quality Assured", description: "Only the finest natural components go into our sweets.", tags: ["Pure", "Fresh"], imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dessert-bowl_23-2149312384.jpg" }, - { id: "f2", title: "Same-Day Delivery", author: "Local Service", description: "Reliable and quick delivery across Rawalpindi.", tags: ["Fast", "Local"], imageSrc: "http://img.b2bpic.net/free-photo/side-view-dessert-sweet-peaches-with-nuts_141793-3870.jpg" }, - { id: "f3", title: "Bulk Customization", author: "Events Specialist", description: "Tailored menus for weddings, birthdays, and parties.", tags: ["Catering", "Bulk"], imageSrc: "http://img.b2bpic.net/free-photo/senior-people-celebrating-birthday_23-2148128194.jpg" }, + { id: "f1", title: "Pure Quality", author: "Mumtaz Promise", description: "We use premium natural components for every product.", tags: ["Pure", "Fresh"], imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dessert-bowl_23-2149312384.jpg" }, + { id: "f2", title: "Local Delivery", author: "Reliable Service", description: "Prompt delivery services across Rawalpindi.", tags: ["Fast", "Reliable"], imageSrc: "http://img.b2bpic.net/free-photo/side-view-dessert-sweet-peaches-with-nuts_141793-3870.jpg" }, + { id: "f3", title: "Bulk Catering", author: "Events Ready", description: "Tailored packages for weddings and corporate gatherings.", tags: ["Catering", "Bulk"], imageSrc: "http://img.b2bpic.net/free-photo/senior-people-celebrating-birthday_23-2148128194.jpg" }, ]} - title="The Mumtaz Difference" - description="What makes our bakery Pindi's favorite." + title="Why We Are Loved" + description="Discover the expertise that defines Mumtaz Sweets & Bakers." /> @@ -110,12 +108,11 @@ export default function LandingPage() { textboxLayout="split-description" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Sarah Khan", date: "Oct 2023", title: "Regular", quote: "Best sweets in town, always consistent.", tag: "Top Rated", avatarSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13321.jpg" }, - { id: "2", name: "Ahmed Ali", date: "Sept 2023", title: "Client", quote: "Professional service, delivered on time.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-her-home_23-2148708980.jpg" }, - { id: "3", name: "Fatima R.", date: "Nov 2023", title: "Loyal", quote: "Super convenient WhatsApp ordering!", tag: "Loyal", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg" }, + { id: "1", name: "Amina R.", date: "Nov 2023", title: "Local Patron", quote: "The barfi is authentically delicious and always fresh.", tag: "Top Rated", avatarSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13321.jpg" }, + { id: "2", name: "Ali Hassan", date: "Oct 2023", title: "Corporate Client", quote: "Professional bulk service, perfect for our office events.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-her-home_23-2148708980.jpg" }, ]} - title="What Pindi Says" - description="Our community's favorite choice for celebrations." + title="Testimonials" + description="Hear from our valued customers across Rawalpindi." /> @@ -123,9 +120,9 @@ export default function LandingPage() { @@ -146,11 +143,11 @@ export default function LandingPage() { ); -} +} \ No newline at end of file