Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-02-24 23:00:28 +00:00

View File

@@ -103,7 +103,7 @@ export default function RestaurantPage() {
},
{
id: "feature-2", category: ["Ambiance", "Comfort"],
title: "Cozy & Inviting Atmosphere", imageSrc: "https://img.b2bpic.net/free-photo/table-setting-romantic-dinner-wedding-any-occasion-with-candles-dried-flowers-as-decor_169016-11025.jpg", imageAlt: "Warm and cozy restaurant interior"
title: "Cozy & Inviting Atmosphere", imageSrc: "https://img.b2bpic.net/free-photo/table-setting-romantic-dinner-wedding-any-occasion-with-candles-dried-flowers-as-decor_169016-11025.jpg?_wi=1", imageAlt: "Warm and cozy restaurant interior"
},
{
id: "feature-3", category: ["Service", "Quality"],
@@ -134,7 +134,7 @@ export default function RestaurantPage() {
initialQuantity: 1
},
{
id: "product-2", name: "Herb-Crusted Salmon", price: "$28.50", imageSrc: "https://img.b2bpic.net/free-photo/table-setting-romantic-dinner-wedding-any-occasion-with-candles-dried-flowers-as-decor_169016-11025.jpg", imageAlt: "Fresh herb-crusted salmon fillet with lemon garnish", isFavorited: false,
id: "product-2", name: "Herb-Crusted Salmon", price: "$28.50", imageSrc: "https://img.b2bpic.net/free-photo/table-setting-romantic-dinner-wedding-any-occasion-with-candles-dried-flowers-as-decor_169016-11025.jpg?_wi=2", imageAlt: "Fresh herb-crusted salmon fillet with lemon garnish", isFavorited: false,
initialQuantity: 1
},
{