Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 64a1cc8db3 | |||
| 852e1fa01a | |||
| 4ad38afabe |
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
import HeroCentered from '@/components/sections/hero/HeroCentered';
|
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||||
import MediaSplitTabsAbout from '@/components/sections/about/MediaSplitTabsAbout';
|
import MediaSplitTabsAbout from '@/components/sections/about/MediaSplitTabsAbout';
|
||||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||||
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
|
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
|
||||||
@@ -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 BlogCardTwo from '@/components/sections/blog/BlogCardTwo';
|
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -40,17 +39,25 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroCentered
|
<HeroBillboard
|
||||||
title="Хата Огню"
|
title="Хата Огню"
|
||||||
description="Authentic Ukrainian banquet experience. Family-owned restaurant celebrating culinary traditions, ethno-style elegance, and warm hospitality in a home-like setting."
|
description="Experience the warmth of traditional Ukrainian hospitality in a cozy setting. Savor authentic dishes and enjoy a memorable dining experience."
|
||||||
background={{ variant: "downward-rays-static" }}
|
background={{ variant: "downward-rays-static" }}
|
||||||
avatars={[
|
avatars={[
|
||||||
{ src: "https://img.b2bpic.net/free-photo/full-shot-woman-getting-warmer-by-fire_23-2149172517.jpg", alt: "Fireplace interior" }
|
{ src: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80", alt: "Fireplace interior" }
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Book a Table", href: "contacts" },
|
{ label: "Book a Table", href: "contacts", dataWebildId: "book_table_button" },
|
||||||
{ text: "View Menu", href: "menu" }
|
{ label: "View Menu", href: "menu", dataWebildId: "view_menu_button" },
|
||||||
|
{ label: "Visit Us", href: "about", dataWebildId: "visit_us_button" }
|
||||||
]}
|
]}
|
||||||
|
marqueeItems={[
|
||||||
|
{ imageSrc: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80", alt: "Ukrainian dish" },
|
||||||
|
{ 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>
|
||||||
|
|
||||||
@@ -233,10 +240,6 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="blogcardtwo" data-section="blogcardtwo">
|
|
||||||
<BlogCardTwo />
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterSimple
|
<FooterSimple
|
||||||
columns={[
|
columns={[
|
||||||
@@ -270,4 +273,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user