Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4ecd2f5bb7 | |||
| 44d015bdc5 | |||
| 6901f87f3f | |||
| 4d67ac2e74 |
@@ -15,16 +15,16 @@ import { TrendingUp, Zap, Settings, Target, Sparkles, Mail, Facebook, Instagram,
|
|||||||
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: [
|
||||||
|
|||||||
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user