From f2783ba054e1627f0e1c70209140dcbd403ed2b2 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 18:40:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 88ed7e4..9c0361d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,7 +75,6 @@ export default function LandingPage() { tag="Excellence" tagIcon={Star} textboxLayout="default" - textboxLayout="default" useInvertedBackground={false} animationType="slide-up" /> @@ -121,18 +120,20 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "1", tag: "Dining", title: "Cozy Wooden Interiors", subtitle: "Warmth & Elegance", description: "Step into our thoughtfully designed space with premium wooden furnishings, soft ambient lighting, and an inviting atmosphere perfect for every occasion.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629590.jpg", imageAlt: "Toast & Tonic cozy wooden interior" + id: 1, + tag: "Dining", title: "Cozy Wooden Interiors", subtitle: "Warmth & Elegance", description: "Step into our thoughtfully designed space with premium wooden furnishings, soft ambient lighting, and an inviting atmosphere perfect for every occasion.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629590.jpg", imageAlt: "Toast & Tonic cozy wooden interior" }, { - id: "2", tag: "Romance", title: "Perfect for Romantic Dinners", subtitle: "Intimate Moments", description: "Candlelit tables, premium wines, and our signature cocktails set the stage for unforgettable evenings with that special someone.", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018852.jpg", imageAlt: "Couple enjoying romantic dinner" + id: 2, + tag: "Romance", title: "Perfect for Romantic Dinners", subtitle: "Intimate Moments", description: "Candlelit tables, premium wines, and our signature cocktails set the stage for unforgettable evenings with that special someone.", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018852.jpg", imageAlt: "Couple enjoying romantic dinner" }, { - id: "3", tag: "Cocktails", title: "Craft Cocktails Bar", subtitle: "Mixology Excellence", description: "Our expert bartenders craft premium cocktails using the finest spirits and freshest ingredients, creating drinks that are as beautiful as they are delicious.", imageSrc: "http://img.b2bpic.net/free-photo/glass-foamy-cocktail-garnished-with-dried-rose-petal-pieces-egg-shell_140725-6032.jpg", imageAlt: "Premium bar counter with craft cocktails" + id: 3, + tag: "Cocktails", title: "Craft Cocktails Bar", subtitle: "Mixology Excellence", description: "Our expert bartenders craft premium cocktails using the finest spirits and freshest ingredients, creating drinks that are as beautiful as they are delicious.", imageSrc: "http://img.b2bpic.net/free-photo/glass-foamy-cocktail-garnished-with-dried-rose-petal-pieces-egg-shell_140725-6032.jpg", imageAlt: "Premium bar counter with craft cocktails" } ]} buttons={[{ text: "Reserve Your Table", href: "#reservations" }]} buttonAnimation="slide-up" - textboxLayout="default" /> -- 2.49.1