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: "#"},
],
},
]}
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index 9d0254f..bf9aba6 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
- --background: #ffffff;
- --card: #f9f9f9;
- --foreground: #120a00e6;
- --primary-cta: #FF7B05;
+ --background: #fffefe;
+ --card: #f6f7f4;
+ --foreground: #080908;
+ --primary-cta: #0e3a29;
--primary-cta-text: #ffffff;
- --secondary-cta: #f9f9f9;
+ --secondary-cta: #e7eecd;
--secondary-cta-text: #120a00e6;
- --accent: #e2e2e2;
- --background-accent: #FF7B05;
+ --accent: #35c18b;
+ --background-accent: #ecebe4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);