Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 72b80c2b1a | |||
| 8b1305f75c | |||
| 379e0bde36 | |||
| f8da8bb01c | |||
| fa954519f7 | |||
| 9f53ae04e4 | |||
| 03a034ac75 | |||
| c991a2c32a | |||
| 4c9ddb55e2 | |||
| 80da645553 |
@@ -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>
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user