Compare commits
4 Commits
version_7
...
version_10
| Author | SHA1 | Date | |
|---|---|---|---|
| 0c0ce0ff59 | |||
| 5e68cbcf0b | |||
| 99e1dd1c91 | |||
| 3fa00374cb |
@@ -10,7 +10,7 @@ import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -40,21 +40,21 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
<HeroBillboardGallery
|
||||
title="Хата Огню"
|
||||
description="Добро пожаловать в уютный уголок традиционной украинской гостеприимства. Насладитесь аутентичными блюдами и запоминающимся ужином."
|
||||
background={{ variant: "downward-rays-animated" }}
|
||||
description="Experience the warmth of traditional Ukrainian hospitality in a modern setting. Savor authentic dishes and cozy ambiance."
|
||||
background={{ variant: "downward-rays-static" }}
|
||||
buttons={[
|
||||
{ label: "Забронировать стол", href: "contacts", dataWebildId: "book_table_button_new" },
|
||||
{ label: "Посмотреть меню", href: "menu", dataWebildId: "view_menu_button_new" },
|
||||
{ label: "Посетить нас", href: "about", dataWebildId: "visit_us_button_new" }
|
||||
{ label: "Book a Table", href: "contacts", dataWebildId: "book_table_button_1" },
|
||||
{ label: "View Menu", href: "menu", dataWebildId: "view_menu_button_1" },
|
||||
{ label: "Visit Us", href: "about", dataWebildId: "visit_us_button_1" }
|
||||
]}
|
||||
mediaItems={[
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80", imageAlt: "Уютный интерьер хаты" },
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80", imageAlt: "Традиционное украинское блюдо" },
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80", imageAlt: "Семейное общение" },
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80", imageAlt: "Каминный зал" }
|
||||
{ imageSrc: "https://img.b2bpic.net/free-photo/futuristic-moon-background_23-2150930890.jpg", imageAlt: "Futuristic Moon Background" },
|
||||
{ imageSrc: "https://img.b2bpic.net/free-photo/futuristic-city-architecture_23-2151918947.jpg", imageAlt: "Futuristic City Architecture" },
|
||||
{ imageSrc: "https://img.b2bpic.net/free-photo/beautiful-landscape-with-mountains_23-2151151078.jpg", imageAlt: "Mountain Landscape" }
|
||||
]}
|
||||
mediaAnimation="fade"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user