6 Commits

Author SHA1 Message Date
b2ae8c79f2 Update src/app/page.tsx 2026-04-03 10:23:04 +00:00
d01e3b557f Update src/app/styles/variables.css 2026-04-03 10:22:32 +00:00
5e8fce03e3 Update src/app/page.tsx 2026-04-03 10:22:32 +00:00
625e004ddb Merge version_1 into main
Merge version_1 into main
2026-04-03 10:19:20 +00:00
a6848dfcd0 Merge version_1 into main
Merge version_1 into main
2026-04-03 10:18:53 +00:00
69fa5737a1 Merge version_1 into main
Merge version_1 into main
2026-04-03 10:18:25 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -18,7 +18,7 @@ export default function LandingPage() {
borderRadius="soft" borderRadius="soft"
contentWidth="small" contentWidth="small"
sizing="mediumLargeSizeMediumTitles" sizing="mediumLargeSizeMediumTitles"
background="none" background="circleGradient"
cardStyle="soft-shadow" cardStyle="soft-shadow"
primaryButtonStyle="radial-glow" primaryButtonStyle="radial-glow"
secondaryButtonStyle="glass" secondaryButtonStyle="glass"
@@ -49,7 +49,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroLogoBillboard <HeroLogoBillboard
background={{ background={{
variant: "plain"}} variant: "gradient-bars"}}
logoText="Asli Pappu Dhaba" logoText="Asli Pappu Dhaba"
description="Experience the authentic, soulful flavors of Kosi's finest roadside eatery. Open 24/7 for travelers, families, and food lovers." description="Experience the authentic, soulful flavors of Kosi's finest roadside eatery. Open 24/7 for travelers, families, and food lovers."
buttons={[ buttons={[
@@ -163,4 +163,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #f6f0e9; --background: #f7f6f7;
--card: #efe7dd; --card: #ffffff;
--foreground: #2b180a; --foreground: #25190c;
--primary-cta: #2b180a; --primary-cta: #ff6207;
--primary-cta-text: #f6f0e9; --primary-cta-text: #f6f0e9;
--secondary-cta: #efe7dd; --secondary-cta: #ffffff;
--secondary-cta-text: #2b180a; --secondary-cta-text: #2b180a;
--accent: #94877c; --accent: #ffce93;
--background-accent: #afa094; --background-accent: #e8cfa8;
/* 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);