From 49e257b7405fd0d304c290e4fbced3ee5f0cb026 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 10:07:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bda553e..8001cf2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,7 +16,6 @@ import { ChefHat, Flame, Wine, - Candlestick, Crown, Trophy, Phone, @@ -99,7 +98,7 @@ export default function LandingPage() { title: "Wine Pairing", description: "Our sommelier curates perfect wine pairings from rare vintages and emerging vineyards around the world.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-wine-carafe-table_23-2149631769.jpg", imageAlt: "Premium wine collection", buttonIcon: Wine, buttonHref: "#contact"}, { - title: "Intimate Ambiance", description: "Soft lighting, elegant decor, and impeccable table settings create an unforgettable atmosphere for your evening.", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-restaurant_1157-9047.jpg", imageAlt: "Elegant dining room", buttonIcon: Candlestick, + title: "Intimate Ambiance", description: "Soft lighting, elegant decor, and impeccable table settings create an unforgettable atmosphere for your evening.", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-restaurant_1157-9047.jpg", imageAlt: "Elegant dining room", buttonIcon: Crown, buttonHref: "#contact"}, ]} textboxLayout="default" -- 2.49.1