diff --git a/src/app/page.tsx b/src/app/page.tsx
index bc11f99..c823aa3 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
@@ -52,51 +44,28 @@ export default function LandingPage() {
@@ -106,9 +75,7 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Our Passion"
description={[
- "At La Belle Souad, lunch is a cocooning affair. We craft complete salads, daily pasta, and warm dishes that soothe the soul depending on your mood.",
- "Our team welcomes you from noon for a gourmet break—quick or relaxed. Remember to reserve to enjoy our warm dining room and personalized hospitality.",
- ]}
+ "At La Belle Souad, lunch is a cocooning affair. We craft complete salads, daily pasta, and warm dishes that soothe the soul depending on your mood.", "Our team welcomes you from noon for a gourmet break—quick or relaxed. Remember to reserve to enjoy our warm dining room and personalized hospitality."]}
/>
@@ -120,53 +87,23 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "1",
- brand: "Starter",
- name: "Mixed Seasonal Salad",
- price: "€12",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-dinner-with-meat-potatoes-served-with-green-black-plate-pepper-garlic-oil-bottle-cutlery-set_179666-19991.jpg?_wi=7",
- },
+ id: "1", brand: "Starter", name: "Mixed Seasonal Salad", price: "€12", rating: 5,
+ reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-dinner-with-meat-potatoes-served-with-green-black-plate-pepper-garlic-oil-bottle-cutlery-set_179666-19991.jpg"},
{
- id: "2",
- brand: "Pasta",
- name: "Tagliatelle Carbonara",
- price: "€18",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-dinner-with-meat-potatoes-served-with-green-black-plate-pepper-garlic-oil-bottle-cutlery-set_179666-19991.jpg?_wi=8",
- },
+ id: "2", brand: "Pasta", name: "Tagliatelle Carbonara", price: "€18", rating: 5,
+ reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-dinner-with-meat-potatoes-served-with-green-black-plate-pepper-garlic-oil-bottle-cutlery-set_179666-19991.jpg"},
{
- id: "3",
- brand: "Main",
- name: "Roasted Lamb Shank",
- price: "€24",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-dinner-with-meat-potatoes-served-with-green-black-plate-pepper-garlic-oil-bottle-cutlery-set_179666-19991.jpg?_wi=9",
- },
+ id: "3", brand: "Main", name: "Roasted Lamb Shank", price: "€24", rating: 5,
+ reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-dinner-with-meat-potatoes-served-with-green-black-plate-pepper-garlic-oil-bottle-cutlery-set_179666-19991.jpg"},
{
- id: "4",
- brand: "Vegetarian",
- name: "Provençal Ratatouille",
- price: "€16",
- rating: 4,
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-dinner-with-meat-potatoes-served-with-green-black-plate-pepper-garlic-oil-bottle-cutlery-set_179666-19991.jpg?_wi=10",
- },
+ id: "4", brand: "Vegetarian", name: "Provençal Ratatouille", price: "€16", rating: 4,
+ reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-dinner-with-meat-potatoes-served-with-green-black-plate-pepper-garlic-oil-bottle-cutlery-set_179666-19991.jpg"},
{
- id: "5",
- brand: "Dessert",
- name: "Classic Crème Brûlée",
- price: "€9",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-dinner-with-meat-potatoes-served-with-green-black-plate-pepper-garlic-oil-bottle-cutlery-set_179666-19991.jpg?_wi=11",
- },
+ id: "5", brand: "Dessert", name: "Classic Crème Brûlée", price: "€9", rating: 5,
+ reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-dinner-with-meat-potatoes-served-with-green-black-plate-pepper-garlic-oil-bottle-cutlery-set_179666-19991.jpg"},
{
- id: "6",
- brand: "Drink",
- name: "House French Wine",
- price: "€7",
- rating: 4,
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-dinner-with-meat-potatoes-served-with-green-black-plate-pepper-garlic-oil-bottle-cutlery-set_179666-19991.jpg?_wi=12",
- },
+ id: "6", brand: "Drink", name: "House French Wine", price: "€7", rating: 4,
+ reviewCount: "32", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-dinner-with-meat-potatoes-served-with-green-black-plate-pepper-garlic-oil-bottle-cutlery-set_179666-19991.jpg"},
]}
title="Daily Specials"
description="Discover our freshest creations of the day, carefully sourced and prepared with authentic French techniques."
@@ -175,44 +112,20 @@ export default function LandingPage() {
@@ -247,29 +155,19 @@ export default function LandingPage() {
{
items: [
{
- label: "Home",
- href: "#hero",
- },
+ label: "Home", href: "#hero"},
{
- label: "Menu",
- href: "#menu",
- },
+ label: "Menu", href: "#menu"},
{
- label: "Reservations",
- href: "#contact",
- },
+ label: "Reservations", href: "#contact"},
],
},
{
items: [
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
{
- label: "Terms of Service",
- href: "#",
- },
+ label: "Terms of Service", href: "#"},
],
},
]}