5 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
813a52e11b Merge version_3 into main
Merge version_3 into main
2026-03-11 07:25:45 +00:00
eb2f47fc12 Merge version_3 into main
Merge version_3 into main
2026-03-11 07:24:52 +00:00

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>