Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
308
src/app/page.tsx
308
src/app/page.tsx
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
|
import { PartyPopper, Zap, Music } from "lucide-react";
|
||||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||||
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
|
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
|
||||||
@@ -31,26 +32,11 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Начало", id: "hero" },
|
||||||
name: "Начало",
|
{ name: "Меню", id: "menu" },
|
||||||
id: "hero",
|
{ name: "Атмосфера", id: "about" },
|
||||||
},
|
{ name: "Галерия", id: "gallery" },
|
||||||
{
|
{ name: "Контакти", id: "contact" }
|
||||||
name: "Меню",
|
|
||||||
id: "menu",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Атмосфера",
|
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Галерия",
|
|
||||||
id: "gallery",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Контакти",
|
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="La Habana Beach"
|
brandName="La Habana Beach"
|
||||||
/>
|
/>
|
||||||
@@ -61,74 +47,20 @@ export default function LandingPage() {
|
|||||||
title="Твоето лятно бягство в Поморие"
|
title="Твоето лятно бягство в Поморие"
|
||||||
description="Коктейли, морски вайб, залези и незабравими моменти в La Habana Beach."
|
description="Коктейли, морски вайб, залези и незабравими моменти в La Habana Beach."
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{ name: "Maria Ivanova", handle: "@maria", testimonial: "Страхотна атмосфера и уникални коктейли!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/three-friends-enjoying-burgers-while-beach-together_23-2148666656.jpg" },
|
||||||
name: "Maria Ivanova",
|
{ name: "Ivan Petrov", handle: "@ivan", testimonial: "Перфектно място за релакс на плажа.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-two-women-have-meeting-outdoor-cafeteria-clink-glasses-with-cold-cocktails-look-each-other-with-positive-expressions-pretty-relaxed-females-relax-party-have-fun-together_273609-3292.jpg" },
|
||||||
handle: "@maria",
|
{ name: "Elena D.", handle: "@elena", testimonial: "Най-добрият залез в града!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/landscape-resort-holiday-pool-tropical_1203-5202.jpg" },
|
||||||
testimonial: "Страхотна атмосфера и уникални коктейли!",
|
{ name: "Georgi K.", handle: "@georgik", testimonial: "Музиката е топ, коктейлите са освежаващи.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/tropical-lifestyle-umbrella-outdoor-beach_1203-4747.jpg" },
|
||||||
rating: 5,
|
{ name: "Sofia R.", handle: "@sofiar", testimonial: "Магическо място за летните вечери.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/coconut-still-life_23-2151526768.jpg" }
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/three-friends-enjoying-burgers-while-beach-together_23-2148666656.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Ivan Petrov",
|
|
||||||
handle: "@ivan",
|
|
||||||
testimonial: "Перфектно място за релакс на плажа.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-two-women-have-meeting-outdoor-cafeteria-clink-glasses-with-cold-cocktails-look-each-other-with-positive-expressions-pretty-relaxed-females-relax-party-have-fun-together_273609-3292.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Elena D.",
|
|
||||||
handle: "@elena",
|
|
||||||
testimonial: "Най-добрият залез в града!",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/landscape-resort-holiday-pool-tropical_1203-5202.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Georgi K.",
|
|
||||||
handle: "@georgik",
|
|
||||||
testimonial: "Музиката е топ, коктейлите са освежаващи.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/tropical-lifestyle-umbrella-outdoor-beach_1203-4747.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Sofia R.",
|
|
||||||
handle: "@sofiar",
|
|
||||||
testimonial: "Магическо място за летните вечери.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/coconut-still-life_23-2151526768.jpg",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
buttons={[
|
|
||||||
{
|
|
||||||
text: "Резервирай",
|
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
text: "Виж меню",
|
|
||||||
href: "#menu",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
|
buttons={[{ text: "Резервирай", href: "#contact" }, { text: "Виж меню", href: "#menu" }]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/water-twilight-coconut-sunset-swimming_1203-5155.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/water-twilight-coconut-sunset-swimming_1203-5155.jpg"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{ src: "http://img.b2bpic.net/free-photo/beautiful-outdoor-view-with-umbrella_74190-6854.jpg", alt: "Guest 1" },
|
||||||
src: "http://img.b2bpic.net/free-photo/beautiful-outdoor-view-with-umbrella_74190-6854.jpg",
|
{ src: "http://img.b2bpic.net/free-photo/charming-lady-boater-green-dress-poses-great-mood-near-olive-tree-pool-white-building_197531-24120.jpg", alt: "Guest 2" },
|
||||||
alt: "Guest 1",
|
{ src: "http://img.b2bpic.net/free-photo/person-drinking-hibiscus-tea-beverage_52683-102974.jpg", alt: "Guest 3" },
|
||||||
},
|
{ src: "http://img.b2bpic.net/free-photo/oldies-having-fun-beach_23-2149618426.jpg", alt: "Guest 4" },
|
||||||
{
|
{ src: "http://img.b2bpic.net/free-photo/happy-brunette-woman-hat-green-dress-sits-white-fence-smiles-pretty-shorthaired-lady-boater-poses-good-mood-near-olive-tree-pool_197531-29926.jpg", alt: "Guest 5" }
|
||||||
src: "http://img.b2bpic.net/free-photo/charming-lady-boater-green-dress-poses-great-mood-near-olive-tree-pool-white-building_197531-24120.jpg",
|
|
||||||
alt: "Guest 2",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/person-drinking-hibiscus-tea-beverage_52683-102974.jpg",
|
|
||||||
alt: "Guest 3",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/oldies-having-fun-beach_23-2149618426.jpg",
|
|
||||||
alt: "Guest 4",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
src: "http://img.b2bpic.net/free-photo/happy-brunette-woman-hat-green-dress-sits-white-fence-smiles-pretty-shorthaired-lady-boater-poses-good-mood-near-olive-tree-pool_197531-29926.jpg",
|
|
||||||
alt: "Guest 5",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -140,18 +72,9 @@ export default function LandingPage() {
|
|||||||
title="La Habana Beach - Повече от просто бар"
|
title="La Habana Beach - Повече от просто бар"
|
||||||
description="Изживей магията на лятото с нашия уникален дизайн, вдъхновен от тропическия рай и средиземноморския стил."
|
description="Изживей магията на лятото с нашия уникален дизайн, вдъхновен от тропическия рай и средиземноморския стил."
|
||||||
bulletPoints={[
|
bulletPoints={[
|
||||||
{
|
{ title: "Pet Friendly", description: "Вземи своя любимец с теб!" },
|
||||||
title: "Pet Friendly",
|
{ title: "Sunset Vibes", description: "Най-добрата гледка към залеза в Поморие." },
|
||||||
description: "Вземи своя любимец с теб!",
|
{ title: "Premium Обслужване", description: "За нас ти си на първо място." }
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Sunset Vibes",
|
|
||||||
description: "Най-добрата гледка към залеза в Поморие.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Premium Обслужване",
|
|
||||||
description: "За нас ти си на първо място.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176104.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176104.jpg"
|
||||||
/>
|
/>
|
||||||
@@ -163,37 +86,9 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
features={[
|
||||||
{
|
{ id: "f1", title: "Signature Cocktails", author: "La Habana", description: "Уникални авторски коктейли, приготвени с много любов.", tags: ["коктейли", "освежаване"], videoSrc: "https://www.youtube.com/watch?v=dQw4w9WgXcQ" },
|
||||||
id: "f1",
|
{ id: "f2", title: "Relax Zone", description: "Удобни шезлонги и чадъри за твоя комфорт.", tags: ["релакс", "комфорт"], videoSrc: "https://www.youtube.com/watch?v=dQw4w9WgXcQ" },
|
||||||
title: "Signature Cocktails",
|
{ id: "f3", title: "DJ Evenings", description: "Незабравими парти вечери с топ DJ-и.", tags: ["парти", "музика"], videoSrc: "https://www.youtube.com/watch?v=dQw4w9WgXcQ" }
|
||||||
author: "La Habana",
|
|
||||||
description: "Уникални авторски коктейли, приготвени с много любов.",
|
|
||||||
tags: [
|
|
||||||
"коктейли",
|
|
||||||
"освежаване",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/exotic-colorful-cold-cocktails-with-fruit-straws_23-2148196156.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "f2",
|
|
||||||
title: "Relax Zone",
|
|
||||||
description: "Удобни шезлонги и чадъри за твоя комфорт.",
|
|
||||||
tags: [
|
|
||||||
"релакс",
|
|
||||||
"комфорт",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/umbrella-beach_74190-1964.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "f3",
|
|
||||||
title: "DJ Evenings",
|
|
||||||
description: "Незабравими парти вечери с топ DJ-и.",
|
|
||||||
tags: [
|
|
||||||
"парти",
|
|
||||||
"музика",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-partying-outdoors_23-2149646131.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Beach Experience"
|
title="Beach Experience"
|
||||||
description="Потопи се в нашето меню и атмосфера."
|
description="Потопи се в нашето меню и атмосфера."
|
||||||
@@ -207,42 +102,12 @@ export default function LandingPage() {
|
|||||||
gridVariant="bento-grid"
|
gridVariant="bento-grid"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{ id: "p1", name: "Tropical Breeze", price: "12.00 лв", imageSrc: "http://img.b2bpic.net/free-photo/water-white-beverage-drink-party_1203-5572.jpg" },
|
||||||
id: "p1",
|
{ id: "p2", name: "Mojito Classic", price: "10.00 лв", imageSrc: "http://img.b2bpic.net/free-photo/iced-drinking-cocktails-glass_1203-9892.jpg" },
|
||||||
name: "Tropical Breeze",
|
{ id: "p3", name: "Sunset Orange", price: "14.00 лв", imageSrc: "http://img.b2bpic.net/free-photo/summer-time-vibes-image-vacation-rest-summer-days_185193-110213.jpg" },
|
||||||
price: "12.00 лв",
|
{ id: "p4", name: "Piña Colada", price: "13.00 лв", imageSrc: "http://img.b2bpic.net/free-photo/beach-background-with-pink-cocktail-watermelon_23-2147837370.jpg" },
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/water-white-beverage-drink-party_1203-5572.jpg",
|
{ id: "p5", name: "Strawberry Daiquiri", price: "12.00 лв", imageSrc: "http://img.b2bpic.net/free-photo/two-young-beautiful-smiling-hipster-girls-trendy-summer-clothes-panama-hat_158538-378.jpg" },
|
||||||
},
|
{ id: "p6", name: "Blue Lagoon", price: "11.00 лв", imageSrc: "http://img.b2bpic.net/free-photo/glass-fresh-blue-drink-with-straw-sliced-lime_23-2148145445.jpg" }
|
||||||
{
|
|
||||||
id: "p2",
|
|
||||||
name: "Mojito Classic",
|
|
||||||
price: "10.00 лв",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/iced-drinking-cocktails-glass_1203-9892.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "p3",
|
|
||||||
name: "Sunset Orange",
|
|
||||||
price: "14.00 лв",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/summer-time-vibes-image-vacation-rest-summer-days_185193-110213.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "p4",
|
|
||||||
name: "Piña Colada",
|
|
||||||
price: "13.00 лв",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/beach-background-with-pink-cocktail-watermelon_23-2147837370.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "p5",
|
|
||||||
name: "Strawberry Daiquiri",
|
|
||||||
price: "12.00 лв",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/two-young-beautiful-smiling-hipster-girls-trendy-summer-clothes-panama-hat_158538-378.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "p6",
|
|
||||||
name: "Blue Lagoon",
|
|
||||||
price: "11.00 лв",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-fresh-blue-drink-with-straw-sliced-lime_23-2148145445.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Нашите Топ Коктейли"
|
title="Нашите Топ Коктейли"
|
||||||
description="Опитай най-доброто от нашето меню."
|
description="Опитай най-доброто от нашето меню."
|
||||||
@@ -255,21 +120,9 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{ id: "m1", title: "Щастливи гости", value: "5000+", icon: PartyPopper },
|
||||||
id: "m1",
|
{ id: "m2", title: "Коктейла месечно", value: "1200+", icon: Zap },
|
||||||
title: "Щастливи гости",
|
{ id: "m3", title: "Часа музика", value: "300+", icon: Music }
|
||||||
value: "5000+",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "m2",
|
|
||||||
title: "Коктейла месечно",
|
|
||||||
value: "1200+",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "m3",
|
|
||||||
title: "Часа музика",
|
|
||||||
value: "300+",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Защо La Habana?"
|
title="Защо La Habana?"
|
||||||
description="Статистика, която говори сама за себе си."
|
description="Статистика, която говори сама за себе си."
|
||||||
@@ -282,46 +135,11 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{ id: "t1", name: "Sarah J.", handle: "@sarahj", testimonial: "Страхотна атмосфера!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/couple-drinking-coconut-milk-by-pool-vacation_23-2149369701.jpg" },
|
||||||
id: "t1",
|
{ id: "t2", name: "Michael B.", handle: "@michaelb", testimonial: "Уникални коктейли!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-with-doughnut-shaped-swimming-circle-by-sea-concept-leisure-entertainment-vacation_169016-9963.jpg" },
|
||||||
name: "Sarah J.",
|
{ id: "t3", name: "Emily R.", handle: "@emilyr", testimonial: "Перфектно обслужване.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-women-have-pleasant-talk-while-meet-summer-party-drink-alcoholic-cocktails-rejoice-having-vacation-day-off-look-with-glad-expression-each-other-people-leisure-time-concept_273609-3291.jpg" },
|
||||||
handle: "@sarahj",
|
{ id: "t4", name: "David K.", handle: "@davidk", testimonial: "Перфектно място за релакс.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/girl-laughing-holding-guitar_23-2148504909.jpg" },
|
||||||
testimonial: "Страхотна атмосфера!",
|
{ id: "t5", name: "Anna P.", handle: "@annap", testimonial: "Бар директно на плажа!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-tanned-woman-laughing-beach_1140-94.jpg" }
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-drinking-coconut-milk-by-pool-vacation_23-2149369701.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "t2",
|
|
||||||
name: "Michael B.",
|
|
||||||
handle: "@michaelb",
|
|
||||||
testimonial: "Уникални коктейли!",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-with-doughnut-shaped-swimming-circle-by-sea-concept-leisure-entertainment-vacation_169016-9963.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "t3",
|
|
||||||
name: "Emily R.",
|
|
||||||
handle: "@emilyr",
|
|
||||||
testimonial: "Перфектно обслужване.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-women-have-pleasant-talk-while-meet-summer-party-drink-alcoholic-cocktails-rejoice-having-vacation-day-off-look-with-glad-expression-each-other-people-leisure-time-concept_273609-3291.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "t4",
|
|
||||||
name: "David K.",
|
|
||||||
handle: "@davidk",
|
|
||||||
testimonial: "Перфектно място за релакс.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-laughing-holding-guitar_23-2148504909.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "t5",
|
|
||||||
name: "Anna P.",
|
|
||||||
handle: "@annap",
|
|
||||||
testimonial: "Бар директно на плажа!",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-tanned-woman-laughing-beach_1140-94.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
showRating={true}
|
showRating={true}
|
||||||
title="Какво казват клиентите ни"
|
title="Какво казват клиентите ни"
|
||||||
@@ -333,21 +151,9 @@ export default function LandingPage() {
|
|||||||
<FaqSplitText
|
<FaqSplitText
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{ id: "q1", title: "Работите ли с домашни любимци?", content: "Да, La Habana е pet-friendly място." },
|
||||||
id: "q1",
|
{ id: "q2", title: "Как мога да направя резервация?", content: "Можете да се свържете с нас през формата за контакти." },
|
||||||
title: "Работите ли с домашни любимци?",
|
{ id: "q3", title: "Имате ли музика на живо?", content: "Да, организираме редовно DJ събития." }
|
||||||
content: "Да, La Habana е pet-friendly място.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "q2",
|
|
||||||
title: "Как мога да направя резервация?",
|
|
||||||
content: "Можете да се свържете с нас през формата за контакти.",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "q3",
|
|
||||||
title: "Имате ли музика на живо?",
|
|
||||||
content: "Да, организираме редовно DJ събития.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
sideTitle="Често задавани въпроси"
|
sideTitle="Често задавани въпроси"
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
@@ -357,9 +163,7 @@ export default function LandingPage() {
|
|||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplit
|
<ContactSplit
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{ variant: "gradient-bars" }}
|
||||||
variant: "gradient-bars",
|
|
||||||
}}
|
|
||||||
title="Резервирай своето място"
|
title="Резервирай своето място"
|
||||||
description="Очакваме те на брега на морето!"
|
description="Очакваме те на брега на морето!"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/miami-bayside-marketplace_23-2151599513.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/miami-bayside-marketplace_23-2151599513.jpg"
|
||||||
@@ -373,32 +177,8 @@ export default function LandingPage() {
|
|||||||
<FooterBaseCard
|
<FooterBaseCard
|
||||||
logoText="La Habana Beach"
|
logoText="La Habana Beach"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{ title: "Навигация", items: [{ label: "Начало", href: "#hero" }, { label: "Меню", href: "#menu" }] },
|
||||||
title: "Навигация",
|
{ title: "Контакти", items: [{ label: "0888 123 456", href: "tel:0888123456" }, { label: "Поморие, България", href: "#" }] }
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "Начало",
|
|
||||||
href: "#hero",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Меню",
|
|
||||||
href: "#menu",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Контакти",
|
|
||||||
items: [
|
|
||||||
{
|
|
||||||
label: "0888 123 456",
|
|
||||||
href: "tel:0888123456",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Поморие, България",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
copyrightText="© 2025 La Habana Beach. Всички права запазени."
|
copyrightText="© 2025 La Habana Beach. Всички права запазени."
|
||||||
/>
|
/>
|
||||||
@@ -406,4 +186,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user