From 7137e1c5329fbc94682705383b5972fd31ac7d1e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 08:46:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 66 +++++++++++++++++++++++------------------------- 1 file changed, 32 insertions(+), 34 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 175683e..a9a58d1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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 ( @@ -33,12 +33,14 @@ export default function LandingPage() { navItems={[ { name: "Home", id: "hero" }, { name: "Products", id: "products" }, - { name: "Testimonials", id: "testimonials" }, + { name: "Today's Special", id: "specials" }, + { name: "Gallery", id: "gallery" }, { name: "Contact", id: "contact" }, ]} brandName="Mumtaz Sweets & Bakers" button={{ - text: "Order on WhatsApp", href: "https://wa.me/923340546541"}} + text: "Order on WhatsApp", href: "https://wa.me/923340546541" + }} /> @@ -56,7 +58,7 @@ export default function LandingPage() {
-
-
+
+ +
+ + - -
-
@@ -109,7 +109,6 @@ export default function LandingPage() { useInvertedBackground={false} 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: "2", name: "Ali Hassan", date: "Oct 2023", title: "Corporate Client", quote: "Professional bulk service, perfect for our office events.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-her-home_23-2148708980.jpg" }, ]} title="Testimonials" description="Hear from our valued customers across Rawalpindi." @@ -120,9 +119,8 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1