diff --git a/src/app/page.tsx b/src/app/page.tsx index bd533b1..2903337 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,97 +31,20 @@ export default function LandingPage() {
@@ -129,15 +52,7 @@ export default function LandingPage() { @@ -147,37 +62,9 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - features={[ - { - id: "1", - title: "Gourmet Ingredients", - tags: [ - "Fresh", - "Organic", - ], - imageSrc: "http://img.b2bpic.net/free-photo/chef-squeezing-sauce-salad_23-2148516912.jpg?_wi=2", - }, - { - id: "2", - title: "Signature Cocktails", - tags: [ - "Mixology", - "Unique", - ], - imageSrc: "http://img.b2bpic.net/free-photo/side-view-bartender-preparing-drink_23-2150494243.jpg?_wi=2", - }, - { - id: "3", - title: "Relaxing Ambiance", - tags: [ - "Cozy", - "Modern", - ], - imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3440.jpg?_wi=2", - }, - ]} - title="Why Choose Us?" - description="We take pride in every aspect of your dining journey." + features={[]} + title="Culinary Highlights" + description="Exquisite flavors prepared with locally-sourced ingredients and passion." /> @@ -187,89 +74,18 @@ export default function LandingPage() { textboxLayout="default" gridVariant="three-columns-all-equal-width" useInvertedBackground={false} - products={[ - { - id: "1", - brand: "Main Course", - name: "Signature Wagyu Burger", - price: "$25", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-with-vegetables-side-view_141793-4449.jpg", - }, - { - id: "2", - brand: "Italian", - name: "Truffle Mushroom Pasta", - price: "$22", - rating: 5, - reviewCount: "95", - imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-chicken-tomatoes-greens-grated-cheese-served-with-juice_140725-7992.jpg", - }, - { - id: "3", - brand: "Appetizer", - name: "Garden Fresh Salad", - price: "$15", - rating: 4, - reviewCount: "80", - imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-chopped-tomato-cucumber-herbs_114579-70158.jpg", - }, - { - id: "4", - brand: "Main Course", - name: "Grilled Premium Steak", - price: "$38", - rating: 5, - reviewCount: "150", - imageSrc: "http://img.b2bpic.net/free-photo/perfectly-grilled-medium-rare-steak-slate_84443-82643.jpg", - }, - { - id: "5", - brand: "Dessert", - name: "Dark Chocolate Ganache", - price: "$12", - rating: 5, - reviewCount: "110", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-soft-cake-decorated-with-orange-chocolate-dark-table_140725-87067.jpg", - }, - { - id: "6", - brand: "Seafood", - name: "Pan-Seared Sea Bass", - price: "$32", - rating: 5, - reviewCount: "75", - imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-appetizing-dish-stuffed-cabbage-with-lemon-herbs-sauce-white-plate-bowls-with-sour-cream-herbs-rice-center-black-table_140725-110519.jpg", - }, - ]} + products={[]} title="Our Signature Menu" - description="Discover a selection of our most loved and refined dishes." + description="A curated selection of modern dishes crafted by our expert kitchen team." />
@@ -277,31 +93,10 @@ export default function LandingPage() {
@@ -311,26 +106,9 @@ export default function LandingPage() { @@ -339,21 +117,12 @@ export default function LandingPage() {
@@ -367,4 +136,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file