10 Commits

Author SHA1 Message Date
72b80c2b1a Update theme colors 2026-03-11 07:27:29 +00:00
8b1305f75c Update src/app/page.tsx 2026-03-11 07:25:41 +00:00
379e0bde36 Update src/app/page.tsx 2026-03-11 07:24:48 +00:00
f8da8bb01c Merge version_2 into main
Merge version_2 into main
2026-03-11 07:22:04 +00:00
fa954519f7 Update src/app/page.tsx 2026-03-11 07:22:00 +00:00
9f53ae04e4 Merge version_2 into main
Merge version_2 into main
2026-03-11 07:21:07 +00:00
03a034ac75 Update src/app/styles/variables.css 2026-03-11 07:21:03 +00:00
c991a2c32a Update src/app/page.tsx 2026-03-11 07:21:03 +00:00
4c9ddb55e2 Merge version_1 into main
Merge version_1 into main
2026-03-11 07:15:24 +00:00
80da645553 Merge version_1 into main
Merge version_1 into main
2026-03-11 07:15:01 +00:00
2 changed files with 14 additions and 11 deletions

View File

@@ -8,8 +8,9 @@ import AboutMetric from '@/components/sections/about/AboutMetric';
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import { TrendingUp, Zap, Settings, Target, Sparkles, Calculator, Mail } from 'lucide-react';
import { TrendingUp, Zap, Settings, Target, Sparkles, Calculator, Mail, Facebook, Instagram } from 'lucide-react';
export default function LandingPage() {
return (
@@ -214,16 +215,18 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactCenter
<ContactSplit
tag="Get In Touch"
tagIcon={Mail}
title="Request Your Free Restaurant Audit"
description="Fill out the form below and our team will reach out to discuss your restaurant's unique challenges and opportunities. We'll provide personalized recommendations to help you grow."
background={{ variant: "cell-wave" }}
useInvertedBackground={false}
mediaAnimation="blur-reveal"
inputPlaceholder="your@email.com"
buttonText="Get Free Audit"
termsText="We respect your privacy. We'll only use your information to prepare your personalized restaurant audit."
mediaPosition="right"
/>
</div>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #e3deea;
--card: #ffffff;
--foreground: #1f2027;
--primary-cta: #1f2027;
--primary-cta-text: #e3deea;
--secondary-cta: #ffffff;
--secondary-cta-text: #1f2027;
--accent: #627dc6;
--background-accent: #627dc6;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #fffffae6;
--primary-cta: #fde047;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #fffffae6;
--accent: #737373;
--background-accent: #737373;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);