Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-06-03 13:34:58 +00:00

View File

@@ -119,7 +119,7 @@ export default function LandingPage() {
title: "Inviting Café Ambiance", description: "Relax in our warm, cozy setting, perfect for friendly conversations, focused work, or cherished family moments.", icon: Sparkles,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-with-croissant-plate_23-2148039694.jpg", imageAlt: "Warm cafe interior with aesthetic lighting"},
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-with-croissant-plate_23-2148039694.jpg?_wi=1", imageAlt: "Warm cafe interior with aesthetic lighting"},
{
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-with-red-carpet-floor-tables-chairs_140725-8024.jpg", imageAlt: "Warm cafe interior with aesthetic lighting"},
]
@@ -138,7 +138,7 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "coffee-cappuccino", name: "Cappuccino", price: "₹180", variant: "Coffee & Beverages", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-with-croissant-plate_23-2148039694.jpg", imageAlt: "A steaming cappuccino with latte art"},
id: "coffee-cappuccino", name: "Cappuccino", price: "₹180", variant: "Coffee & Beverages", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-with-croissant-plate_23-2148039694.jpg?_wi=2", imageAlt: "A steaming cappuccino with latte art"},
{
id: "coffee-iced", name: "Iced Coffee", price: "₹220", variant: "Coffee & Beverages", imageSrc: "http://img.b2bpic.net/free-photo/fresh-cold-fruit-mock-tail_23-2147836745.jpg", imageAlt: "A refreshing glass of iced coffee"},
{