diff --git a/src/app/page.tsx b/src/app/page.tsx
index 62e825d..4b35440 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,25 +32,15 @@ export default function LandingPage() {
@@ -59,118 +49,34 @@ export default function LandingPage() {
@@ -181,18 +87,9 @@ export default function LandingPage() {
title="Culinary Artistry Redefined"
description="Booster's Bar isn't just a place to dine; it's a destination where the soul of Italian tradition meets the vibrancy of Thai spices. Our chefs meticulously craft every dish, bridging continents with flavors that surprise and delight."
bulletPoints={[
- {
- title: "Artisanal Ingredients",
- description: "Sourced daily for maximum freshness.",
- },
- {
- title: "Fusion Philosophy",
- description: "Respecting roots while embracing innovation.",
- },
- {
- title: "Extensive Spirits",
- description: "A world-class cellar curated for harmony.",
- },
+ { title: "Artisanal Ingredients", description: "Sourced daily for maximum freshness." },
+ { title: "Fusion Philosophy", description: "Respecting roots while embracing innovation." },
+ { title: "Extensive Spirits", description: "A world-class cellar curated for harmony." }
]}
imageSrc="http://img.b2bpic.net/free-photo/loving-people-enjoying-dinner-with-candles_23-2147736680.jpg"
mediaAnimation="blur-reveal"
@@ -206,42 +103,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
- {
- id: "1",
- name: "Truffle Pad Thai",
- price: "$32",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-squashes-designed-meal-inside-plate-grey-surface_140725-89993.jpg",
- },
- {
- id: "2",
- name: "Risotto Lemongrass",
- price: "$28",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-mushed-potatoes-with-greens-sliced-tomatoes-grey-table_140725-104281.jpg",
- },
- {
- id: "3",
- name: "Basil Pesto Curry",
- price: "$30",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-choco-dessert-with-sliced-kiwis-custard-inside-white-desk-along-with-wooden-spoons-plants-white-table-fruit-exotic-sweet_140725-22386.jpg",
- },
- {
- id: "4",
- name: "Gnocchi Tom Yum",
- price: "$34",
- imageSrc: "http://img.b2bpic.net/free-photo/shrimp-soup-chicken-arrangement_23-2148725071.jpg",
- },
- {
- id: "5",
- name: "Thai Basil Ravioli",
- price: "$29",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-with-dough-pasta-dish-dark-surface-pasta-meal-dough_140725-82188.jpg",
- },
- {
- id: "6",
- name: "Coconut Carbonara",
- price: "$31",
- imageSrc: "http://img.b2bpic.net/free-photo/small-portion-penne-pasta-marble-surface_114579-63725.jpg",
- },
+ { id: "1", name: "Truffle Pad Thai", price: "$32", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-squashes-designed-meal-inside-plate-grey-surface_140725-89993.jpg" },
+ { id: "2", name: "Risotto Lemongrass", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/top-view-mushed-potatoes-with-greens-sliced-tomatoes-grey-table_140725-104281.jpg" },
+ { id: "3", name: "Basil Pesto Curry", price: "$30", imageSrc: "http://img.b2bpic.net/free-photo/top-view-choco-dessert-with-sliced-kiwis-custard-inside-white-desk-along-with-wooden-spoons-plants-white-table-fruit-exotic-sweet_140725-22386.jpg" },
+ { id: "4", name: "Gnocchi Tom Yum", price: "$34", imageSrc: "http://img.b2bpic.net/free-photo/shrimp-soup-chicken-arrangement_23-2148725071.jpg" },
+ { id: "5", name: "Thai Basil Ravioli", price: "$29", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-with-dough-pasta-dish-dark-surface-pasta-meal-dough_140725-82188.jpg" },
+ { id: "6", name: "Coconut Carbonara", price: "$31", imageSrc: "http://img.b2bpic.net/free-photo/small-portion-penne-pasta-marble-surface_114579-63725.jpg" }
]}
title="Signature Flavors"
description="Discover our uniquely paired dishes."
@@ -253,21 +120,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- title: "Rare Thai Spirits",
- description: "Authentic rice whiskies and botanical spirits.",
- imageSrc: "http://img.b2bpic.net/free-photo/aromatic-spices-near-oils_23-2147930111.jpg",
- },
- {
- title: "Italian Vintages",
- description: "A hand-selected collection of Tuscany's finest.",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-tasting-wine_23-2149428830.jpg",
- },
- {
- title: "Fusion Cocktails",
- description: "Signature drinks balancing bitter and spice.",
- imageSrc: "http://img.b2bpic.net/free-photo/preparing-refreshing-cocktail-bar_23-2148176747.jpg",
- },
+ { title: "Rare Thai Spirits", description: "Authentic rice whiskies and botanical spirits.", imageSrc: "http://img.b2bpic.net/free-photo/aromatic-spices-near-oils_23-2147930111.jpg" },
+ { title: "Italian Vintages", description: "A hand-selected collection of Tuscany's finest.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-tasting-wine_23-2149428830.jpg" },
+ { title: "Fusion Cocktails", description: "Signature drinks balancing bitter and spice.", imageSrc: "http://img.b2bpic.net/free-photo/preparing-refreshing-cocktail-bar_23-2148176747.jpg" }
]}
title="The Spirits Cellar"
description="Our bar serves as the backbone of the Booster's experience, featuring rare spirits from both regions."
@@ -278,47 +133,13 @@ export default function LandingPage() {