diff --git a/src/app/page.tsx b/src/app/page.tsx index db04de7..583f024 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,14 +4,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FaqDouble from '@/components/sections/faq/FaqDouble'; -import FooterMedia from '@/components/sections/footer/FooterMedia'; +import FooterBase from '@/components/sections/footer/FooterBase'; import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SplitAbout from '@/components/sections/about/SplitAbout'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import { Coffee, Star, Users } from "lucide-react"; +import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import { Coffee, Star, Users, MapPin, Phone, Clock, MessageCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -34,7 +34,8 @@ export default function LandingPage() { { name: "Home", id: "hero" }, { name: "About", id: "about" }, { name: "Menu", id: "menu" }, - { name: "Contact", id: "contact" } + { name: "Testimonials", id: "testimonials" }, + { name: "Location", id: "location" } ]} brandName="Cafe Connection" button={{ text: "Order Now", href: "https://wa.me/918200443850" }} @@ -47,7 +48,7 @@ export default function LandingPage() { description="Great food, great vibes, and the perfect place to connect with friends and family." buttons={[ { text: "Call Now", href: "tel:+918200443850" }, - { text: "Get Directions", href: "https://maps.google.com" }, + { text: "Get Directions", href: "https://maps.app.goo.gl/CafeConnectionVastral" }, { text: "WhatsApp Order", href: "https://wa.me/918200443850" } ]} imageSrc="http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064692.jpg" @@ -113,18 +114,16 @@ export default function LandingPage() {