Merge version_1 into main #5

Merged
bender merged 1 commits from version_1 into main 2026-03-20 18:40:42 +00:00

View File

@@ -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"
/>
</div>