Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-06 09:00:03 +00:00

View File

@@ -72,11 +72,11 @@ export default function LandingPage() {
description="Discover what makes us the preferred café in Khed"
features={[
{
id: "1", title: "Fresh Coffee", description: "Expertly brewed coffee using premium beans sourced locally and internationally", tag: "Specialty", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-table-grey-background_1220-7312.jpg", imageAlt: "Fresh brewed coffee"},
id: "1", title: "Fresh Coffee", description: "Expertly brewed coffee using premium beans sourced locally and internationally", tag: "Specialty", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-table-grey-background_1220-7312.jpg?_wi=1", imageAlt: "Fresh brewed coffee"},
{
id: "2", title: "Delicious Pizza", description: "Wood-fired oven pizza prepared fresh with authentic Italian recipes and quality ingredients", tag: "Food", imageSrc: "http://img.b2bpic.net/free-photo/neapolitan-spicy-pizza-with-ham-cheese-arugula-basil-tomatoes-pepperoni-pepper-sprayed-with-cheese_78826-2234.jpg", imageAlt: "Wood-fired pizza"},
id: "2", title: "Delicious Pizza", description: "Wood-fired oven pizza prepared fresh with authentic Italian recipes and quality ingredients", tag: "Food", imageSrc: "http://img.b2bpic.net/free-photo/neapolitan-spicy-pizza-with-ham-cheese-arugula-basil-tomatoes-pepperoni-pepper-sprayed-with-cheese_78826-2234.jpg?_wi=1", imageAlt: "Wood-fired pizza"},
{
id: "3", title: "Ice Cream Treats", description: "Homemade ice cream in various flavors perfect for dessert or quick refresh", tag: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/close-up-homemade-gelato-sorbet_23-2148425447.jpg", imageAlt: "Delicious ice cream"},
id: "3", title: "Ice Cream Treats", description: "Homemade ice cream in various flavors perfect for dessert or quick refresh", tag: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/close-up-homemade-gelato-sorbet_23-2148425447.jpg?_wi=1", imageAlt: "Delicious ice cream"},
{
id: "4", title: "Comfortable Seating", description: "Spacious indoor seating with modern amenities for a relaxing café experience", tag: "Ambience", imageSrc: "http://img.b2bpic.net/free-photo/red-chair-table-cafe_1339-8016.jpg", imageAlt: "Comfortable indoor seating area"},
]}
@@ -95,13 +95,13 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Café Banchetta", name: "Cappuccino", price: "₹150", rating: 5,
reviewCount: "245", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-table-grey-background_1220-7312.jpg", imageAlt: "Cappuccino coffee"},
reviewCount: "245", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-table-grey-background_1220-7312.jpg?_wi=2", imageAlt: "Cappuccino coffee"},
{
id: "2", brand: "Café Banchetta", name: "Margherita Pizza", price: "₹350", rating: 5,
reviewCount: "189", imageSrc: "http://img.b2bpic.net/free-photo/neapolitan-spicy-pizza-with-ham-cheese-arugula-basil-tomatoes-pepperoni-pepper-sprayed-with-cheese_78826-2234.jpg", imageAlt: "Margherita Pizza"},
reviewCount: "189", imageSrc: "http://img.b2bpic.net/free-photo/neapolitan-spicy-pizza-with-ham-cheese-arugula-basil-tomatoes-pepperoni-pepper-sprayed-with-cheese_78826-2234.jpg?_wi=2", imageAlt: "Margherita Pizza"},
{
id: "3", brand: "Café Banchetta", name: "Vanilla Ice Cream", price: "₹100", rating: 4,
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/close-up-homemade-gelato-sorbet_23-2148425447.jpg", imageAlt: "Vanilla ice cream"},
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/close-up-homemade-gelato-sorbet_23-2148425447.jpg?_wi=2", imageAlt: "Vanilla ice cream"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"