Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-02 08:40:53 +00:00

View File

@@ -31,43 +31,24 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Products",
id: "products",
},
{
name: "Testimonials",
id: "testimonials",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "Products", id: "products" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
brandName="Luxury Bakery Pindi"
brandName="Mumtaz Sweets & Bakers"
button={{
text: "Order on WhatsApp",
href: "https://wa.me/923340546541",
}}
text: "Order on WhatsApp", href: "https://wa.me/923340546541"}}
/>
</div>
<div id="hero" data-section="hero">
<HeroLogoBillboard
background={{
variant: "glowing-orb",
}}
logoText="Rawalpindis Most Loved Sweets"
description="Handcrafted with premium ingredients and served fresh every day. Serving the city with passion since 1995. Rated 5.0 by our customers."
background={{ variant: "glowing-orb" }}
logoText="Mumtaz Sweets & Bakers | Rawalpindi"
description="Authentic, handcrafted sweets and fresh bakery delights in the heart of Rawalpindi. Serving quality, tradition, and taste since 1995. Rated 5.0 by our community."
buttons={[
{
text: "Order on WhatsApp Now",
href: "https://wa.me/923340546541",
},
{ text: "Order on WhatsApp Now", href: "https://wa.me/923340546541" },
]}
imageSrc="http://img.b2bpic.net/free-photo/fresh-cookies-with-chocolate-are-ready-be-removed-from-oven-bakery-shop_613910-17461.jpg?_wi=1"
mediaAnimation="slide-up"
@@ -81,45 +62,15 @@ export default function LandingPage() {
gridVariant="two-columns-alternating-heights"
useInvertedBackground={true}
products={[
{
id: "p1",
name: "Royal Barfi Selection",
price: "Rs 800",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-chocolate-muffin_23-2148549930.jpg?_wi=1",
},
{
id: "p2",
name: "Premium Gulab Jamun",
price: "Rs 500",
imageSrc: "http://img.b2bpic.net/free-photo/delightful-tasty-dessert-celebration_140725-113299.jpg?_wi=1",
},
{
id: "p3",
name: "Luxury Custom Cake",
price: "Rs 2500",
imageSrc: "http://img.b2bpic.net/free-photo/cupcake-still-life_23-2148097833.jpg?_wi=1",
},
{
id: "p4",
name: "Handmade Butter Biscuits",
price: "Rs 600",
imageSrc: "http://img.b2bpic.net/free-photo/food-catering-canape-antipasto_624325-1409.jpg?_wi=1",
},
{
id: "p5",
name: "Rich Chocolate Fudge",
price: "Rs 1200",
imageSrc: "http://img.b2bpic.net/free-photo/sweet-jaggery-dessert-arrangement_23-2149335577.jpg",
},
{
id: "p6",
name: "Royal Shahi Tukray",
price: "Rs 900",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-shakh-plov-with-raisins-dried-apricots-dark-surface_140725-90691.jpg",
},
{ id: "p1", name: "Royal Barfi Selection", price: "Rs 800", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-chocolate-muffin_23-2148549930.jpg?_wi=1" },
{ id: "p2", name: "Premium Gulab Jamun", price: "Rs 500", imageSrc: "http://img.b2bpic.net/free-photo/delightful-tasty-dessert-celebration_140725-113299.jpg?_wi=1" },
{ id: "p3", name: "Luxury Custom Cake", price: "Rs 2500", imageSrc: "http://img.b2bpic.net/free-photo/cupcake-still-life_23-2148097833.jpg?_wi=1" },
{ id: "p4", name: "Handmade Butter Biscuits", price: "Rs 600", imageSrc: "http://img.b2bpic.net/free-photo/food-catering-canape-antipasto_624325-1409.jpg?_wi=1" },
{ id: "p5", name: "Rich Chocolate Fudge", price: "Rs 1200", imageSrc: "http://img.b2bpic.net/free-photo/sweet-jaggery-dessert-arrangement_23-2149335577.jpg" },
{ id: "p6", name: "Royal Shahi Tukray", price: "Rs 900", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-shakh-plov-with-raisins-dried-apricots-dark-surface_140725-90691.jpg" },
]}
title="Fresh Daily Delicacies"
description="Hand-picked menu featuring our best-selling artisanal sweets."
description="Our hand-picked menu of signature sweets, crafted fresh in Rawalpindi."
/>
</div>
@@ -130,30 +81,12 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "1995",
title: "Est. Year",
description: "Serving Pindi for 30 years",
icon: Award,
},
{
id: "m2",
value: "100%",
title: "Fresh",
description: "Daily production guarantee",
icon: CheckCircle,
},
{
id: "m3",
value: "24/7",
title: "Support",
description: "WhatsApp ordering always open",
icon: MessageCircle,
},
{ 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 },
]}
title="Why Choose Us"
description="Dedication to quality and tradition."
title="Trusted by Pindi"
description="Quality and taste you can rely on every single time."
/>
</div>
@@ -163,42 +96,12 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
{
id: "f1",
title: "Finest Ingredients",
author: "Expert Sourcing",
description: "Only high-quality natural products.",
tags: [
"Pure",
"Organic",
],
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dessert-bowl_23-2149312384.jpg",
},
{
id: "f2",
title: "Same-Day Delivery",
author: "Fast Service",
description: "Reliable courier partners in Rawalpindi.",
tags: [
"Quick",
"Safe",
],
imageSrc: "http://img.b2bpic.net/free-photo/side-view-dessert-sweet-peaches-with-nuts_141793-3870.jpg",
},
{
id: "f3",
title: "Bulk Orders",
author: "Event Support",
description: "Customizable menus for your events.",
tags: [
"Events",
"Catering",
],
imageSrc: "http://img.b2bpic.net/free-photo/senior-people-celebrating-birthday_23-2148128194.jpg",
},
{ 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" },
]}
title="Premium Standards"
description="What makes our bakery truly special."
title="The Mumtaz Difference"
description="What makes our bakery Pindi's favorite."
/>
</div>
@@ -207,64 +110,12 @@ export default function LandingPage() {
textboxLayout="split-description"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah Khan",
date: "Oct 2023",
title: "Regular Customer",
quote: "The absolute best barfi in the whole city. Always fresh!",
tag: "Top Rated",
avatarSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13321.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-cookies-with-chocolate-are-ready-be-removed-from-oven-bakery-shop_613910-17461.jpg?_wi=2",
imageAlt: "happy customer portrait",
},
{
id: "2",
name: "Ahmed Ali",
date: "Sept 2023",
title: "Event Planner",
quote: "Reliable, professional, and the sweets are top-tier. My clients loved them.",
tag: "Verified",
avatarSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-her-home_23-2148708980.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-chocolate-muffin_23-2148549930.jpg?_wi=2",
imageAlt: "happy customer portrait",
},
{
id: "3",
name: "Fatima Rizwan",
date: "Nov 2023",
title: "Student",
quote: "Late night cravings? WhatsApp them and get it delivered in minutes.",
tag: "Loyal",
avatarSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delightful-tasty-dessert-celebration_140725-113299.jpg?_wi=2",
imageAlt: "happy customer portrait",
},
{
id: "4",
name: "Zaid Mahmood",
date: "Oct 2023",
title: "Corporate Client",
quote: "Amazing presentation. Perfect for corporate gifts.",
tag: "Trusted",
avatarSrc: "http://img.b2bpic.net/free-photo/front-view-woman-playing-with-her-phone_23-2150455176.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cupcake-still-life_23-2148097833.jpg?_wi=2",
imageAlt: "happy customer portrait",
},
{
id: "5",
name: "Hassan Iqbal",
date: "Dec 2023",
title: "Local Resident",
quote: "Best Gulab Jamun I've ever had. Authentic taste.",
tag: "Foodie",
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153828.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/food-catering-canape-antipasto_624325-1409.jpg?_wi=2",
imageAlt: "happy customer portrait",
},
{ 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" },
]}
title="Our Happy Customers"
description="What people are saying in Rawalpindi."
title="What Pindi Says"
description="Our community's favorite choice for celebrations."
/>
</div>
@@ -272,24 +123,11 @@ export default function LandingPage() {
<FaqSplitText
useInvertedBackground={true}
faqs={[
{
id: "q1",
title: "Do you deliver late at night?",
content: "Yes! Our WhatsApp ordering service is active until 12 AM daily.",
},
{
id: "q2",
title: "Is bulk booking available?",
content: "Absolutely. Please message us on WhatsApp with your event details.",
},
{
id: "q3",
title: "Are your ingredients organic?",
content: "We use only premium, locally sourced, and high-quality natural ingredients.",
},
{ id: "q1", title: "Do you deliver?", content: "Yes, we provide reliable local delivery in Rawalpindi." },
{ id: "q2", title: "Can I bulk order?", content: "Yes, contact us on WhatsApp to discuss your event requirements." },
{ id: "q3", title: "What makes your sweets special?", content: "We combine 30 years of experience with pure ingredients." },
]}
sideTitle="Common Questions"
sideDescription="Everything you need to know about our ordering process."
sideTitle="FAQs"
faqsAnimation="slide-up"
/>
</div>
@@ -297,30 +135,19 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
tag="Order Now"
title="Ready for a sweet treat?"
description="WhatsApp us today to place your order or inquire about our premium bulk packages."
title="Place Your Order Today"
description="Order directly via WhatsApp for the freshest sweets in Rawalpindi."
imageSrc="http://img.b2bpic.net/free-photo/delicious-zephyrs-with-jelly-candies-pinecones-high-quality-photo_114579-26568.jpg"
mediaAnimation="slide-up"
buttonText="Chat on WhatsApp"
onSubmit={(email) => console.log('Signed up:', email)}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Luxury Bakery Pindi"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
rightLink={{
text: "WhatsApp Support",
href: "https://wa.me/923340546541",
}}
logoText="Mumtaz Sweets & Bakers"
leftLink={{ text: "Privacy", href: "#" }}
rightLink={{ text: "WhatsApp Support", href: "https://wa.me/923340546541" }}
/>
</div>
</ReactLenis>