From a7e9787ae4661dbfdca9eb671dadcc0b7b79f274 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 14:50:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 08eae03..4a16b9a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import ProductCardOne from "@/components/sections/product/ProductCardOne"; import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterMedia from "@/components/sections/footer/FooterMedia"; -import { Chef, Wine, Heart } from "lucide-react"; +import { Wine, Heart, UtensilsCrossed } from "lucide-react"; export default function ShenandoahPage() { const handleNavigation = (id: string) => { @@ -76,7 +76,7 @@ export default function ShenandoahPage() { mediaAnimation="slide-up" bulletPoints={[ { - title: "Award-Winning Cuisine", description: "Our chefs craft each dish with precision and passion, earning recognition from local and national culinary organizations.", icon: Chef, + title: "Award-Winning Cuisine", description: "Our chefs craft each dish with precision and passion, earning recognition from local and national culinary organizations.", icon: UtensilsCrossed, }, { title: "Curated Wine Selection", description: "A thoughtfully assembled collection of wines from around the world, expertly paired with our menu by our sommelier.", icon: Wine, @@ -124,11 +124,11 @@ export default function ShenandoahPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "sig-1", name: "Pan-Seared Diver Scallops", price: "$34", imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-meal-with-cutlery-table-food-dinner-meal_140725-28231.jpg?_wi=1", imageAlt: "signature dish restaurant plated gourmet"}, + id: "sig-1", name: "Pan-Seared Diver Scallops", price: "$34", imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-meal-with-cutlery-table-food-dinner-meal_140725-28231.jpg", imageAlt: "signature dish restaurant plated gourmet"}, { - id: "sig-2", name: "Prime Dry-Aged Filet Mignon", price: "$48", imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-meal-with-cutlery-table-food-dinner-meal_140725-28231.jpg?_wi=2", imageAlt: "signature dish restaurant plated gourmet"}, + id: "sig-2", name: "Prime Dry-Aged Filet Mignon", price: "$48", imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-meal-with-cutlery-table-food-dinner-meal_140725-28231.jpg", imageAlt: "signature dish restaurant plated gourmet"}, { - id: "sig-3", name: "Maine Lobster Thermidor", price: "$52", imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-meal-with-cutlery-table-food-dinner-meal_140725-28231.jpg?_wi=3", imageAlt: "signature dish restaurant plated gourmet"}, + id: "sig-3", name: "Maine Lobster Thermidor", price: "$52", imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-meal-with-cutlery-table-food-dinner-meal_140725-28231.jpg", imageAlt: "signature dish restaurant plated gourmet"}, ]} tagAnimation="blur-reveal" buttonAnimation="blur-reveal" -- 2.49.1