|
|
|
|
@@ -10,21 +10,21 @@ import TestimonialCardThirteen from '@/components/sections/testimonial/Testimoni
|
|
|
|
|
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, Mail, Facebook, Instagram, Quote } 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
|
|
|
|
|
@@ -57,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"
|
|
|
|
|
/>
|
|
|
|
|
@@ -71,7 +71,7 @@ export default function LandingPage() {
|
|
|
|
|
tagAnimation="slide-up"
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
animationType="blur-reveal"
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
features={[
|
|
|
|
|
{
|
|
|
|
|
id: 1,
|
|
|
|
|
@@ -142,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: [
|
|
|
|
|
@@ -242,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" }
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
@@ -266,4 +267,4 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|