Merge version_1 into main #2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user