Compare commits
23 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 53eca5cd2f | |||
| 7e5f891f61 | |||
| f478eb3138 | |||
| 2a9d49f0b4 | |||
| 6840cf9238 | |||
| ff605cacf8 | |||
| 73ad115c13 | |||
| b7131306d9 | |||
| 8d8e41bdb7 | |||
| 6f1a7b8811 | |||
| c94e7bc73b | |||
| a6e7962e30 | |||
| c99848c185 | |||
| a845e70380 | |||
| 6529ab0bda | |||
| af36d6de19 | |||
| 32f8400575 | |||
| 932644a036 | |||
| dd33accc75 | |||
| 4ecd2f5bb7 | |||
| 44d015bdc5 | |||
| 6901f87f3f | |||
| 4d67ac2e74 |
@@ -15,16 +15,16 @@ import { TrendingUp, Zap, Settings, Target, Sparkles, Mail, Facebook, Instagram,
|
||||
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: [
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user