Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5e68cbcf0b | |||
| 99e1dd1c91 | |||
| 3fa00374cb | |||
| 8371bf1a60 |
@@ -39,25 +39,21 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboard
|
<HeroBillboard
|
||||||
title="Хата Огню"
|
title="Хата Огню"
|
||||||
description="Experience the warmth of traditional Ukrainian hospitality in a cozy setting. Savor authentic dishes and enjoy a memorable dining experience."
|
description="Experience the warmth of traditional Ukrainian hospitality in a modern setting. Savor authentic dishes and cozy ambiance."
|
||||||
background={{ variant: "downward-rays-static" }}
|
background={{ variant: "downward-rays-static" }}
|
||||||
avatars={[
|
avatars={[
|
||||||
{ src: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80", alt: "Fireplace interior" }
|
{ 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: "Book a Table", href: "contacts", dataWebildId: "book_table_button" },
|
{ label: "Book a Table", href: "contacts", dataWebildId: "book_table_button" },
|
||||||
{ label: "View Menu", href: "menu", dataWebildId: "view_menu_button" },
|
{ label: "View Menu", href: "menu", dataWebildId: "view_menu_button" },
|
||||||
{ label: "Visit Us", href: "about", dataWebildId: "visit_us_button" }
|
{ label: "Visit Us", href: "about", dataWebildId: "visit_us_button" }
|
||||||
]}
|
]}
|
||||||
marqueeItems={[
|
imageSrc="https://img.b2bpic.net/free-photo/abstract-luxury-gradient-blue-background_53876-120942.jpg"
|
||||||
{ imageSrc: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80", alt: "Ukrainian dish" },
|
imageAlt="Luxury gradient background"
|
||||||
{ imageSrc: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80", alt: "Traditional decor" },
|
|
||||||
{ imageSrc: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80", alt: "Family gathering" }
|
|
||||||
]}
|
|
||||||
marqueeSpeed={20}
|
|
||||||
showMarqueeCard={true}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user