10 Commits

Author SHA1 Message Date
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 MetricCardOne from '@/components/sections/metrics/MetricCardOne';
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 { Award, CheckCircle, MessageCircle } from "lucide-react";
import { Award, CheckCircle, MessageCircle, Camera, Star } from "lucide-react";
export default function LandingPage() {
return (
@@ -31,43 +31,26 @@ 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: "Today's Special", id: "specials" },
{ name: "Gallery", id: "gallery" },
{ 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="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."
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"
@@ -75,130 +58,48 @@ export default function LandingPage() {
</div>
<div id="products" data-section="products">
<ProductCardOne
<ProductCardThree
animationType="slide-up"
textboxLayout="split-description"
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: "Signature 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: "Traditional Gulab Jamun", price: "Rs 500", imageSrc: "http://img.b2bpic.net/free-photo/delightful-tasty-dessert-celebration_140725-113299.jpg?_wi=1" },
]}
title="Fresh Daily Delicacies"
description="Hand-picked menu featuring our best-selling artisanal sweets."
title="Handcrafted Delights"
description="Explore our curated selection of sweets and bakery items, made fresh daily in Rawalpindi."
/>
</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
animationType="slide-up"
textboxLayout="split"
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}
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",
},
metrics={[
{ id: "g1", value: "Fresh", title: "Bakery Snapshots", description: "Real photos from our kitchen.", icon: Camera },
{ id: "g2", value: "Pure", title: "Quality Guaranteed", description: "Premium sourced ingredients.", icon: Star },
{ id: "g3", value: "Daily", title: "Baked Fresh", description: "Handcrafted to perfection.", icon: Award },
]}
title="Premium Standards"
description="What makes our bakery truly special."
title="Real Product Gallery"
description="A look into our authentic, freshly prepared items."
/>
</div>
@@ -207,64 +108,10 @@ 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: "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" },
]}
title="Our Happy Customers"
description="What people are saying in Rawalpindi."
title="Testimonials"
description="Hear from our valued customers across Rawalpindi."
/>
</div>
@@ -272,55 +119,31 @@ 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: "How to order?", content: "Click any of our 'WhatsApp Order' buttons to start a chat." },
{ id: "q2", title: "Delivery areas?", content: "We cover most of Rawalpindi, inquire via WhatsApp for specific areas." },
]}
sideTitle="Common Questions"
sideDescription="Everything you need to know about our ordering process."
sideTitle="FAQs"
faqsAnimation="slide-up"
/>
</div>
<div id="contact" data-section="contact">
<ContactSplit
background={{ variant: "gradient-bars" }}
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."
tag="Contact Us"
title="Place Your Order"
description="Connect with us on WhatsApp to order 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 Policy", href: "#" }}
rightLink={{ text: "Contact Support", href: "https://wa.me/923340546541" }}
/>
</div>
</ReactLenis>