From 7087c3611b518f3be8a404d809c40408006e8ca1 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 20:08:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 93c85d2..26803f1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { Facebook, Instagram, Twitter } from "lucide-react"; +import { Calendar, Facebook, Instagram, Twitter } from "lucide-react"; export default function LandingPage() { return ( @@ -147,6 +147,7 @@ export default function LandingPage() { background={{ variant: "plain" }} useInvertedBackground={false} tag="Reservations" + tagIcon={Calendar} title="Ready for an Unforgettable Meal?" description="Secure your table today and enjoy the best coastal dining experience." buttons={[{ text: "Call to Book", href: "tel:+15550123456" }, { text: "Reserve Online", href: "#" }]} @@ -167,4 +168,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1