From d67fc72936f24c696f374fa7b1545ff96c7a2ec4 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 22:58:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ec0e146..60cc181 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -103,11 +103,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - tag: "Culinary", title: "Fine Dining", subtitle: "Mediterranean-inspired", description: "Premium flavors with artistic presentation.", imageSrc: "http://img.b2bpic.net/free-photo/chicken-breast-with-cheese-grilled-vegetables_141793-1149.jpg"}, + tag: "Culinary", title: "Fine Dining", subtitle: "Mediterranean-inspired", description: "Savor the vibrant, sun-drenched notes of fresh olives, citrus zest, and perfectly seared aromatics that define the true Mediterranean palate.", imageSrc: "http://img.b2bpic.net/free-photo/chicken-breast-with-cheese-grilled-vegetables_141793-1149.jpg"}, { - tag: "Nightlife", title: "Social Lounge", subtitle: "Late-night energy", description: "High-end ambiance for exclusive social gatherings.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-drink_23-2150124828.jpg"}, + tag: "Nightlife", title: "Social Lounge", subtitle: "Late-night energy", description: "Lose yourself in the rhythmic pulse of ambient soundscapes and the warm, golden glow of an intimate space designed for conversation and connection.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-drink_23-2150124828.jpg"}, { - tag: "Drinks", title: "Crafted Cocktails", subtitle: "Signature spirits", description: "Masterfully prepared signature beverages.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337730.jpg"}, + tag: "Drinks", title: "Crafted Cocktails", subtitle: "Signature spirits", description: "Experience the crisp, botanical infusion of house spirits, chilled to perfection and finished with fragrant herbs that awaken every sense.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337730.jpg"}, ]} title="Signature Experiences" description="Curated moments designed to impress." -- 2.49.1