Update src/app/contact/page.tsx

This commit is contained in:
2026-06-03 15:19:10 +00:00
parent 93bcbfc9fb
commit 2601a5e68d

View File

@@ -26,10 +26,10 @@ export default function ContactPage() {
<NavbarLayoutFloatingInline
brandName="Bella Italia"
navItems={[
{ name: "Menu", href: "/#menu" },
{ name: "About", href: "/#about" },
{ name: "Contact", href: "/contact" },
{ name: "Reviews", href: "/#testimonials" }
{ name: "Menu", id: "/#menu" },
{ name: "About", id: "/#about" },
{ name: "Contact", id: "/contact" },
{ name: "Reviews", id: "/#testimonials" }
]}
button={{
text: "Book a Table", href: "#contact-form-section"
@@ -44,6 +44,7 @@ export default function ContactPage() {
tag="Contact Us"
inputPlaceholder="Your email"
buttonText="Send Message"
useInvertedBackground={true}
/>
</div>