Update src/app/page.tsx

This commit is contained in:
2026-03-24 05:41:52 +00:00
parent f5b956f0f9
commit caa0d85b63

View File

@@ -29,11 +29,11 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
brandName="The Gourmet Garden"
navItems={[
{ name: "Home", id: "home", href: "#home" },
{ name: "Menu", id: "menu", href: "#menu" },
{ name: "About", id: "about", href: "#about" },
{ name: "Testimonials", id: "testimonials", href: "#testimonials" },
{ name: "Contact", id: "contact", href: "#contact" }
{ name: "Home", id: "home" },
{ name: "Menu", id: "menu" },
{ name: "About", id: "about" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" }
]}
button={{ text: "Book a Table", href: "#contact" }}
/>
@@ -53,7 +53,6 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/penne-pasta-cooked-tomato-sauce_114579-1752.jpg"
mediaAnimation="slide-up"
imageAlt="Gourmet main course on a restaurant table"
useInvertedBackground={false}
/>
</div>
@@ -134,8 +133,6 @@ export default function LandingPage() {
inputPlaceholder="Your Email"
buttonText="Send Request"
termsText="By sending a request, you agree to our privacy policy and terms of service."
imageSrc="http://img.b2bpic.net/free-photo/young-redhead-girl-drinks-coffee-sitting-near-coffee-shop-relaxing-after-riding-skateboard_613910-18845.jpg"
imageAlt="Elegant restaurant exterior at night"
/>
</div>