7 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
2 changed files with 25 additions and 24 deletions

View File

@@ -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>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #fffffae6;
--primary-cta: #fde047;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #fffffae6;
--accent: #737373;
--background-accent: #737373;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);