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" /> diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 539ce00..182615e 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f5f5; - --card: #ffffff; - --foreground: #1c1c1c; - --primary-cta: #1c1c1c; + --background: #fff9f5; + --card: #ffe8f0; + --foreground: #5a2d3c; + --primary-cta: #ff69b4; --primary-cta-text: #f5f5f5; - --secondary-cta: #ffffff; + --secondary-cta: #ffd700; --secondary-cta-text: #1c1c1c; - --accent: #15479c; - --background-accent: #a8cce8; + --accent: #ffc0cb; + --background-accent: #fffacd; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);