5 Commits

Author SHA1 Message Date
fa954519f7 Update src/app/page.tsx 2026-03-11 07:22:00 +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 12 additions and 9 deletions

View File

@@ -8,8 +8,9 @@ import AboutMetric from '@/components/sections/about/AboutMetric';
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import ContactCenter from '@/components/sections/contact/ContactCenter'; import ContactCenter from '@/components/sections/contact/ContactCenter';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; 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() { export default function LandingPage() {
return ( return (
@@ -214,7 +215,7 @@ export default function LandingPage() {
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactCenter <ContactSplit
tag="Get In Touch" tag="Get In Touch"
tagIcon={Mail} tagIcon={Mail}
title="Request Your Free Restaurant Audit" title="Request Your Free Restaurant Audit"
@@ -224,6 +225,8 @@ export default function LandingPage() {
inputPlaceholder="your@email.com" inputPlaceholder="your@email.com"
buttonText="Get Free Audit" buttonText="Get Free Audit"
termsText="We respect your privacy. We'll only use your information to prepare your personalized restaurant audit." termsText="We respect your privacy. We'll only use your information to prepare your personalized restaurant audit."
mediaAnimation="blur-reveal"
mediaPosition="right"
/> />
</div> </div>

View File

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