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 ContactCenter from '@/components/sections/contact/ContactCenter';
import ContactSplit from '@/components/sections/contact/ContactSplit'; import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; 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() { export default function LandingPage() {
return ( return (
<ThemeProvider <ThemeProvider
defaultButtonVariant="shift-hover" defaultButtonVariant="hover-magnetic"
defaultTextAnimation="background-highlight" defaultTextAnimation="entrance-slide"
borderRadius="rounded" borderRadius="pill"
contentWidth="compact" contentWidth="medium"
sizing="largeSizeMediumTitles" sizing="mediumLargeSizeMediumTitles"
background="fluid" background="none"
cardStyle="glass-elevated" cardStyle="glass-elevated"
primaryButtonStyle="primary-glow" primaryButtonStyle="gradient"
secondaryButtonStyle="radial-glow" secondaryButtonStyle="glass"
headingFontWeight="light" headingFontWeight="semibold"
> >
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleFullscreen <NavbarStyleFullscreen
@@ -57,7 +57,7 @@ export default function LandingPage() {
frameStyle="card" frameStyle="card"
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"
containerClassName="min-h-screen flex flex-col items-center justify-center" 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" 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" buttonContainerClassName="flex flex-col md:flex-row gap-4"
/> />
@@ -71,7 +71,7 @@ export default function LandingPage() {
tagAnimation="slide-up" tagAnimation="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
animationType="blur-reveal" animationType="slide-up"
features={[ features={[
{ {
id: 1, 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." description="A proven methodology that delivers measurable results for restaurant owners looking to transform their operations and profitability."
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
animationType="blur-reveal" animationType="slide-up"
metrics={[ metrics={[
{ {
id: "1", value: "Step 1", title: "Restaurant Audit", items: [ id: "1", value: "Step 1", title: "Restaurant Audit", items: [
@@ -242,16 +242,17 @@ export default function LandingPage() {
}, },
{ {
items: [ items: [
{ label: "Los Angeles", href: "#" },
{ label: "Email", href: "mailto:growtables@gmail.com" }, { label: "Email", href: "mailto:growtables@gmail.com" },
{ label: "Phone", href: "tel:+1234567890" }, { label: "USA", href: "#" }
{ label: "Location", href: "#" }
] ]
}, },
{ {
items: [ items: [
{ label: "Facebook", href: "https://www.facebook.com/Growtables" }, { label: "Facebook", href: "https://www.facebook.com/Growtables" },
{ label: "Instagram", href: "https://www.instagram.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; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #0a0a0a; --background: #ffffff;
--card: #1a1a1a; --card: #f9f9f9;
--foreground: #fffffae6; --foreground: #000612e6;
--primary-cta: #fde047; --primary-cta: #15479c;
--primary-cta-text: #0a0a0a; --primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a; --secondary-cta: #f9f9f9;
--secondary-cta-text: #fffffae6; --secondary-cta-text: #fffffae6;
--accent: #737373; --accent: #e2e2e2;
--background-accent: #737373; --background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);