diff --git a/src/app/page.tsx b/src/app/page.tsx
index ce9eef3..2eabbe7 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
@@ -55,77 +43,34 @@ export default function LandingPage() {
@@ -135,31 +80,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
features={[
- {
- icon: Award,
- title: "Expert Chefs",
- description: "Masters of their craft.",
- },
- {
- icon: Leaf,
- title: "Farm to Table",
- description: "Fresh, seasonal produce.",
- },
- {
- icon: Wine,
- title: "Fine Selections",
- description: "Premium wine pairing.",
- },
- {
- icon: Clock,
- title: "Timeless Ambiance",
- description: "Elegant setting for any occasion.",
- },
- {
- icon: Heart,
- title: "Customer First",
- description: "Your experience is our priority.",
- },
+ { icon: Award, title: "Expert Chefs", description: "Masters of their craft." },
+ { icon: Leaf, title: "Farm to Table", description: "Fresh, seasonal produce." },
+ { icon: Wine, title: "Fine Selections", description: "Premium wine pairing." },
+ { icon: Clock, title: "Timeless Ambiance", description: "Elegant setting for any occasion." },
+ { icon: Heart, title: "Customer First", description: "Your experience is our priority." },
]}
title="Why Dine With Us?"
description="Crafting dishes that delight the senses."
@@ -173,42 +98,12 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Truffle Pasta",
- price: "$28",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-pasta-inside-plate-brown-table-pasta-food-meal-dinner_140725-27960.jpg",
- },
- {
- id: "p2",
- name: "Grilled Salmon",
- price: "$34",
- imageSrc: "http://img.b2bpic.net/free-photo/grilled-salmon-steak_1339-5875.jpg",
- },
- {
- id: "p3",
- name: "Ribeye Steak",
- price: "$42",
- imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-steak-served-with-potato-dish-mushroom-sauce_140725-5831.jpg",
- },
- {
- id: "p4",
- name: "Roasted Duck",
- price: "$38",
- imageSrc: "http://img.b2bpic.net/free-photo/cooked-lamb-ribs-front-view_23-2148516965.jpg",
- },
- {
- id: "p5",
- name: "Sea Bass",
- price: "$36",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-arrangement_23-2148510867.jpg",
- },
- {
- id: "p6",
- name: "Caesar Salad",
- price: "$18",
- imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-caesar-salad-food_140725-129938.jpg",
- },
+ { id: "p1", name: "Truffle Pasta", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-pasta-inside-plate-brown-table-pasta-food-meal-dinner_140725-27960.jpg" },
+ { id: "p2", name: "Grilled Salmon", price: "$34", imageSrc: "http://img.b2bpic.net/free-photo/grilled-salmon-steak_1339-5875.jpg" },
+ { id: "p3", name: "Ribeye Steak", price: "$42", imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-steak-served-with-potato-dish-mushroom-sauce_140725-5831.jpg" },
+ { id: "p4", name: "Roasted Duck", price: "$38", imageSrc: "http://img.b2bpic.net/free-photo/cooked-lamb-ribs-front-view_23-2148516965.jpg" },
+ { id: "p5", name: "Sea Bass", price: "$36", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-arrangement_23-2148510867.jpg" },
+ { id: "p6", name: "Caesar Salad", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-caesar-salad-food_140725-129938.jpg" },
]}
title="Our Signature Dishes"
description="Explore our curated culinary creations."
@@ -219,31 +114,11 @@ export default function LandingPage() {
@@ -273,21 +141,9 @@ export default function LandingPage() {