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"
contentWidth="small"
sizing="mediumLargeSizeMediumTitles"
background="none"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="glass"
@@ -49,7 +49,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogoBillboard
background={{
variant: "plain"}}
variant: "gradient-bars"}}
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."
buttons={[
@@ -163,4 +163,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f6f0e9;
--card: #efe7dd;
--foreground: #2b180a;
--primary-cta: #2b180a;
--background: #f7f6f7;
--card: #ffffff;
--foreground: #25190c;
--primary-cta: #ff6207;
--primary-cta-text: #f6f0e9;
--secondary-cta: #efe7dd;
--secondary-cta: #ffffff;
--secondary-cta-text: #2b180a;
--accent: #94877c;
--background-accent: #afa094;
--accent: #ffce93;
--background-accent: #e8cfa8;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);