3 Commits

Author SHA1 Message Date
938fc6597b Update src/app/page.tsx 2026-05-02 08:41:18 +00:00
11d9f47aad Update src/app/page.tsx 2026-05-02 08:40:47 +00:00
a349550d94 Merge version_1 into main
Merge version_1 into main
2026-05-02 08:34:09 +00:00

View File

@@ -31,43 +31,24 @@ export default function LandingPage() {
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ { name: "Home", id: "hero" },
name: "Home", { name: "Products", id: "products" },
id: "hero", { name: "Testimonials", id: "testimonials" },
}, { name: "Contact", id: "contact" },
{
name: "Products",
id: "products",
},
{
name: "Testimonials",
id: "testimonials",
},
{
name: "Contact",
id: "contact",
},
]} ]}
brandName="Luxury Bakery Pindi" brandName="Mumtaz Sweets & Bakers"
button={{ button={{
text: "Order on WhatsApp", text: "Order on WhatsApp", href: "https://wa.me/923340546541"}}
href: "https://wa.me/923340546541",
}}
/> />
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroLogoBillboard <HeroLogoBillboard
background={{ background={{ variant: "glowing-orb" }}
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."
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."
buttons={[ 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" 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" mediaAnimation="slide-up"
@@ -81,45 +62,15 @@ export default function LandingPage() {
gridVariant="two-columns-alternating-heights" gridVariant="two-columns-alternating-heights"
useInvertedBackground={true} useInvertedBackground={true}
products={[ 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: "p1", { 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" },
name: "Royal Barfi Selection", { id: "p3", name: "Luxury Custom Cake", price: "Rs 2500", imageSrc: "http://img.b2bpic.net/free-photo/cupcake-still-life_23-2148097833.jpg?_wi=1" },
price: "Rs 800", { 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" },
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-chocolate-muffin_23-2148549930.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: "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" 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> </div>
@@ -130,30 +81,12 @@ export default function LandingPage() {
gridVariant="bento-grid" gridVariant="bento-grid"
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ metrics={[
{ { id: "m1", value: "1995", title: "Established", description: "30 years of sweet tradition in Rawalpindi", icon: Award },
id: "m1", { id: "m2", value: "100%", title: "Freshness", description: "Daily production for premium taste", icon: CheckCircle },
value: "1995", { id: "m3", value: "24/7", title: "WhatsApp", description: "Instant ordering support available", icon: MessageCircle },
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,
},
]} ]}
title="Why Choose Us" title="Trusted by Pindi"
description="Dedication to quality and tradition." description="Quality and taste you can rely on every single time."
/> />
</div> </div>
@@ -163,42 +96,12 @@ export default function LandingPage() {
textboxLayout="split" textboxLayout="split"
useInvertedBackground={true} useInvertedBackground={true}
features={[ 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: "f1", { 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" },
title: "Finest Ingredients", { 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" },
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",
},
]} ]}
title="Premium Standards" title="The Mumtaz Difference"
description="What makes our bakery truly special." description="What makes our bakery Pindi's favorite."
/> />
</div> </div>
@@ -207,64 +110,12 @@ export default function LandingPage() {
textboxLayout="split-description" textboxLayout="split-description"
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ 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: "1", { 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" },
name: "Sarah Khan", { 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" },
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",
},
]} ]}
title="Our Happy Customers" title="What Pindi Says"
description="What people are saying in Rawalpindi." description="Our community's favorite choice for celebrations."
/> />
</div> </div>
@@ -272,24 +123,11 @@ export default function LandingPage() {
<FaqSplitText <FaqSplitText
useInvertedBackground={true} useInvertedBackground={true}
faqs={[ faqs={[
{ { id: "q1", title: "Do you deliver?", content: "Yes, we provide reliable local delivery in Rawalpindi." },
id: "q1", { id: "q2", title: "Can I bulk order?", content: "Yes, contact us on WhatsApp to discuss your event requirements." },
title: "Do you deliver late at night?", { id: "q3", title: "What makes your sweets special?", content: "We combine 30 years of experience with pure ingredients." },
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.",
},
]} ]}
sideTitle="Common Questions" sideTitle="FAQs"
sideDescription="Everything you need to know about our ordering process."
faqsAnimation="slide-up" faqsAnimation="slide-up"
/> />
</div> </div>
@@ -297,30 +135,20 @@ export default function LandingPage() {
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactSplit <ContactSplit
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{ variant: "plain" }}
variant: "plain",
}}
tag="Order Now" tag="Order Now"
title="Ready for a sweet treat?" title="Place Your Order Today"
description="WhatsApp us today to place your order or inquire about our premium bulk packages." 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" 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" buttonText="Chat on WhatsApp"
onSubmit={(email) => console.log('Signed up:', email)}
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterLogoReveal <FooterLogoReveal
logoText="Luxury Bakery Pindi" logoText="Mumtaz Sweets & Bakers"
leftLink={{ leftLink={{ text: "Privacy", href: "#" }}
text: "Privacy Policy", rightLink={{ text: "WhatsApp Support", href: "https://wa.me/923340546541" }}
href: "#",
}}
rightLink={{
text: "WhatsApp Support",
href: "https://wa.me/923340546541",
}}
/> />
</div> </div>
</ReactLenis> </ReactLenis>