Merge version_3 into main #5
161
src/app/page.tsx
161
src/app/page.tsx
@@ -32,12 +32,9 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "Our Story", id: "#about"},
|
||||
{
|
||||
name: "Contact", id: "#contact"},
|
||||
{ name: "Меню", id: "#menu" },
|
||||
{ name: "История", id: "#about" },
|
||||
{ name: "Контакти", id: "#contact" },
|
||||
]}
|
||||
brandName="Meloncello"
|
||||
/>
|
||||
@@ -45,37 +42,28 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
title="Authentic Wood-Fired Pizza in Every Slice"
|
||||
description="At Meloncello, we believe that simple, high-quality ingredients transformed by fire create the perfect meal. Join us for an unforgettable Italian experience."
|
||||
tag="Since 1998"
|
||||
background={{ variant: "plain" }}
|
||||
title="Автентична пица на пещ"
|
||||
description="В Meloncello вярваме, че простите и качествени съставки, преобразени от огъня, създават перфектната храна. Елате за едно незабравимо италианско изживяване."
|
||||
tag="От 1998 г."
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-fresh-pizza_23-2151946415.jpg?_wi=1", imageAlt: "artisanal pizza restaurant interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetables-grey-wooden-surface_176420-6809.jpg?_wi=1", imageAlt: "gourmet pizza closeup"}
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-fresh-pizza_23-2151946415.jpg?_wi=1", imageAlt: "интериор на пицария" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/vegetables-grey-wooden-surface_176420-6809.jpg?_wi=1", imageAlt: "гурме пица" }
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
rating={5}
|
||||
ratingText="Loved by thousands of locals"
|
||||
ratingText="Любимо място на местните"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<AboutMetric
|
||||
useInvertedBackground={false}
|
||||
title="The Meloncello Philosophy"
|
||||
title="Философията на Meloncello"
|
||||
metrics={[
|
||||
{
|
||||
icon: Sparkles,
|
||||
label: "Handcrafted", value: "100%"},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Family Recipe", value: "25yr"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
label: "Local Sourced", value: "90%"},
|
||||
{ icon: Sparkles, label: "Ръчна изработка", value: "100%" },
|
||||
{ icon: Award, label: "Семейна рецепта", value: "25г" },
|
||||
{ icon: CheckCircle, label: "Местни продукти", value: "90%" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -87,21 +75,12 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1", title: "Fresh Flour", author: "Meloncello Kitchen", description: "We source high-grade stone-ground flour daily.", tags: [
|
||||
"Premium", "Local"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-veggie-food-wooden-background_23-2148305847.jpg?_wi=1"},
|
||||
{
|
||||
id: "f2", title: "Wood Fired", author: "Meloncello Kitchen", description: "Authentic oak-fired ovens for crisp crusts.", tags: [
|
||||
"Authentic", "Fire"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cooking-big-pizza_72229-258.jpg?_wi=1"},
|
||||
{
|
||||
id: "f3", title: "Our Community", author: "Meloncello Kitchen", description: "Sharing meals and joy in our home.", tags: [
|
||||
"Local", "Friendly"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-nuts-rose-wine_140725-6880.jpg?_wi=1"},
|
||||
{ id: "f1", title: "Прясно брашно", author: "Кухня Meloncello", description: "Използваме висококачествено смляно брашно всеки ден.", tags: ["Премиум", "Местни"], imageSrc: "http://img.b2bpic.net/free-photo/delicious-veggie-food-wooden-background_23-2148305847.jpg?_wi=1" },
|
||||
{ id: "f2", title: "На пещ", author: "Кухня Meloncello", description: "Автентична дъбова пещ за перфектна хрупкавост.", tags: ["Автентично", "Огън"], imageSrc: "http://img.b2bpic.net/free-photo/cooking-big-pizza_72229-258.jpg?_wi=1" },
|
||||
{ id: "f3", title: "Нашата общност", author: "Кухня Meloncello", description: "Споделяме храна и радост с всички вас.", tags: ["Местни", "Приятелски"], imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-nuts-rose-wine_140725-6880.jpg?_wi=1" },
|
||||
]}
|
||||
title="Why We're Different"
|
||||
description="Quality starts from the foundation of our dough and goes straight to our community values."
|
||||
title="Защо сме различни"
|
||||
description="Качеството започва от основата на нашето тесто и стига до споделените ценности на нашата общност."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -112,21 +91,15 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Margherita", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-pizza_23-2150852213.jpg"},
|
||||
{
|
||||
id: "p2", name: "Pepperoni", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-pizza-box_23-2149962671.jpg"},
|
||||
{
|
||||
id: "p3", name: "Vegetarian", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/top-view-mushroom-pizza-with-red-tomatoes-olives-all-sliced-inside-with-oil-flour-grey-desk-pizza-dough-italian_140725-22890.jpg"},
|
||||
{
|
||||
id: "p4", name: "Prosciutto", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/mushroom-meat-pizza-wooden-board-with-leafy-vegetables_23-2147922407.jpg"},
|
||||
{
|
||||
id: "p5", name: "Four Cheese", price: "$17", imageSrc: "http://img.b2bpic.net/free-photo/pie-apple_74190-5478.jpg"},
|
||||
{
|
||||
id: "p6", name: "Truffle", price: "$20", imageSrc: "http://img.b2bpic.net/free-photo/close-up-basil-leaf-cherry-tomato-italian-pizza-with-tablecloth-wooden-table_23-2148076204.jpg"},
|
||||
{ id: "p1", name: "Маргарита", price: "14 лв", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-pizza_23-2150852213.jpg" },
|
||||
{ id: "p2", name: "Пеперони", price: "16 лв", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-pizza-box_23-2149962671.jpg" },
|
||||
{ id: "p3", name: "Вегетарианска", price: "15 лв", imageSrc: "http://img.b2bpic.net/free-photo/top-view-mushroom-pizza-with-red-tomatoes-olives-all-sliced-inside-with-oil-flour-grey-desk-pizza-dough-italian_140725-22890.jpg" },
|
||||
{ id: "p4", name: "Прошуто", price: "18 лв", imageSrc: "http://img.b2bpic.net/free-photo/mushroom-meat-pizza-wooden-board-with-leafy-vegetables_23-2147922407.jpg" },
|
||||
{ id: "p5", name: "Четири сирена", price: "17 лв", imageSrc: "http://img.b2bpic.net/free-photo/pie-apple_74190-5478.jpg" },
|
||||
{ id: "p6", name: "Трюфел", price: "20 лв", imageSrc: "http://img.b2bpic.net/free-photo/close-up-basil-leaf-cherry-tomato-italian-pizza-with-tablecloth-wooden-table_23-2148076204.jpg" },
|
||||
]}
|
||||
title="Our Signature Pizzas"
|
||||
description="Explore our hand-crafted menu, featuring locally sourced ingredients and time-honored techniques."
|
||||
title="Нашето меню"
|
||||
description="Открийте нашите авторски пици, приготвени с местни съставки по традиционни италиански техники."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -136,33 +109,12 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "plan1", price: "$25", name: "Solo Night", buttons: [
|
||||
{
|
||||
text: "Order Now", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"1 Gourmet Pizza", "Drink Included"],
|
||||
},
|
||||
{
|
||||
id: "plan2", price: "$45", name: "Date Night", buttons: [
|
||||
{
|
||||
text: "Order Now", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"2 Pizzas", "Appetizer", "2 Drinks"],
|
||||
},
|
||||
{
|
||||
id: "plan3", price: "$80", name: "Family Feast", buttons: [
|
||||
{
|
||||
text: "Order Now", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"4 Pizzas", "3 Sides", "4 Drinks"],
|
||||
},
|
||||
{ id: "plan1", price: "25 лв", name: "Соло вечер", buttons: [{ text: "Поръчай сега", href: "#" }], features: ["1 Пица", "Напитка"]},
|
||||
{ id: "plan2", price: "45 лв", name: "Романтична вечер", buttons: [{ text: "Поръчай сега", href: "#" }], features: ["2 Пици", "Предястие", "2 Напитки"]},
|
||||
{ id: "plan3", price: "80 лв", name: "Семейно празненство", buttons: [{ text: "Поръчай сега", href: "#" }], features: ["4 Пици", "3 Гарнитури", "4 Напитки"]},
|
||||
]}
|
||||
title="Dining Packages"
|
||||
description="Choose the perfect package for your group size."
|
||||
title="Специални оферти"
|
||||
description="Изберете идеалния пакет според вашия повод."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -171,19 +123,12 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1", name: "Alice M.", date: "Oct 2024", title: "Regular Diner", quote: "Best pizza in town by far!", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/refined-lady-with-waving-hair-making-selfie-dinner-indoor-shot-blissful-caucasian-girl-eating-pizza_197531-9678.jpg", imageSrc: "http://img.b2bpic.net/free-photo/delicious-fresh-pizza_23-2151946415.jpg?_wi=2", imageAlt: "happy customer pizza restaurant"},
|
||||
{
|
||||
id: "t2", name: "John D.", date: "Sept 2024", title: "Foodie", quote: "Authentic, thin crust and amazing staff.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/man-enjoying-pizza-while-being-home-alone_23-2149527946.jpg", imageSrc: "http://img.b2bpic.net/free-photo/vegetables-grey-wooden-surface_176420-6809.jpg?_wi=2", imageAlt: "happy customer pizza restaurant"},
|
||||
{
|
||||
id: "t3", name: "Sarah P.", date: "Aug 2024", title: "Pizza Expert", quote: "The wood oven makes all the difference.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-eating-pizza-bar_1303-19913.jpg", imageSrc: "http://img.b2bpic.net/free-photo/delicious-veggie-food-wooden-background_23-2148305847.jpg?_wi=2", imageAlt: "happy customer pizza restaurant"},
|
||||
{
|
||||
id: "t4", name: "Kevin L.", date: "July 2024", title: "Local", quote: "Consistent quality and great vibe.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-friends-eating-tasty-pizza_1098-1083.jpg", imageSrc: "http://img.b2bpic.net/free-photo/cooking-big-pizza_72229-258.jpg?_wi=2", imageAlt: "happy customer pizza restaurant"},
|
||||
{
|
||||
id: "t5", name: "Emily R.", date: "June 2024", title: "Chef", quote: "Simply delicious authentic Italian.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/caesar-pizza-table_140725-6527.jpg", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-nuts-rose-wine_140725-6880.jpg?_wi=2", imageAlt: "happy customer pizza restaurant"},
|
||||
{ id: "t1", name: "Ани М.", date: "Окт 2024", title: "Редовен клиент", quote: "Най-добрата пица в града!", tag: "5 Звезди", avatarSrc: "http://img.b2bpic.net/free-photo/refined-lady-with-waving-hair-making-selfie-dinner-indoor-shot-blissful-caucasian-girl-eating-pizza_197531-9678.jpg", imageSrc: "http://img.b2bpic.net/free-photo/delicious-fresh-pizza_23-2151946415.jpg?_wi=2", imageAlt: "щастлив клиент" },
|
||||
{ id: "t2", name: "Иван Д.", date: "Сеп 2024", title: "Фуд-блогър", quote: "Автентично, тънка коричка и невероятно обслужване.", tag: "5 Звезди", avatarSrc: "http://img.b2bpic.net/free-photo/man-enjoying-pizza-while-being-home-alone_23-2149527946.jpg", imageSrc: "http://img.b2bpic.net/free-photo/vegetables-grey-wooden-surface_176420-6809.jpg?_wi=2", imageAlt: "щастлив клиент" },
|
||||
{ id: "t3", name: "Сара П.", date: "Авг 2024", title: "Пица ценител", quote: "Пещта прави цялата разлика.", tag: "5 Звезди", avatarSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-eating-pizza-bar_1303-19913.jpg", imageSrc: "http://img.b2bpic.net/free-photo/delicious-veggie-food-wooden-background_23-2148305847.jpg?_wi=2", imageAlt: "щастлив клиент" },
|
||||
]}
|
||||
title="Words From Our Community"
|
||||
description="Hear what our loyal patrons think about their experience at Meloncello."
|
||||
title="Отзиви от нашата общност"
|
||||
description="Чуйте какво казват нашите верни клиенти за преживяването в Meloncello."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -192,12 +137,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1", title: "Предлагате ли доставка?", content: "Да, работим с основни платформи за доставка в района."},
|
||||
{
|
||||
id: "q2", title: "Приемате ли резервации?", content: "Можете да ни посетите по всяко време без предварителна резервация."},
|
||||
{
|
||||
id: "q3", title: "Имате ли веган опции?", content: "Да, предлагаме специални веган теста и заместители на сирене."},
|
||||
{ id: "q1", title: "Предлагате ли доставка?", content: "Да, работим с основни платформи за доставка в района." },
|
||||
{ id: "q2", title: "Приемате ли резервации?", content: "Можете да ни посетите по всяко време без предварителна резервация." },
|
||||
{ id: "q3", title: "Имате ли веган опции?", content: "Да, предлагаме специални веган теста и заместители на сирене." },
|
||||
]}
|
||||
title="Често задавани въпроси"
|
||||
description="Тук сме, за да направим вашето преживяване идеално."
|
||||
@@ -208,8 +150,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Свържете се с нас"
|
||||
title="Посетете ни днес"
|
||||
description="Намерете ни на ул. Пицария 123 или се свържете с нас за резервации на телефон 0888 123 456."
|
||||
@@ -221,22 +162,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Meloncello", items: [
|
||||
{
|
||||
label: "За нас", href: "#about"},
|
||||
{
|
||||
label: "Контакти", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Меню", items: [
|
||||
{
|
||||
label: "Пици", href: "#menu"},
|
||||
{
|
||||
label: "Оферти", href: "#pricing"},
|
||||
],
|
||||
},
|
||||
{ title: "Meloncello", items: [{ label: "За нас", href: "#about" }, { label: "Контакти", href: "#contact" }] },
|
||||
{ title: "Меню", items: [{ label: "Пици", href: "#menu" }, { label: "Оферти", href: "#pricing" }] },
|
||||
]}
|
||||
logoText="Meloncello © 2025"
|
||||
/>
|
||||
@@ -244,4 +171,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user