Merge version_3 into main #5
@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
|
||||
export default function ContactPage() {
|
||||
return (
|
||||
@@ -29,10 +29,12 @@ export default function ContactPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<ContactSplit
|
||||
<ContactCenter
|
||||
tag="Get in touch"
|
||||
title="We'd love to hear from you"
|
||||
description="Contact us for private dining inquiries, feedback, or any general questions."
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
|
||||
@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
|
||||
export default function ReservationsPage() {
|
||||
return (
|
||||
@@ -29,10 +29,12 @@ export default function ReservationsPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<ContactSplit
|
||||
<ContactCenter
|
||||
tag="Reserve your table"
|
||||
title="Book your dining experience"
|
||||
description="Secure your spot at Dine House for an unforgettable meal."
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
|
||||
Reference in New Issue
Block a user