Bob AI: i dont like current hero
This commit is contained in:
@@ -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 HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -40,20 +40,21 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
<HeroBillboard
|
||||
title="Хата Огню"
|
||||
description="Добро пожаловать в уютный уголок традиционной украинской гостеприимства. Насладитесь аутентичными блюдами и запоминающимся ужином."
|
||||
background={{ variant: "downward-rays-animated" }}
|
||||
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: "Забронировать стол", href: "contacts", dataWebildId: "book_table_button_unique" },
|
||||
{ label: "Посмотреть меню", href: "menu", dataWebildId: "view_menu_button_unique" },
|
||||
{ label: "Посетить нас", href: "about", dataWebildId: "visit_us_button_unique" }
|
||||
]}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/abstract-luxury-gradient-blue-background_53876-120942.jpg"
|
||||
imageAlt="Уютный интерьер хаты"
|
||||
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: "Традиционное украинское блюдо" },
|
||||
{ imageSrc: "https://img.b2bpic.net/free-photo/futuristic-city-architecture_23-2151918947.jpg", imageAlt: "Семейное общение" },
|
||||
{ imageSrc: "https://img.b2bpic.net/free-photo/futuristic-moon-background_23-2150930734.jpg", imageAlt: "Каминный зал" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user