diff --git a/src/app/page.tsx b/src/app/page.tsx
index 26fcbc5..ddbd8e4 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,58 +32,43 @@ export default function LandingPage() {
@@ -97,93 +82,27 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "1",
- brand: "Signature",
- name: "Roasted Turbot",
- price: "Market Price",
- rating: 5,
- reviewCount: "120",
- imageSrc: "http://img.b2bpic.net/free-photo/raw-fresh-tuna-fish-meat-salad-with-avocado-mango_1203-9044.jpg",
- },
+ id: "1", brand: "Smoked", name: "Texas Brisket", price: "$24", rating: 5,
+ reviewCount: "300", imageSrc: "https://img.b2bpic.net/free-photo/tasty-grilled-meat-dish_23-2148281350.jpg"},
{
- id: "2",
- brand: "Starter",
- name: "Citrus Infused Carpaccio",
- price: "Market Price",
- rating: 5,
- reviewCount: "95",
- imageSrc: "http://img.b2bpic.net/free-photo/female-chef-kitchen-preparing-plate-steak_23-2149720765.jpg",
- },
+ id: "2", brand: "Smoked", name: "Pulled Pork Sandwich", price: "$16", rating: 5,
+ reviewCount: "250", imageSrc: "https://img.b2bpic.net/free-photo/delicious-burger-with-meat_23-2148135503.jpg"},
{
- id: "3",
- brand: "Signature",
- name: "Truffle Risotto",
- price: "Market Price",
- rating: 5,
- reviewCount: "210",
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-dish-with-quinoa-meat_181624-28743.jpg",
- },
- {
- id: "4",
- brand: "Dessert",
- name: "Vanilla Bean Soufflé",
- price: "Market Price",
- rating: 5,
- reviewCount: "88",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-types-chocolate_23-2149349237.jpg",
- },
- {
- id: "5",
- brand: "Pairing",
- name: "Sommelier Selection",
- price: "Market Price",
- rating: 5,
- reviewCount: "150",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-thanksgiving-meal_23-2148629532.jpg",
- },
- {
- id: "6",
- brand: "Signature",
- name: "Herb Crusted Lamb",
- price: "Market Price",
- rating: 5,
- reviewCount: "190",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-whole-chopped-fresh-radishes-bowl-dark-color-cutting-board-green-black-mixed-colors-background-with-free-space_179666-19973.jpg",
- },
+ id: "3", brand: "Classic", name: "St. Louis Ribs", price: "$28", rating: 5,
+ reviewCount: "420", imageSrc: "https://img.b2bpic.net/free-photo/juicy-grilled-ribs_23-2148154562.jpg"},
]}
- title="Tasting Menu"
- description="A seasonal exploration of texture and taste."
+ title="Our Menu"
+ description="Discover the rich flavours of our slow-cooked specialties."
/>