From dc9c70182fc7d9c5e293fc224d05b4b3e40bf047 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 03:22:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c3f2872..65806af 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function NafssRestaurant() { { imageSrc: "http://img.b2bpic.net/free-photo/wonderful-wedding-table-amazing-restaurant_8353-9875.jpg", imageAlt: "Nafss Restaurant Ambiance"}, { - imageSrc: "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8729.jpg", imageAlt: "Fine Dining Experience"}, + imageSrc: "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8729.jpg?_wi=1", imageAlt: "Fine Dining Experience"}, ]} autoplayDelay={5000} showDimOverlay={true} @@ -82,13 +82,13 @@ export default function NafssRestaurant() { tag="Culinary Excellence" features={[ { - id: "01", title: "Appetizers", description: "Exquisite starters that awaken the palate with bold flavors and refined presentations", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-squashes-designed-meal-inside-plate-grey-space_140725-83766.jpg", imageAlt: "Gourmet Appetizer"}, + id: "01", title: "Appetizers", description: "Exquisite starters that awaken the palate with bold flavors and refined presentations", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-squashes-designed-meal-inside-plate-grey-space_140725-83766.jpg?_wi=1", imageAlt: "Gourmet Appetizer"}, { id: "02", title: "Main Courses", description: "Premium proteins and locally-sourced vegetables prepared with masterful technique", imageSrc: "http://img.b2bpic.net/free-photo/meat-rolls-with-herbs-sauce-glass-wine_140725-3451.jpg", imageAlt: "Signature Main Course"}, { - id: "03", title: "Desserts", description: "Sweet creations that provide the perfect conclusion to your dining journey", imageSrc: "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8729.jpg", imageAlt: "Elegant Dessert"}, + id: "03", title: "Desserts", description: "Sweet creations that provide the perfect conclusion to your dining journey", imageSrc: "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8729.jpg?_wi=2", imageAlt: "Elegant Dessert"}, { - id: "04", title: "Wine Selection", description: "Curated collection of wines from renowned vineyards worldwide", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-squashes-designed-meal-inside-plate-grey-space_140725-83766.jpg", imageAlt: "Wine Pairing"}, + id: "04", title: "Wine Selection", description: "Curated collection of wines from renowned vineyards worldwide", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-squashes-designed-meal-inside-plate-grey-space_140725-83766.jpg?_wi=2", imageAlt: "Wine Pairing"}, ]} gridVariant="two-columns-alternating-heights" animationType="slide-up" -- 2.49.1