13 Commits

Author SHA1 Message Date
673078f336 Update src/app/page.tsx 2026-03-26 10:30:16 +00:00
e6a41cb535 Update src/app/page.tsx 2026-03-26 10:20:15 +00:00
1e82311d75 Update theme colors 2026-03-26 10:12:56 +00:00
9bf6fa5ec4 Update theme colors 2026-03-26 10:12:01 +00:00
6c33790aed Update theme colors 2026-03-26 10:09:07 +00:00
aff35febaa Update theme colors 2026-03-26 10:08:56 +00:00
621773cf0d Update src/app/page.tsx 2026-03-26 09:47:24 +00:00
ef39f66b47 Merge version_1 into main
Merge version_1 into main
2026-03-24 14:53:46 +00:00
702246425a Merge version_1 into main
Merge version_1 into main
2026-03-24 14:53:22 +00:00
3f2ea67ef0 Merge version_1 into main
Merge version_1 into main
2026-03-24 14:52:01 +00:00
8841f7f26d Merge version_1 into main
Merge version_1 into main
2026-03-24 14:51:00 +00:00
1956a873d7 Merge version_1 into main
Merge version_1 into main
2026-03-24 14:50:04 +00:00
02f6441417 Merge version_1 into main
Merge version_1 into main
2026-03-24 14:49:08 +00:00
2 changed files with 13 additions and 11 deletions

View File

@@ -56,14 +56,14 @@ export default function LandingPage() {
background={{
variant: "radial-gradient"}}
logoText="Smack Shack"
description="Experience the vibrant flavors of Bengaluru's favorite chaat spot: fresh, authentic, and served with a friendly smile."
description="Experience the vibrant flavors of Gauribidanur's favorite chaat spot: fresh, authentic, and served with a friendly smile."
buttons={[
{
text: "View Menu", href: "#signature-dishes"},
{
text: "Find Us", href: "#location"},
]}
imageSrc="http://img.b2bpic.net/free-photo/front-view-yummy-sweet-pie-with-orange-slices-dark-grey-background-dough-fruit-pie-cake-biscuit_140725-110360.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BOa5L27I0CwiO7KQE3gfxqei0W/uploaded-1774520360788-jtta1gng.jpg"
imageAlt="Vibrant chaat platter with fresh ingredients"
mediaAnimation="blur-reveal"
buttonAnimation="blur-reveal"
@@ -85,6 +85,8 @@ export default function LandingPage() {
id: "samosa-chaat", name: "Samosa Chaat", price: "₹70", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-eggplant-caviar-served-with-fried-lavash-plate_140725-11794.jpg", imageAlt: "Samosa Chaat with chickpeas and chutneys"},
{
id: "vada-pav", name: "Vada Pav", price: "₹40", imageSrc: "http://img.b2bpic.net/free-photo/side-view-women-buying-food_23-2149461678.jpg", imageAlt: "Vada Pav with spicy potato fritter"},
{
id: "gobi-manchurian", name: "Gobi Manchurian", price: "₹100", imageSrc: "https://img.b2bpic.net/free-photo/side-view-gobi-manchurian-with-sauce-spices-black-pot_140725-78097.jpg", imageAlt: "Gobi Manchurian"}
]}
title="Our Signature Chaat & Snacks"
description="Explore our exquisite range of chaats, sandwiches, and beverages, crafted with the freshest ingredients for an unforgettable taste."
@@ -214,4 +216,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #FDF7EC;
--card: #F7EBDD;
--foreground: #332C22;
--primary-cta: #E89D0C;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #120a00e6;
--primary-cta: #FF7B05;
--primary-cta-text: #ffffff;
--secondary-cta: #DAA520;
--secondary-cta-text: #332C22;
--accent: #F4D03F;
--background-accent: #F0C27B;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #120a00e6;
--accent: #e2e2e2;
--background-accent: #FF7B05;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);