From c2f81528bbfbc3d1cc4a4197140cd5be24087377 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 12:21:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 188 +++++++++++++++++++++++++---------------------- 1 file changed, 99 insertions(+), 89 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b59f571..dc54372 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,137 +9,147 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import { Zap, Heart, Users, Target, Smile, Sparkles, Camera, Star } from 'lucide-react'; +import { Cake, Heart, Users, Star, MapPin, MessageCircle, Instagram, Facebook, Twitter, Youtube } from 'lucide-react'; export default function LandingPage() { return (
@@ -212,24 +222,24 @@ export default function LandingPage() { title: "Quick Links", items: [ { label: "Home", href: "#hero" }, { label: "About", href: "#about" }, - { label: "Services", href: "#services" }, - { label: "Contact", href: "#contact" } + { label: "Products", href: "#services" }, + { label: "Gallery", href: "#gallery" } ] }, { - title: "Services", items: [ - { label: "Personal Training", href: "#services" }, - { label: "Group Classes", href: "#services" }, - { label: "Membership Plans", href: "#contact" }, - { label: "Fitness Programs", href: "#services" } + title: "Products", items: [ + { label: "Custom Cakes", href: "#services" }, + { label: "Pastries", href: "#services" }, + { label: "Cookies & Cupcakes", href: "#services" }, + { label: "Celebration Orders", href: "#services" } ] }, { - title: "Contact Info", items: [ - { label: "Phone: +91-9876543210", href: "tel:+919876543210" }, - { label: "WhatsApp: +91-9876543210", href: "https://wa.me/919876543210" }, - { label: "Email: hello@enzofitness.com", href: "mailto:hello@enzofitness.com" }, - { label: "Location: Rajnagar Extension, Ghaziabad", href: "#" } + title: "Contact", items: [ + { label: "WhatsApp: +91-XXXXXXXXXX", href: "https://wa.me/91XXXXXXXXXX" }, + { label: "Email: info@icingbakes.com", href: "mailto:info@icingbakes.com" }, + { label: "Location: Rajnagar Extension, Ghaziabad", href: "#" }, + { label: "Visit Us", href: "#" } ] }, { @@ -241,8 +251,8 @@ export default function LandingPage() { ] } ]} - bottomLeftText="© 2025 Enzo Fitness. All rights reserved." - bottomRightText="Opening Hours: Mon-Sun 6 AM - 10 PM" + bottomLeftText="© 2025 Icing n Bakes. Freshly Baked, Artisan Quality." + bottomRightText="Mon-Sat: 9 AM - 8 PM | Sun: 10 AM - 6 PM" ariaLabel="Footer" />