diff --git a/src/app/page.tsx b/src/app/page.tsx
index 7a9bdb8..edba355 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -3,6 +3,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactCTA from '@/components/sections/contact/ContactCTA';
+import ContactCenter from '@/components/sections/contact/ContactCenter';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
import FooterMedia from '@/components/sections/footer/FooterMedia';
@@ -32,54 +33,41 @@ export default function LandingPage() {
+
+
+
+
+
+
+
+ console.log(`Private event inquiry from: ${email}`)}
+ />
+
+
+
+
+
+
@@ -386,71 +334,43 @@ export default function LandingPage() {
logoText="La Cañita Bayside"
columns={[
{
- title: "Dining",
- items: [
+ title: "Dining", items: [
{
- label: "Menu",
- href: "#menu",
- },
+ label: "Menu", href: "#menu"},
{
- label: "Reservations",
- href: "https://www.opentable.com/la-canita-bayside",
- },
+ label: "Reservations", href: "https://www.opentable.com/la-canita-bayside"},
{
- label: "Gift Cards",
- href: "#",
- },
+ label: "Gift Cards", href: "#"},
],
},
{
- title: "Events",
- items: [
+ title: "Events", items: [
{
- label: "Private Events",
- href: "#events",
- },
+ label: "Private Events", href: "#private-events"},
{
- label: "Event Inquiry",
- href: "mailto:events@lacanitabayside.com",
- },
+ label: "Event Inquiry", href: "mailto:events@lacanitabayside.com"},
{
- label: "Weddings",
- href: "#",
- },
+ label: "Weddings", href: "#"},
],
},
{
- title: "About Us",
- items: [
+ title: "About Us", items: [
{
- label: "Our Story",
- href: "#about",
- },
+ label: "Our Story", href: "#about"},
{
- label: "Team",
- href: "#",
- },
+ label: "Team", href: "#"},
{
- label: "Press",
- href: "#social-proof",
- },
+ label: "Press", href: "#social-proof"},
],
},
{
- title: "Connect",
- items: [
+ title: "Connect", items: [
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
{
- label: "Location",
- href: "https://maps.app.goo.gl/example-bayside-marketplace",
- },
+ label: "Location", href: "https://maps.app.goo.gl/example-bayside-marketplace"},
{
- label: "Careers",
- href: "#",
- },
+ label: "Careers", href: "#"},
],
},
]}