3 Commits

Author SHA1 Message Date
7087c3611b Update src/app/page.tsx 2026-05-08 20:08:14 +00:00
310912d029 Merge version_2 into main
Merge version_2 into main
2026-05-08 20:04:45 +00:00
a2b54e127f Merge version_2 into main
Merge version_2 into main
2026-05-08 20:04:13 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}