10 Commits

Author SHA1 Message Date
0f419c07a3 Update src/app/page.tsx 2026-03-11 07:30:50 +00:00
9b15ec2390 Update src/app/page.tsx 2026-03-11 07:29:57 +00:00
404301aa29 Merge version_3 into main
Merge version_3 into main
2026-03-11 07:27:35 +00:00
72b80c2b1a Update theme colors 2026-03-11 07:27:29 +00:00
813a52e11b Merge version_3 into main
Merge version_3 into main
2026-03-11 07:25:45 +00:00
8b1305f75c Update src/app/page.tsx 2026-03-11 07:25:41 +00:00
eb2f47fc12 Merge version_3 into main
Merge version_3 into main
2026-03-11 07:24:52 +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
9f53ae04e4 Merge version_2 into main
Merge version_2 into main
2026-03-11 07:21:07 +00:00
2 changed files with 21 additions and 27 deletions

View File

@@ -6,11 +6,11 @@ import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
import AboutMetric from '@/components/sections/about/AboutMetric';
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
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, Facebook, Instagram } from 'lucide-react';
import { TrendingUp, Zap, Settings, Target, Sparkles, Calculator, Mail, Facebook, Instagram, Star } from 'lucide-react';
export default function LandingPage() {
return (
@@ -178,25 +178,19 @@ export default function LandingPage() {
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTen
title="Trusted by Restaurant Owners"
description="Real results from restaurant owners who partnered with GrowTables to optimize their operations and increase profitability."
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1", title: "Increased Profit Margins Significantly", quote: "GrowTables helped us improve kitchen efficiency and reduce waste. Our profit margins increased within months of implementing their systems. The ROI was exceptional.", name: "Maria Rodriguez", role: "Owner, Tres Hermanos Restaurant", imageSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-well-dressed-man-with-beard-posing-outdoors_1328-3268.jpg", imageAlt: "Maria Rodriguez"
},
{
id: "2", title: "Labor Costs Cut by 20%", quote: "The labor optimization strategies alone paid for the entire consulting engagement. We now have better scheduling, more efficient workflows, and happier staff.", name: "James Chen", role: "Manager, Shanghai Kitchen", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-african-woman-student-resting-relaxing-sitting-cafe-smiling-drinking-coffee_176420-12323.jpg", imageAlt: "James Chen"
},
{
id: "3", title: "Food Costs Under Control", quote: "We've reduced food waste by nearly 30% through better inventory management and portion controls. The systems they implemented are now part of our daily operations.", name: "Sarah Williams", role: "Owner, The Golden Fork Cafe", imageSrc: "http://img.b2bpic.net/free-photo/bald-man-with-beard-wearing-business-clothes-glasses-puffing-cheeks-with-funny-face-mouth-inflated-with-air-crazy-expression_839833-2502.jpg", imageAlt: "Sarah Williams"
},
{
id: "4", title: "Professional Support That Delivers Results", quote: "The team at GrowTables truly understands restaurant operations. They didn't just identify problems—they provided practical, implementable solutions that work.", name: "Michael Thompson", role: "Operator, Thompson's Fine Dining", imageSrc: "http://img.b2bpic.net/free-photo/welcome-our-restaurant_1098-15702.jpg", imageAlt: "Michael Thompson"
}
<TestimonialCardFifteen
testimonial="GrowTables helped us improve kitchen efficiency and reduce waste. Our profit margins increased within months of implementing their systems. The ROI was exceptional."
rating={5}
author="Maria Rodriguez, Owner - Tres Hermanos Restaurant"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/portrait-fashionable-well-dressed-man-with-beard-posing-outdoors_1328-3268.jpg", alt: "Maria Rodriguez" },
{ src: "http://img.b2bpic.net/free-photo/young-beautiful-african-woman-student-resting-relaxing-sitting-cafe-smiling-drinking-coffee_176420-12323.jpg", alt: "James Chen" },
{ src: "http://img.b2bpic.net/free-photo/bald-man-with-beard-wearing-business-clothes-glasses-puffing-cheeks-with-funny-face-mouth-inflated-with-air-crazy-expression_839833-2502.jpg", alt: "Sarah Williams" },
{ src: "http://img.b2bpic.net/free-photo/welcome-our-restaurant_1098-15702.jpg", alt: "Michael Thompson" }
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -222,10 +216,10 @@ export default function LandingPage() {
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."
mediaAnimation="blur-reveal"
mediaPosition="right"
/>
</div>

View File

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