diff --git a/src/app/page.tsx b/src/app/page.tsx index 2b30ce0..d134b8a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() {
@@ -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" }, ], },