8 Commits

Author SHA1 Message Date
af97c2c787 Merge version_2 into main
Merge version_2 into main
2026-05-02 23:51:39 +00:00
c1685a59a1 Update src/app/page.tsx 2026-05-02 23:51:36 +00:00
f905b1ca50 Merge version_2 into main
Merge version_2 into main
2026-05-02 23:51:14 +00:00
b464487a8a Update src/app/page.tsx 2026-05-02 23:51:08 +00:00
cc7d1ac9d7 Merge version_1 into main
Merge version_1 into main
2026-05-02 23:40:03 +00:00
6c12d464de Merge version_1 into main
Merge version_1 into main
2026-05-02 23:34:41 +00:00
30caa064cd Merge version_1 into main
Merge version_1 into main
2026-05-02 23:34:17 +00:00
6772864479 Merge version_1 into main
Merge version_1 into main
2026-05-02 23:33:51 +00:00

View File

@@ -93,12 +93,16 @@ export default function LandingPage() {
{
id: "p2", name: "Artisan Pizza", price: "₹350", variant: "Snack", imageSrc: "http://img.b2bpic.net/free-photo/delightful-tasty-dessert-celebration_140725-113696.jpg?_wi=1"},
{
id: "p3", name: "Cold Brew", price: "₹200", variant: "Drink", imageSrc: "http://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg?_wi=1"},
id: "p3", name: "Cold Brew", price: "₹200", variant: "Drink", imageSrc: "http://img.b2bpic.net/cafe-with-burning-candles-tables_140725-7784.jpg?_wi=1"},
{
id: "p4", name: "Peri Peri Fries", price: "₹180", variant: "Snack", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DBoOqclKjLXd1pA0No8LV1hQtm/uploaded-1777765126728-axnho2k4.jpg"},
{
id: "p5", name: "Choco Lava Cake", price: "₹250", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/delicious-chocolate-lava-cake-served-with-ice-cream_23-2148962648.jpg?_wi=1"},
{
id: "p6", name: "Avocado Toast", price: "₹280", variant: "Breakfast", imageSrc: "http://img.b2bpic.net/free-photo/delicious-avocado-toast-on-wooden-board_23-2148419614.jpg?_wi=1"}
]}
title="Signature Menu"
description="Explore our hand-crafted beverages and delightful snacks."
description="Explore our hand-crafted beverages, delightful snacks, and gourmet desserts."
/>
</div>
@@ -110,7 +114,7 @@ export default function LandingPage() {
{
id: "1", name: "Aman P.", date: "Oct 2023", title: "Great Vibe", quote: "The best aesthetic spot in Nagpur for meetings.", tag: "Coffee Enthusiast", avatarSrc: "http://img.b2bpic.net/free-photo/delicious-iced-coffee-with-milk_23-2149600674.jpg", imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064696.jpg?_wi=2", imageAlt: "cozy cafe interior warm lighting"},
{
id: "2", name: "Sneha R.", date: "Sep 2023", title: "Lovely Coffee", quote: "Signature latte is to die for!", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/hot-latte-coffee-cup-table_1203-9896.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-pouring-milk-delicious-coffee-cup_23-2148865585.jpg?_wi=2", imageAlt: "cozy cafe interior warm lighting"},
id: "2", name: "Sneha R.", date: "Sep 2023", title: "Lovely Coffee", quote: "Signature latte is to die for!", tag: "Regular", avatarSrc: "http://img.b2bpic.net/hot-latte-coffee-cup-table_1203-9896.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-pouring-milk-delicious-coffee-cup_23-2148865585.jpg?_wi=2", imageAlt: "cozy cafe interior warm lighting"},
{
id: "3", name: "Rahul V.", date: "Aug 2023", title: "Cozy Setup", quote: "Perfect for casual meetups and reading.", tag: "Frequent Visitor", avatarSrc: "http://img.b2bpic.net/free-photo/luxury-bar-illuminated-by-modern-lighting-equipment-generated-by-ai_188544-24181.jpg", imageSrc: "http://img.b2bpic.net/free-photo/delightful-tasty-dessert-celebration_140725-113696.jpg?_wi=2", imageAlt: "cozy cafe interior warm lighting"},
{
@@ -206,4 +210,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}