Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f1eab04cc1 | |||
| 66d5b037f1 | |||
| 6730949e23 | |||
| 65c4e54194 |
@@ -193,14 +193,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1", title: "Do you offer delivery?", content: "Yes, we partner with major delivery apps in the local area."},
|
||||
id: "q1", title: "Предлагате ли доставка?", content: "Да, работим с основни платформи за доставка в района."},
|
||||
{
|
||||
id: "q2", title: "Do you take reservations?", content: "We are a walk-in friendly restaurant."},
|
||||
id: "q2", title: "Приемате ли резервации?", content: "Можете да ни посетите по всяко време без предварителна резервация."},
|
||||
{
|
||||
id: "q3", title: "Are there vegan options?", content: "Yes, we have custom plant-based crusts and cheeses."},
|
||||
id: "q3", title: "Имате ли веган опции?", content: "Да, предлагаме специални веган теста и заместители на сирене."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="We're here to make your experience perfect."
|
||||
title="Често задавани въпроси"
|
||||
description="Тук сме, за да направим вашето преживяване идеално."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -210,9 +210,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
tag="Let's Connect"
|
||||
title="Visit Us Today"
|
||||
description="Stop by our restaurant on 123 Pizza Lane or book your party online."
|
||||
tag="Свържете се с нас"
|
||||
title="Посетете ни днес"
|
||||
description="Намерете ни на ул. Пицария 123 или се свържете с нас за резервации на телефон 0888 123 456."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/luxury-meeting-dining-room-table-multiple-chairs_114579-2067.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -223,25 +223,25 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Meloncello", items: [
|
||||
{
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "За нас", href: "#about"},
|
||||
{
|
||||
label: "Контакти", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "Pizzas", href: "#menu"},
|
||||
{
|
||||
label: "Deals", href: "#pricing"},
|
||||
title: "Меню", items: [
|
||||
{
|
||||
label: "Пици", href: "#menu"},
|
||||
{
|
||||
label: "Оферти", href: "#pricing"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="Meloncello"
|
||||
logoText="Meloncello © 2025"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user