8 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
deebc3ccca Merge version_2 into main
Merge version_2 into main
2026-05-02 08:40:53 +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 (
@@ -33,12 +33,14 @@ export default function LandingPage() {
navItems={[ navItems={[
{ name: "Home", id: "hero" }, { name: "Home", id: "hero" },
{ name: "Products", id: "products" }, { name: "Products", id: "products" },
{ name: "Testimonials", id: "testimonials" }, { name: "Today's Special", id: "specials" },
{ name: "Gallery", id: "gallery" },
{ name: "Contact", id: "contact" }, { name: "Contact", id: "contact" },
]} ]}
brandName="Mumtaz Sweets & Bakers" brandName="Mumtaz Sweets & Bakers"
button={{ button={{
text: "Order on WhatsApp", href: "https://wa.me/923340546541"}} text: "Order on WhatsApp", href: "https://wa.me/923340546541"
}}
/> />
</div> </div>
@@ -46,7 +48,7 @@ export default function LandingPage() {
<HeroLogoBillboard <HeroLogoBillboard
background={{ variant: "glowing-orb" }} background={{ variant: "glowing-orb" }}
logoText="Mumtaz Sweets & Bakers | Rawalpindi" 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." 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={[ buttons={[
{ text: "Order on WhatsApp Now", href: "https://wa.me/923340546541" }, { text: "Order on WhatsApp Now", href: "https://wa.me/923340546541" },
]} ]}
@@ -56,52 +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: "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", 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: "Premium Gulab Jamun", price: "Rs 500", imageSrc: "http://img.b2bpic.net/free-photo/delightful-tasty-dessert-celebration_140725-113299.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" },
{ 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="Our hand-picked menu of signature sweets, crafted fresh in Rawalpindi." 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: "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="Trusted by Pindi"
description="Quality and taste you can rely on every single time."
/>
</div>
<div id="features" data-section="features">
<FeatureCardTwentyFour
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={true} useInvertedBackground={true}
features={[ metrics={[
{ 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: "g1", value: "Fresh", title: "Bakery Snapshots", description: "Real photos from our kitchen.", icon: Camera },
{ 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: "g2", value: "Pure", title: "Quality Guaranteed", description: "Premium sourced ingredients.", icon: Star },
{ 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: "g3", value: "Daily", title: "Baked Fresh", description: "Handcrafted to perfection.", icon: Award },
]} ]}
title="The Mumtaz Difference" title="Real Product Gallery"
description="What makes our bakery Pindi's favorite." description="A look into our authentic, freshly prepared items."
/> />
</div> </div>
@@ -110,12 +108,10 @@ 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", 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: "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="What Pindi Says" title="Testimonials"
description="Our community's favorite choice for celebrations." description="Hear from our valued customers across Rawalpindi."
/> />
</div> </div>
@@ -123,9 +119,8 @@ 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", title: "How to order?", content: "Click any of our 'WhatsApp Order' buttons to start a chat." },
{ id: "q2", title: "Can I bulk order?", content: "Yes, contact us on WhatsApp to discuss your event requirements." }, { id: "q2", title: "Delivery areas?", content: "We cover most of Rawalpindi, inquire via WhatsApp for specific areas." },
{ id: "q3", title: "What makes your sweets special?", content: "We combine 30 years of experience with pure ingredients." },
]} ]}
sideTitle="FAQs" sideTitle="FAQs"
faqsAnimation="slide-up" faqsAnimation="slide-up"
@@ -134,11 +129,11 @@ export default function LandingPage() {
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactSplit <ContactSplit
background={{ variant: "gradient-bars" }}
useInvertedBackground={false} useInvertedBackground={false}
background={{ variant: "plain" }} tag="Contact Us"
tag="Order Now" title="Place Your Order"
title="Place Your Order Today" description="Connect with us on WhatsApp to order the freshest sweets in Rawalpindi."
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"
buttonText="Chat on WhatsApp" buttonText="Chat on WhatsApp"
/> />
@@ -147,8 +142,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterLogoReveal <FooterLogoReveal
logoText="Mumtaz Sweets & Bakers" logoText="Mumtaz Sweets & Bakers"
leftLink={{ text: "Privacy", href: "#" }} leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "WhatsApp Support", href: "https://wa.me/923340546541" }} rightLink={{ text: "Contact Support", href: "https://wa.me/923340546541" }}
/> />
</div> </div>
</ReactLenis> </ReactLenis>