diff --git a/src/app/page.tsx b/src/app/page.tsx
index fe59ea4..e172002 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,87 +29,39 @@ export default function LandingPage() {
@@ -120,18 +72,9 @@ export default function LandingPage() {
title="Crafted with Passion"
description="Our mission is to bring nature's freshest ingredients to your plate. Every dish is a story, meticulously prepared to delight your senses and leave a lasting impression."
metrics={[
- {
- value: "15+",
- title: "Years Experience",
- },
- {
- value: "50+",
- title: "Seasonal Dishes",
- },
- {
- value: "4.9",
- title: "Guest Rating",
- },
+ { value: "15+", title: "Years Experience" },
+ { value: "50+", title: "Seasonal Dishes" },
+ { value: "4.9", title: "Guest Rating" },
]}
imageSrc="http://img.b2bpic.net/free-photo/high-angle-hands-cutting-cheese_23-2149412469.jpg"
imageAlt="Chef preparing dish"
@@ -146,24 +89,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- title: "Farm-to-Table Entrees",
- description: "Locally sourced, organic seasonal ingredients.",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-squashes-designed-meal-inside-plate-grey-surface_140725-89993.jpg",
- imageAlt: "Gourmet dish",
- },
- {
- title: "Curated Wine Pairings",
- description: "Expertly selected wines from premium vineyards.",
- imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-dancing-home_23-2149891557.jpg",
- imageAlt: "Fine wine",
- },
- {
- title: "Crafted Mixology",
- description: "Bespoke cocktails designed for every palate.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-bartender-creating-delicious-drink_23-2149125769.jpg",
- imageAlt: "Craft cocktail",
- },
+ { title: "Farm-to-Table Entrees", description: "Locally sourced, organic seasonal ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-squashes-designed-meal-inside-plate-grey-surface_140725-89993.jpg", imageAlt: "Gourmet dish" },
+ { title: "Curated Wine Pairings", description: "Expertly selected wines from premium vineyards.", imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-dancing-home_23-2149891557.jpg", imageAlt: "Fine wine" },
+ { title: "Crafted Mixology", description: "Bespoke cocktails designed for every palate.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-bartender-creating-delicious-drink_23-2149125769.jpg", imageAlt: "Craft cocktail" },
]}
title="Signature Selections"
description="Discover our carefully curated menu, featuring local produce and artisanal techniques."
@@ -174,42 +102,13 @@ export default function LandingPage() {