Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f8c44db0da |
@@ -28,27 +28,27 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleFullscreen
|
<NavbarStyleFullscreen
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "hero" },
|
{ name: "Головна", id: "hero" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "Про нас", id: "about" },
|
||||||
{ name: "Products", id: "products" },
|
{ name: "Продукти", id: "products" },
|
||||||
{ name: "Contact", id: "contact" },
|
{ name: "Контакти", id: "contact" },
|
||||||
{ name: "Order", id: "order" }
|
{ name: "Замовити", id: "order" }
|
||||||
]}
|
]}
|
||||||
brandName="Пекарня"
|
brandName="Пекарня"
|
||||||
bottomLeftText="Authentic Ukrainian Bakery"
|
bottomLeftText="Автентична українська пекарня"
|
||||||
bottomRightText="hello@ukrainianbakery.local"
|
bottomRightText="hello@ukrainianbakery.local"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboard
|
<HeroBillboard
|
||||||
title="Freshly Baked Ukrainian Traditions"
|
title="Свіжовипечені українські традиції"
|
||||||
description="Discover authentic Ukrainian breads and pastries made daily with traditional recipes passed down through generations. Every loaf tells a story of heritage and craftsmanship."
|
description="Відкрийте для себе автентичний український хліб та випічку, виготовлені щодня за традиційними рецептами, переданими з покоління в покоління. Кожна булка розповідає історію спадщини та майстерності."
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
tag="Est. 2005"
|
tag="Заснована 2005"
|
||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Order Now", href: "#order" },
|
{ text: "Замовити зараз", href: "#order" },
|
||||||
{ text: "Learn More", href: "#about" }
|
{ text: "Learn More", href: "#about" }
|
||||||
]}
|
]}
|
||||||
imageSrc="https://img.b2bpic.net/free-photo/various-type-rustic-breads-box_23-2147975199.jpg"
|
imageSrc="https://img.b2bpic.net/free-photo/various-type-rustic-breads-box_23-2147975199.jpg"
|
||||||
|
|||||||
Reference in New Issue
Block a user