Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f246c1a769 | |||
| 987f42cbc6 | |||
| 12a843daea | |||
| b5894138cb | |||
| 0a3a21c8c9 | |||
| d50aed8f10 | |||
| a15b88b477 | |||
| 8d4147dc68 | |||
| 0d9af4e80b |
@@ -9,7 +9,7 @@ import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import { Sparkles, Star, Tv, Utensils, Heart, MapPin } from "lucide-react";
|
||||
import { Sparkles, Star, Tv, Utensils, Heart, MapPin, ArrowRight } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -49,15 +49,15 @@ export default function LandingPage() {
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Rezervă o masă", href: "reservation" },
|
||||
{ text: "Vezi meciurile", href: "matches" }
|
||||
{ text: "Rezervă Masă Acum", href: "reservation" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/amazing-blonde-lady-sunglasses-resting-cafe-indoor-photo-lovely-young-woman-summer-dress-posing-with-glass-champagne-weekend_197531-9589.jpg", imageAlt: "Terasa Babylon Bar seara cu oameni" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/lot-delicious-food-beer-black-plates_114579-23345.jpg", imageAlt: "Bere rece la Babylon Bar" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/person-holding-glass-refreshing-cocktail-drink_23-2149384430.jpg", imageAlt: "Cocktail profesional la Babylon" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/fried-potatoes-wooden-table_140725-7324.jpg", imageAlt: "Snacks crispy la Babylon Bar" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-cups-with-roasted-beans_23-2148312106.jpg", imageAlt: "Cafea caldă la Babylon" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/amazing-blonde-lady-sunglasses-resting-cafe-indoor-photo-lovely-young-woman-summer-dress-posing-with-glass-champagne-weekend_197531-9589.jpg?_wi=1", imageAlt: "Terasa Babylon Bar seara cu oameni" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/lot-delicious-food-beer-black-plates_114579-23345.jpg?_wi=1", imageAlt: "Bere rece la Babylon Bar" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/person-holding-glass-refreshing-cocktail-drink_23-2149384430.jpg?_wi=1", imageAlt: "Cocktail profesional la Babylon" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/fried-potatoes-wooden-table_140725-7324.jpg?_wi=1", imageAlt: "Snacks crispy la Babylon Bar" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-cups-with-roasted-beans_23-2148312106.jpg?_wi=1", imageAlt: "Cafea caldă la Babylon" }
|
||||
]}
|
||||
ariaLabel="Hero section - Babylon Bar"
|
||||
/>
|
||||
@@ -72,16 +72,24 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Atmosferă Prietenoasă", description: "O vibe relaxată și plăcută unde fiecare se simte bine. Oameni drăguți care îți asigură o seară memorabilă.", tag: "Social", imageSrc: "http://img.b2bpic.net/free-photo/amazing-blonde-lady-sunglasses-resting-cafe-indoor-photo-lovely-young-woman-summer-dress-posing-with-glass-champagne-weekend_197531-9589.jpg", imageAlt: "Atmosferă prietenoasă la Babylon"
|
||||
id: "1", title: "Atmosferă Prietenoasă", description: "O vibe relaxată și plăcută unde fiecare se simte bine. Oameni drăguți care îți asigură o seară memorabilă.", tag: "Social", imageSrc: "http://img.b2bpic.net/free-photo/amazing-blonde-lady-sunglasses-resting-cafe-indoor-photo-lovely-young-woman-summer-dress-posing-with-glass-champagne-weekend_197531-9589.jpg?_wi=2", imageAlt: "Atmosferă prietenoasă la Babylon", buttons: [
|
||||
{ text: "Explore", href: "about" }
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "2", title: "Prețuri Corecte", description: "Băuturi de calitate la prețuri care nu sperie. Poți ieși fără să-ți gândești portofelul.", tag: "Accesibil", imageSrc: "http://img.b2bpic.net/free-photo/lot-delicious-food-beer-black-plates_114579-23345.jpg", imageAlt: "Bere la preț corect"
|
||||
id: "2", title: "Prețuri Corecte", description: "Băuturi de calitate la prețuri care nu sperie. Poți ieși fără să-ți gândești portofelul.", tag: "Accesibil", imageSrc: "http://img.b2bpic.net/free-photo/lot-delicious-food-beer-black-plates_114579-23345.jpg?_wi=2", imageAlt: "Bere la preț corect", buttons: [
|
||||
{ text: "Vezi Meniu", href: "menu-preview" }
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "3", title: "Perfect pentru Meciuri", description: "Televizoare mari în interior și pe terasă. Urmărește fiecare meci cu prietenii și o bere rece.", tag: "Sporturi", imageSrc: "http://img.b2bpic.net/free-photo/fried-potatoes-wooden-table_140725-7324.jpg", imageAlt: "Meciuri live la Babylon"
|
||||
id: "3", title: "Perfect pentru Meciuri", description: "Televizoare mari în interior și pe terasă. Urmărește fiecare meci cu prietenii și o bere rece.", tag: "Sporturi", imageSrc: "http://img.b2bpic.net/free-photo/fried-potatoes-wooden-table_140725-7324.jpg?_wi=2", imageAlt: "Meciuri live la Babylon", buttons: [
|
||||
{ text: "Program Meciuri", href: "matches" }
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "4", title: "Personal Profesionist", description: "Oameni care știu ce fac. Servire rapidă, băuturi bine pregătite și zâmbete sincere.", tag: "Calitate", imageSrc: "http://img.b2bpic.net/free-photo/person-holding-glass-refreshing-cocktail-drink_23-2149384430.jpg", imageAlt: "Personal profesionist"
|
||||
id: "4", title: "Personal Profesionist", description: "Oameni care știu ce fac. Servire rapidă, băuturi bine pregătite și zâmbete sincere.", tag: "Calitate", imageSrc: "http://img.b2bpic.net/free-photo/person-holding-glass-refreshing-cocktail-drink_23-2149384430.jpg?_wi=2", imageAlt: "Personal profesionist", buttons: [
|
||||
{ text: "Rezervă Acum", href: "reservation" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -137,16 +145,16 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Bere Rece", price: "12 RON", imageSrc: "http://img.b2bpic.net/free-photo/lot-delicious-food-beer-black-plates_114579-23345.jpg", imageAlt: "Bere rece"
|
||||
id: "1", name: "Bere Rece", price: "12 RON", imageSrc: "http://img.b2bpic.net/free-photo/lot-delicious-food-beer-black-plates_114579-23345.jpg?_wi=3", imageAlt: "Bere rece"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Cocktailuri Premium", price: "35 RON", imageSrc: "http://img.b2bpic.net/free-photo/person-holding-glass-refreshing-cocktail-drink_23-2149384430.jpg", imageAlt: "Cocktail"
|
||||
id: "2", name: "Cocktailuri Premium", price: "35 RON", imageSrc: "http://img.b2bpic.net/free-photo/person-holding-glass-refreshing-cocktail-drink_23-2149384430.jpg?_wi=3", imageAlt: "Cocktail"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Snacks & Crispy", price: "18 RON", imageSrc: "http://img.b2bpic.net/free-photo/fried-potatoes-wooden-table_140725-7324.jpg", imageAlt: "Snacks crispy"
|
||||
id: "3", name: "Snacks & Crispy", price: "18 RON", imageSrc: "http://img.b2bpic.net/free-photo/fried-potatoes-wooden-table_140725-7324.jpg?_wi=3", imageAlt: "Snacks crispy"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Cafea de Calitate", price: "8 RON", imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-cups-with-roasted-beans_23-2148312106.jpg", imageAlt: "Cafea"
|
||||
id: "4", name: "Cafea de Calitate", price: "8 RON", imageSrc: "http://img.b2bpic.net/free-photo/top-view-coffee-cups-with-roasted-beans_23-2148312106.jpg?_wi=2", imageAlt: "Cafea"
|
||||
}
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
|
||||
Reference in New Issue
Block a user