diff --git a/src/app/page.tsx b/src/app/page.tsx index 86d2608..d6377c2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Calendar, Clock, Coffee, Croissant, MapPin, Sparkles, Utensils } from "lucide-react"; +import { Calendar, Clock, Coffee, Croissant, MapPin, Sparkles, Utensils, MessageCircle, Instagram, Facebook } from "lucide-react"; export default function LandingPage() { return ( @@ -138,13 +138,13 @@ export default function LandingPage() { @@ -159,23 +159,23 @@ export default function LandingPage() { }, { title: "Information", items: [ - { label: "About Us", href: "#about" }, - { label: "Our Menu", href: "#products" }, + { label: "About Us (Français)", href: "#about" }, + { label: "Our Menu (Carte)", href: "#products" }, { label: "Gallery", href: "#" }, ], }, { - title: "Social", items: [ - { label: "WhatsApp", href: "https://wa.me/22243057777" }, + title: "Connect", items: [ + { label: "WhatsApp (Chat/Réservez)", href: "https://wa.me/22243057777" }, { label: "Instagram", href: "#" }, { label: "Facebook", href: "#" }, ], }, ]} - copyrightText="© 2024 Paul Boulangerie Pâtisserie. All rights reserved." + copyrightText="© 2024 Paul Boulangerie Pâtisserie. All rights reserved. Service available in FR/EN." /> ); -} +} \ No newline at end of file