Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-08 15:46:45 +00:00

View File

@@ -8,7 +8,7 @@ import TestimonialCardThirteen from '@/components/sections/testimonial/Testimoni
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterCard from '@/components/sections/footer/FooterCard';
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import { Calendar, Droplet, Facebook, Flame, Heart, Instagram, Martini2, Mic2, Music, Music2, Radio, Sparkles, Twitter, Wine2, Zap } from "lucide-react";
import { Calendar, Droplet, Facebook, Flame, Heart, Instagram, Martini, Mic2, Music, Music2, Radio, Sparkles, Twitter, Wine, Zap } from "lucide-react";
export default function LandingPage() {
return (
@@ -46,16 +46,16 @@ export default function LandingPage() {
description="Discover the perfect blend of premium cocktails, curated ambiance, and unforgettable moments. Your favorite bar awaits."
background={{ variant: "sparkles-gradient" }}
leftCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/glass-balls-with-candles-hang-before-window_1304-5599.jpg?_wi=1", imageAlt: "Bar interior with ambient lighting" },
{ imageSrc: "http://img.b2bpic.net/free-photo/bartender-mixing-drink_181624-25500.jpg?_wi=1", imageAlt: "Craft cocktail preparation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/green-bottles-beer-wooden-table_23-2148215819.jpg?_wi=1", imageAlt: "Wine selection display" },
{ imageSrc: "http://img.b2bpic.net/free-photo/glass-balls-with-candles-hang-before-window_1304-5599.jpg", imageAlt: "Bar interior with ambient lighting" },
{ imageSrc: "http://img.b2bpic.net/free-photo/bartender-mixing-drink_181624-25500.jpg", imageAlt: "Craft cocktail preparation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/green-bottles-beer-wooden-table_23-2148215819.jpg", imageAlt: "Wine selection display" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-partying-bar_23-2149220927.jpg", imageAlt: "Live music performance" },
]}
rightCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/interior-architecture-cafe-design-concept_53876-23391.jpg?_wi=1", imageAlt: "Bar storefront exterior" },
{ imageSrc: "http://img.b2bpic.net/free-photo/green-bottles-beer-wooden-table_23-2148215819.jpg?_wi=2", imageAlt: "Premium wine bottles" },
{ imageSrc: "http://img.b2bpic.net/free-photo/bartender-mixing-drink_181624-25500.jpg?_wi=2", imageAlt: "Signature cocktails" },
{ imageSrc: "http://img.b2bpic.net/free-photo/glass-balls-with-candles-hang-before-window_1304-5599.jpg?_wi=2", imageAlt: "Elegant bar seating" },
{ imageSrc: "http://img.b2bpic.net/free-photo/interior-architecture-cafe-design-concept_53876-23391.jpg", imageAlt: "Bar storefront exterior" },
{ imageSrc: "http://img.b2bpic.net/free-photo/green-bottles-beer-wooden-table_23-2148215819.jpg", imageAlt: "Premium wine bottles" },
{ imageSrc: "http://img.b2bpic.net/free-photo/bartender-mixing-drink_181624-25500.jpg", imageAlt: "Signature cocktails" },
{ imageSrc: "http://img.b2bpic.net/free-photo/glass-balls-with-candles-hang-before-window_1304-5599.jpg", imageAlt: "Elegant bar seating" },
]}
carouselPosition="right"
buttons={[
@@ -69,7 +69,7 @@ export default function LandingPage() {
<div id="about" data-section="about">
<MetricSplitMediaAbout
tag="Our Story"
tagIcon={Wine2}
tagIcon={Wine}
tagAnimation="slide-up"
title="Crafting Moments Since 2015"
description="The Social is where sophistication meets comfort. We've spent nearly a decade perfecting the art of hospitality, curating an exceptional selection of spirits and wines, and creating a space where every guest feels truly welcomed. Our expert mixologists and attentive staff ensure every visit is memorable."
@@ -77,9 +77,10 @@ export default function LandingPage() {
{ value: "10k+", title: "Happy Guests Yearly" },
{ value: "150+", title: "Premium Spirit Selection" },
]}
imageSrc="http://img.b2bpic.net/free-photo/interior-architecture-cafe-design-concept_53876-23391.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/interior-architecture-cafe-design-concept_53876-23391.jpg"
imageAlt="The Social bar storefront"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -97,13 +98,13 @@ export default function LandingPage() {
features={[
{
title: "Craft Cocktails", description: "Our mixologists create signature cocktails using premium spirits and fresh ingredients", bentoComponent: "icon-info-cards", items: [
{ icon: Martini2, label: "Margaritas", value: "Fresh lime & premium tequila" },
{ icon: Martini, label: "Margaritas", value: "Fresh lime & premium tequila" },
{ icon: Flame, label: "Spiced Rum", value: "Tropical & bold flavors" },
],
},
{
title: "Wine Selection", description: "Carefully curated wines from around the world for every palate and occasion", bentoComponent: "icon-info-cards", items: [
{ icon: Wine2, label: "Red Wines", value: "Bold & complex" },
{ icon: Wine, label: "Red Wines", value: "Bold & complex" },
{ icon: Droplet, label: "White Wines", value: "Crisp & refreshing" },
],
},