diff --git a/src/app/page.tsx b/src/app/page.tsx index 0065f01..624bf2a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Award, Sparkles, Users, Utensils, Wine, Camera, MapPin, Clock } from "lucide-react"; +import { Award, Sparkles, Users, Utensils, Wine, Camera } from "lucide-react"; export default function LandingPage() { return ( @@ -94,10 +94,10 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={true} products={[ - { id: "1", brand: "Main", name: "Pan-Seared Wagyu Beef", price: "$65", imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetable-meal-with-cutlery-table-food-meal-restaurant-dinner_140725-28355.jpg" }, - { id: "2", brand: "Main", name: "Linguine al Tartufo", price: "$42", imageSrc: "http://img.b2bpic.net/free-photo/cutlery-sauces-near-pizza_23-2147772096.jpg" }, - { id: "3", brand: "Dessert", name: "Dark Chocolate Ganache", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/pair-dessert-topped-with-ice-cream_141793-436.jpg" }, - { id: "4", brand: "Starter", name: "Seasonal Garden Greens", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/close-up-spoon-fork-with-salad-background_1150-259.jpg" }, + { id: "1", brand: "Main", name: "Pan-Seared Wagyu Beef", price: "$65", imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetable-meal-with-cutlery-table-food-meal-restaurant-dinner_140725-28355.jpg", rating: 5, reviewCount: "120" }, + { id: "2", brand: "Main", name: "Linguine al Tartufo", price: "$42", imageSrc: "http://img.b2bpic.net/free-photo/cutlery-sauces-near-pizza_23-2147772096.jpg", rating: 4, reviewCount: "95" }, + { id: "3", brand: "Dessert", name: "Dark Chocolate Ganache", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/pair-dessert-topped-with-ice-cream_141793-436.jpg", rating: 5, reviewCount: "85" }, + { id: "4", brand: "Starter", name: "Seasonal Garden Greens", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/close-up-spoon-fork-with-salad-background_1150-259.jpg", rating: 4, reviewCount: "60" }, ]} title="Chef's Signature Selections" description="Explore our curated menu designed to offer a complete sensory journey." @@ -136,6 +136,7 @@ export default function LandingPage() { { id: "2", title: "Do you offer dietary accommodations?", content: "Yes, please inform us of allergies during booking." }, ]} title="Dining Insights" + description="Find answers to frequently asked questions regarding our service and reservations." faqsAnimation="slide-up" />