25 Commits

Author SHA1 Message Date
4ecd2f5bb7 Update src/app/styles/variables.css 2026-03-11 07:55:56 +00:00
44d015bdc5 Update src/app/page.tsx 2026-03-11 07:55:56 +00:00
6901f87f3f Merge version_7 into main
Merge version_7 into main
2026-03-11 07:43:19 +00:00
8b5828d1e5 Update src/app/page.tsx 2026-03-11 07:43:15 +00:00
4d67ac2e74 Merge version_7 into main
Merge version_7 into main
2026-03-11 07:42:23 +00:00
06e3af00d1 Update src/app/page.tsx 2026-03-11 07:42:20 +00:00
fcbd4c4979 Merge version_5 into main
Merge version_5 into main
2026-03-11 07:34:07 +00:00
49a592c65b Update src/app/page.tsx 2026-03-11 07:34:03 +00:00
4a5f76f18c Merge version_4 into main
Merge version_4 into main
2026-03-11 07:30:53 +00:00
0f419c07a3 Update src/app/page.tsx 2026-03-11 07:30:50 +00:00
bed18d3708 Merge version_4 into main
Merge version_4 into main
2026-03-11 07:30:01 +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
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 46 additions and 50 deletions

View File

@@ -6,24 +6,25 @@ 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 TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
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, Mail, Facebook, Instagram, Share2, Quote } from 'lucide-react';
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="shift-hover"
defaultTextAnimation="background-highlight"
borderRadius="rounded"
contentWidth="compact"
sizing="largeSizeMediumTitles"
background="fluid"
defaultButtonVariant="hover-magnetic"
defaultTextAnimation="entrance-slide"
borderRadius="pill"
contentWidth="medium"
sizing="mediumLargeSizeMediumTitles"
background="none"
cardStyle="glass-elevated"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="radial-glow"
headingFontWeight="light"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="semibold"
>
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
@@ -56,7 +57,7 @@ export default function LandingPage() {
frameStyle="card"
mediaAnimation="blur-reveal"
containerClassName="min-h-screen flex flex-col items-center justify-center"
logoClassName="text-6xl md:text-8xl font-light text-foreground mb-6"
logoClassName="text-6xl md:text-8xl font-semibold text-foreground mb-6"
descriptionClassName="text-lg md:text-2xl text-foreground/80 text-center max-w-3xl mb-12"
buttonContainerClassName="flex flex-col md:flex-row gap-4"
/>
@@ -70,7 +71,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
animationType="blur-reveal"
animationType="slide-up"
features={[
{
id: 1,
@@ -141,7 +142,7 @@ export default function LandingPage() {
description="A proven methodology that delivers measurable results for restaurant owners looking to transform their operations and profitability."
textboxLayout="default"
useInvertedBackground={false}
animationType="blur-reveal"
animationType="slide-up"
metrics={[
{
id: "1", value: "Step 1", title: "Restaurant Audit", items: [
@@ -162,40 +163,32 @@ export default function LandingPage() {
/>
</div>
<div id="calculator" data-section="calculator">
<ContactCenter
tag="ROI Calculator"
tagIcon={Calculator}
title="Estimate Your Restaurant Profit Potential"
description="Discover how much profit your restaurant could gain by improving systems and controlling costs. Use this calculator to get a personalized estimate based on your restaurant's current performance."
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
inputPlaceholder="Enter your monthly revenue"
buttonText="Calculate Potential"
termsText="This is an estimate based on industry benchmarks. Actual results will vary based on your specific operations and implementation."
/>
</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}
<TestimonialCardThirteen
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: "1", name: "Maria Rodriguez", handle: "Owner - Tres Hermanos Restaurant", 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,
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: "2", name: "James Chen", handle: "Chef - Downtown Bistro", testimonial: "The kitchen optimization recommendations saved us thousands monthly. The team is more efficient, and customers notice the quality improvement.", rating: 5,
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: "3", name: "Sarah Williams", handle: "Manager - Coastal Kitchen", testimonial: "Their labor cost optimization strategies transformed how we schedule and manage staff. We've seen a significant impact on our bottom line.", rating: 5,
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"
id: "4", name: "Michael Thompson", handle: "Owner - Mountain Top Restaurant", testimonial: "Professional, thorough, and results-driven. GrowTables delivered exactly what they promised. Highly recommend to any restaurant looking to improve profitability.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/welcome-our-restaurant_1098-15702.jpg", imageAlt: "Michael Thompson"
}
]}
showRating={true}
title="What Our Clients Say"
description="Hear from restaurant owners who have experienced real growth and profitability improvements."
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -214,16 +207,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>
@@ -247,16 +242,17 @@ export default function LandingPage() {
},
{
items: [
{ label: "Los Angeles", href: "#" },
{ label: "Email", href: "mailto:growtables@gmail.com" },
{ label: "Phone", href: "tel:+1234567890" },
{ label: "Location", href: "#" }
{ label: "USA", href: "#" }
]
},
{
items: [
{ label: "Facebook", href: "https://www.facebook.com/Growtables" },
{ label: "Instagram", href: "https://www.instagram.com/growtables/" },
{ label: "TikTok", href: "https://www.tiktok.com/@growtables?_r=1&_t=ZS-94arQEaleUe" }
{ label: "Share", href: "https://www.tiktok.com/@growtables?_r=1&_t=ZS-94arQEaleUe" },
{ label: "Email", href: "mailto:growtables@gmail.com" }
]
},
{

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: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--primary-cta-text: #0a0a0a;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #fffffae6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);