Merge version_2 into main #5

Merged
bender merged 1 commits from version_2 into main 2026-05-02 23:51:14 +00:00

View File

@@ -96,9 +96,13 @@ export default function LandingPage() {
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: "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"},
{
@@ -207,3 +211,8 @@ export default function LandingPage() {
</ThemeProvider>
);
}
"
}
],
"rawPlan": "I have updated the menu section to include more food items, offering a wider selection for customers to explore. I've also slightly adjusted the description to reflect the expanded offerings."
}