3 Commits

Author SHA1 Message Date
5e68cbcf0b Bob AI: i dont like current hero 2026-02-17 15:17:17 +02:00
99e1dd1c91 Update src/app/page.tsx 2026-02-17 13:12:34 +00:00
3fa00374cb Bob AI: i dont like current hero 2026-02-17 15:10:09 +02:00

View File

@@ -10,7 +10,6 @@ import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import ContactText from '@/components/sections/contact/ContactText'; import ContactText from '@/components/sections/contact/ContactText';
import FooterSimple from '@/components/sections/footer/FooterSimple'; import FooterSimple from '@/components/sections/footer/FooterSimple';
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -40,21 +39,21 @@ export default function LandingPage() {
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardCarousel <HeroBillboard
title="Хата Огню" title="Хата Огню"
description="Добро пожаловать в уютный уголок традиционной украинской гостеприимства. Насладитесь аутентичными блюдами и запоминающимся ужином." description="Experience the warmth of traditional Ukrainian hospitality in a modern setting. Savor authentic dishes and cozy ambiance."
background={{ variant: "downward-rays-animated" }} background={{ variant: "downward-rays-static" }}
avatars={[
{ src: "https://img.b2bpic.net/free-photo/full-shot-woman-getting-warmer-by-fire_23-2149172517.jpg", alt: "Fireplace interior" },
{ src: "https://img.b2bpic.net/free-photo/beautiful-landscape-with-mountains_23-2151151078.jpg", alt: "Mountain landscape" }
]}
buttons={[ buttons={[
{ label: "Забронировать стол", href: "contacts", dataWebildId: "book_table_button_new" }, { label: "Book a Table", href: "contacts", dataWebildId: "book_table_button" },
{ label: "Посмотреть меню", href: "menu", dataWebildId: "view_menu_button_new" }, { label: "View Menu", href: "menu", dataWebildId: "view_menu_button" },
{ label: "Посетить нас", href: "about", dataWebildId: "visit_us_button_new" } { label: "Visit Us", href: "about", dataWebildId: "visit_us_button" }
]}
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/abstract-luxury-gradient-blue-background_53876-120942.jpg"
imageAlt="Luxury gradient background"
/> />
</div> </div>