11 Commits

Author SHA1 Message Date
f6024ba41e Merge version_4 into main
Merge version_4 into main
2026-05-02 08:46:14 +00:00
7137e1c532 Update src/app/page.tsx 2026-05-02 08:46:08 +00:00
807b726fa2 Merge version_3 into main
Merge version_3 into main
2026-05-02 08:43:43 +00:00
945598162d Update src/app/page.tsx 2026-05-02 08:43:38 +00:00
08f93e1ccb Update src/app/page.tsx 2026-05-02 08:43:08 +00:00
64f02a6a47 Update src/app/page.tsx 2026-05-02 08:41:28 +00:00
66cdd79ff7 Merge version_2 into main
Merge version_2 into main
2026-05-02 08:41:20 +00:00
938fc6597b Update src/app/page.tsx 2026-05-02 08:41:18 +00:00
deebc3ccca Merge version_2 into main
Merge version_2 into main
2026-05-02 08:40:53 +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

@@ -9,9 +9,9 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardOne from '@/components/sections/product/ProductCardOne'; import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import { Award, CheckCircle, MessageCircle } from "lucide-react"; import { Award, CheckCircle, MessageCircle, Camera, Star } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -31,43 +31,26 @@ 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: "Today's Special", id: "specials" },
}, { name: "Gallery", id: "gallery" },
{ { 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="Established in 1995, Mumtaz Sweets & Bakers offers a premium selection of traditional Pakistani mithai and artisanal baked goods. Located in Rawalpindi, we take pride in using pure ingredients to deliver unmatched taste and quality for every celebration."
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"
@@ -75,130 +58,48 @@ export default function LandingPage() {
</div> </div>
<div id="products" data-section="products"> <div id="products" data-section="products">
<ProductCardOne <ProductCardThree
animationType="slide-up" animationType="slide-up"
textboxLayout="split-description" textboxLayout="split-description"
gridVariant="two-columns-alternating-heights" gridVariant="two-columns-alternating-heights"
useInvertedBackground={true} useInvertedBackground={true}
products={[ products={[
{ { id: "p1", name: "Signature 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: "Traditional 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",
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" title="Handcrafted Delights"
description="Hand-picked menu featuring our best-selling artisanal sweets." description="Explore our curated selection of sweets and bakery items, made fresh daily in Rawalpindi."
/> />
</div> </div>
<div id="trust" data-section="trust"> <div id="specials" data-section="specials">
<ProductCardThree
animationType="slide-up"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{ id: "s1", name: "Today's Special: Saffron Cake", price: "Rs 1200", imageSrc: "http://img.b2bpic.net/free-photo/cupcake-still-life_23-2148097833.jpg?_wi=1" },
{ id: "s2", name: "Fresh Cream Donuts", price: "Rs 400", imageSrc: "http://img.b2bpic.net/free-photo/side-view-dessert-sweet-peaches-with-nuts_141793-3870.jpg?_wi=1" },
]}
title="Today's Special"
description="Limited batch items available for today only!"
/>
</div>
<div id="gallery" data-section="gallery">
<MetricCardOne <MetricCardOne
animationType="slide-up" animationType="slide-up"
textboxLayout="split" textboxLayout="split"
gridVariant="bento-grid" 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,
},
]}
title="Why Choose Us"
description="Dedication to quality and tradition."
/>
</div>
<div id="features" data-section="features">
<FeatureCardTwentyFour
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={true} useInvertedBackground={true}
features={[ metrics={[
{ { id: "g1", value: "Fresh", title: "Bakery Snapshots", description: "Real photos from our kitchen.", icon: Camera },
id: "f1", { id: "g2", value: "Pure", title: "Quality Guaranteed", description: "Premium sourced ingredients.", icon: Star },
title: "Finest Ingredients", { id: "g3", value: "Daily", title: "Baked Fresh", description: "Handcrafted to perfection.", icon: Award },
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="Real Product Gallery"
description="What makes our bakery truly special." description="A look into our authentic, freshly prepared items."
/> />
</div> </div>
@@ -207,64 +108,10 @@ export default function LandingPage() {
textboxLayout="split-description" textboxLayout="split-description"
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ { 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: "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",
},
]} ]}
title="Our Happy Customers" title="Testimonials"
description="What people are saying in Rawalpindi." description="Hear from our valued customers across Rawalpindi."
/> />
</div> </div>
@@ -272,55 +119,31 @@ export default function LandingPage() {
<FaqSplitText <FaqSplitText
useInvertedBackground={true} useInvertedBackground={true}
faqs={[ faqs={[
{ { id: "q1", title: "How to order?", content: "Click any of our 'WhatsApp Order' buttons to start a chat." },
id: "q1", { id: "q2", title: "Delivery areas?", content: "We cover most of Rawalpindi, inquire via WhatsApp for specific areas." },
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.",
},
]} ]}
sideTitle="Common Questions" sideTitle="FAQs"
sideDescription="Everything you need to know about our ordering process."
faqsAnimation="slide-up" faqsAnimation="slide-up"
/> />
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactSplit <ContactSplit
background={{ variant: "gradient-bars" }}
useInvertedBackground={false} useInvertedBackground={false}
background={{ tag="Contact Us"
variant: "plain", title="Place Your Order"
}} description="Connect with us on WhatsApp to order the freshest sweets in Rawalpindi."
tag="Order Now"
title="Ready for a sweet treat?"
description="WhatsApp us today to place your order or inquire about our premium bulk packages."
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 Policy", href: "#" }}
text: "Privacy Policy", rightLink={{ text: "Contact Support", href: "https://wa.me/923340546541" }}
href: "#",
}}
rightLink={{
text: "WhatsApp Support",
href: "https://wa.me/923340546541",
}}
/> />
</div> </div>
</ReactLenis> </ReactLenis>