diff --git a/src/app/page.tsx b/src/app/page.tsx
index 187286c..2470290 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
@@ -52,48 +40,17 @@ export default function LandingPage() {
@@ -105,18 +62,9 @@ export default function LandingPage() {
title="A Coastal Sanctuary"
description="Palm Beach Bar offers an unparalleled escape in the heart of Velipojë. Our commitment to high-quality ingredients, serene seaside views, and genuine hospitality ensures every visit is memorable."
bulletPoints={[
- {
- title: "Great Cocktails",
- description: "Expertly prepared recipes featuring premium spirits and fresh local ingredients.",
- },
- {
- title: "Outdoor Seating",
- description: "Enjoy the refreshing sea breeze in our comfortable, stylish open-air lounge.",
- },
- {
- title: "Open 24/7",
- description: "Whether it's sunrise coffee or moonlit drinks, we are always ready for you.",
- },
+ { title: "Great Cocktails", description: "Expertly prepared recipes featuring premium spirits and fresh local ingredients." },
+ { title: "Outdoor Seating", description: "Enjoy the refreshing sea breeze in our comfortable, stylish open-air lounge." },
+ { title: "Open 24/7", description: "Whether it's sunrise coffee or moonlit drinks, we are always ready for you." },
]}
imageSrc="http://img.b2bpic.net/free-photo/wonderful-polynesian-landscape_23-2151913458.jpg"
mediaAnimation="blur-reveal"
@@ -130,42 +78,12 @@ export default function LandingPage() {
gridVariant="two-columns-alternating-heights"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Island Mojito",
- price: "$12",
- imageSrc: "http://img.b2bpic.net/free-photo/fruit-compote-mixed-fruit-compote-with-ice_140725-1140.jpg",
- },
- {
- id: "p2",
- name: "Beachside Colada",
- price: "$14",
- imageSrc: "http://img.b2bpic.net/free-photo/fresh-summer-cocktail-pina-colada-fresh-summer-drink-concept_185193-109332.jpg",
- },
- {
- id: "p3",
- name: "Sunset Daiquiri",
- price: "$13",
- imageSrc: "http://img.b2bpic.net/free-photo/fruit-juice-with-orange-slice_140725-2765.jpg",
- },
- {
- id: "p4",
- name: "Velipojë Spritz",
- price: "$11",
- imageSrc: "http://img.b2bpic.net/free-photo/tropical-cocktail-served-beach_23-2147656895.jpg",
- },
- {
- id: "p5",
- name: "Midnight Espresso",
- price: "$15",
- imageSrc: "http://img.b2bpic.net/free-photo/customer-enjoying-alcoholic-drink_23-2148176793.jpg",
- },
- {
- id: "p6",
- name: "Ocean Margarita",
- price: "$12",
- imageSrc: "http://img.b2bpic.net/free-photo/glass-cooling-blue-drink-cracked-coconuts_23-2148145373.jpg",
- },
+ { id: "p1", name: "Island Mojito", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/fruit-compote-mixed-fruit-compote-with-ice_140725-1140.jpg" },
+ { id: "p2", name: "Beachside Colada", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/fresh-summer-cocktail-pina-colada-fresh-summer-drink-concept_185193-109332.jpg" },
+ { id: "p3", name: "Sunset Daiquiri", price: "$13", imageSrc: "http://img.b2bpic.net/free-photo/fruit-juice-with-orange-slice_140725-2765.jpg" },
+ { id: "p4", name: "Velipojë Spritz", price: "$11", imageSrc: "http://img.b2bpic.net/free-photo/tropical-cocktail-served-beach_23-2147656895.jpg" },
+ { id: "p5", name: "Midnight Espresso", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/customer-enjoying-alcoholic-drink_23-2148176793.jpg" },
+ { id: "p6", name: "Ocean Margarita", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/glass-cooling-blue-drink-cracked-coconuts_23-2148145373.jpg" },
]}
title="Signature Cocktails"
description="Curated flavors that capture the essence of a perfect beach vacation."
@@ -174,44 +92,20 @@ export default function LandingPage() {