7 Commits

Author SHA1 Message Date
5ad9df18a0 Merge version_4 into main
Merge version_4 into main
2026-04-18 04:16:58 +00:00
fca4244f95 Update src/app/page.tsx 2026-04-18 04:16:55 +00:00
c55e18c9ca Merge version_3 into main
Merge version_3 into main
2026-04-18 04:15:31 +00:00
576e0352bb Update src/app/styles/variables.css 2026-04-18 04:15:28 +00:00
39dc9beb4e Update src/app/page.tsx 2026-04-18 04:15:28 +00:00
efa0d90af6 Merge version_2 into main
Merge version_2 into main
2026-04-18 04:14:34 +00:00
10bdae8136 Merge version_2 into main
Merge version_2 into main
2026-04-18 04:14:06 +00:00
2 changed files with 9 additions and 6 deletions

View File

@@ -73,12 +73,15 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{ id: "p1", name: "Masala Chai", price: "₹20", imageSrc: "http://img.b2bpic.net/free-photo/crackers-cheese-glass-beer-wooden-board-high-quality-photo_114579-67291.jpg" },
{ id: "p2", name: "Veg Samosa", price: "₹15", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-fillet-dough-with-sauce-table_141793-4831.jpg" },
{ id: "p3", name: "Bun Maska", price: "₹30", imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-buns-hot-tasty-fresh-inside-bread-bin-pink_140725-24304.jpg" }
{ id: "m1", name: "Masala Chai", price: "₹20", imageSrc: "http://img.b2bpic.net/free-photo/crackers-cheese-glass-beer-wooden-board-high-quality-photo_114579-67291.jpg" },
{ id: "m2", name: "Ginger Tea", price: "₹20", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tea-glass-with-ginger_23-2148464687.jpg" },
{ id: "m3", name: "Veg Samosa", price: "₹15", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-fillet-dough-with-sauce-table_141793-4831.jpg" },
{ id: "m4", name: "Bun Maska", price: "₹30", imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-buns-hot-tasty-fresh-inside-bread-bin-pink_140725-24304.jpg" },
{ id: "m5", name: "Vada Pav", price: "₹25", imageSrc: "http://img.b2bpic.net/free-photo/delicious-vada-pav_23-2148765432.jpg" },
{ id: "m6", name: "Maggi Noodles", price: "₹40", imageSrc: "http://img.b2bpic.net/free-photo/spicy-maggi-noodles_23-2148901234.jpg" }
]}
title="Our Pocket-Friendly Menu"
description="Fresh, hot, and tasty treats that won't break the bank."
description="Fresh, hot, and tasty treats that won't break the bank. Explore our daily favorites!"
/>
</div>
@@ -155,4 +158,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -12,7 +12,7 @@
--background: #fdfaf6;
--card: #f0e6d6;
--foreground: #4a3b2d;
--foreground: #2d2015;
--primary-cta: #d97706;
--primary-cta-text: #f5f5f5;
--secondary-cta: #f0e6d6;