diff --git a/src/app/page.tsx b/src/app/page.tsx index 91f10e8..22bdd5b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,6 +11,8 @@ import TestimonialCardThirteen from '@/components/sections/testimonial/Testimoni import ContactText from '@/components/sections/contact/ContactText'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; +import { MapPin, Phone, Mail, MessageCircle } from 'lucide-react'; export default function LandingPage() { return ( @@ -32,6 +34,7 @@ export default function LandingPage() { navItems={[ { name: "About", id: "about" }, { name: "Menu", id: "menu" }, + { name: "Gallery", id: "gallery" }, { name: "Why Us", id: "why-us" }, { name: "Location", id: "location" }, { name: "Contact", id: "contact" } @@ -130,6 +133,44 @@ export default function LandingPage() { /> + +
@@ -249,7 +290,9 @@ export default function LandingPage() { title: "Quick Links", items: [ { label: "About Us", href: "#about" }, { label: "Menu", href: "#menu" }, + { label: "Gallery", href: "#gallery" }, { label: "Why Choose Us", href: "#why-us" }, + { label: "Location", href: "#location" }, { label: "Contact", href: "#contact" } ] }, @@ -257,7 +300,7 @@ export default function LandingPage() { title: "Contact Info", items: [ { label: "Phone: +91-98765-43210", href: "tel:+919876543210" }, { label: "Email: hello@cafealura.com", href: "mailto:hello@cafealura.com" }, - { label: "Address: Tathawade, Pimpri-Chinchwad, MH", href: "#" }, + { label: "Address: Tathawade, Pimpri-Chinchwad, MH", href: "https://maps.google.com/?q=JSPM+College+Tathawade" }, { label: "Hours: Open 24/7", href: "#" } ] }, @@ -265,7 +308,7 @@ export default function LandingPage() { title: "Follow Us", items: [ { label: "Instagram", href: "https://instagram.com" }, { label: "Facebook", href: "https://facebook.com" }, - { label: "Google Reviews", href: "#" }, + { label: "Google Reviews", href: "https://maps.google.com" }, { label: "WhatsApp", href: "https://wa.me/919876543210" } ] } @@ -273,6 +316,75 @@ export default function LandingPage() { copyrightText="© 2024 Cafe Aura. All rights reserved. Open 24/7 • Tathawade, Pimpri-Chinchwad, Maharashtra" /> + + + + {/* Sticky CTA Button */} +
+ +
); -} \ No newline at end of file +} diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index d2ffc19..8f30d09 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: #1f3251; - --primary-cta-text: #f5f5f5; - --secondary-cta: #ffffff; - --secondary-cta-text: #1c1c1c; - --accent: #15479c; - --background-accent: #a8cce8; + --background: #1a1410; + --card: #2a211c; + --foreground: #e8dcc4; + --primary-cta: #d4a574; + --primary-cta-text: #1a1510; + --secondary-cta: #2a211c; + --secondary-cta-text: #e8dcc8; + --accent: #8B5A3C; + --background-accent: #A0522D; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);