Update src/app/contact/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user