Merge version_1 into main #1
211
src/app/page.tsx
211
src/app/page.tsx
@@ -32,25 +32,15 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
name: "Reviews", id: "reviews"},
|
||||
{
|
||||
name: "Story",
|
||||
id: "story",
|
||||
},
|
||||
name: "Story", id: "story"},
|
||||
{
|
||||
name: "Delivery",
|
||||
id: "delivery",
|
||||
},
|
||||
name: "Delivery", id: "delivery"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Medobar"
|
||||
/>
|
||||
@@ -59,19 +49,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "canvas-reveal",
|
||||
}}
|
||||
variant: "canvas-reveal"}}
|
||||
logoText="Medobar"
|
||||
description="Wood-fired pizza. Generous toppings. Local legend since 1988. Baked to perfection in our traditional stone oven."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call to Order",
|
||||
href: "tel:+38615116777",
|
||||
},
|
||||
text: "Call to Order", href: "tel:+38615116777"},
|
||||
{
|
||||
text: "Explore Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Explore Menu", href: "#menu"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/delicious-traditional-pizza-assortment_23-2148921319.jpg"
|
||||
imageAlt="Wood-fired pizza"
|
||||
@@ -87,20 +72,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "35+",
|
||||
description: "Years of Tradition",
|
||||
},
|
||||
id: "m1", value: "35+", description: "Years of Tradition"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "1M+",
|
||||
description: "Pizzas Served",
|
||||
},
|
||||
id: "m2", value: "1M+", description: "Pizzas Served"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "4.8",
|
||||
description: "Average Rating",
|
||||
},
|
||||
id: "m3", value: "4.8", description: "Average Rating"},
|
||||
]}
|
||||
title="Decades of Tradition"
|
||||
description="Consistently serving the local community with authentic wood-fired flavors."
|
||||
@@ -111,50 +87,21 @@ export default function LandingPage() {
|
||||
<ProductCardOne
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Margherita",
|
||||
price: "10,5€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-with-food-thanksgiving-day-celebration_23-2148632535.jpg",
|
||||
imageAlt: "Margherita",
|
||||
},
|
||||
id: "p1", name: "Margherita", price: "10,5€", imageSrc: "http://img.b2bpic.net/free-photo/table-with-food-thanksgiving-day-celebration_23-2148632535.jpg", imageAlt: "Margherita"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Four Cheeses",
|
||||
price: "12,0€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629584.jpg",
|
||||
imageAlt: "Four Cheeses",
|
||||
},
|
||||
id: "p2", name: "Four Cheeses", price: "12,0€", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629584.jpg", imageAlt: "Four Cheeses"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Medo Special",
|
||||
price: "12,7€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-wine-cheese-plate_140725-143.jpg",
|
||||
imageAlt: "Medo Special",
|
||||
},
|
||||
id: "p3", name: "Medo Special", price: "12,7€", imageSrc: "http://img.b2bpic.net/free-photo/glass-wine-cheese-plate_140725-143.jpg", imageAlt: "Medo Special"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Mexican",
|
||||
price: "12,6€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wicker-gray-table-with-glass-gray-chairs_140725-3025.jpg",
|
||||
imageAlt: "Mexican",
|
||||
},
|
||||
id: "p4", name: "Mexican", price: "12,6€", imageSrc: "http://img.b2bpic.net/free-photo/wicker-gray-table-with-glass-gray-chairs_140725-3025.jpg", imageAlt: "Mexican"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Istrian",
|
||||
price: "12,4€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-fresh-pizza_23-2151946420.jpg",
|
||||
imageAlt: "Istrian",
|
||||
},
|
||||
id: "p5", name: "Istrian", price: "12,4€", imageSrc: "http://img.b2bpic.net/free-photo/delicious-fresh-pizza_23-2151946420.jpg", imageAlt: "Istrian"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Seafood",
|
||||
price: "12,9€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-assortment_23-2150312225.jpg",
|
||||
imageAlt: "Seafood",
|
||||
},
|
||||
id: "p6", name: "Seafood", price: "12,9€", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-assortment_23-2150312225.jpg", imageAlt: "Seafood"},
|
||||
]}
|
||||
title="Our Signature Menu"
|
||||
description="Hearty, generous toppings, and perfect crisp crusts in every slice."
|
||||
@@ -167,45 +114,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Excellent",
|
||||
quote: "Huge, loaded pizza. Express service.",
|
||||
name: "Sarah J.",
|
||||
role: "Foodie",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg",
|
||||
},
|
||||
id: "t1", title: "Excellent", quote: "Huge, loaded pizza. Express service.", name: "Sarah J.", role: "Foodie", imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Local Hero",
|
||||
quote: "Best pizza under Šmarna gora.",
|
||||
name: "Mark C.",
|
||||
role: "Regular",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-doing-thumbs-up_23-2148628939.jpg",
|
||||
},
|
||||
id: "t2", title: "Local Hero", quote: "Best pizza under Šmarna gora.", name: "Mark C.", role: "Regular", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-doing-thumbs-up_23-2148628939.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Authentic",
|
||||
quote: "Wood-fired flavor is unmatched.",
|
||||
name: "Elena R.",
|
||||
role: "Guest",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006735.jpg",
|
||||
},
|
||||
id: "t3", title: "Authentic", quote: "Wood-fired flavor is unmatched.", name: "Elena R.", role: "Guest", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006735.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Hearty",
|
||||
quote: "Generous toppings that satisfy.",
|
||||
name: "David K.",
|
||||
role: "Regular",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/selfie-portrait-cute-brunette-girl-with-short-hair-sitting-table-gray-plaid-terrace-restaurant-she-wears-blue-shirt-looks-happy_197531-971.jpg",
|
||||
},
|
||||
id: "t4", title: "Hearty", quote: "Generous toppings that satisfy.", name: "David K.", role: "Regular", imageSrc: "http://img.b2bpic.net/free-photo/selfie-portrait-cute-brunette-girl-with-short-hair-sitting-table-gray-plaid-terrace-restaurant-she-wears-blue-shirt-looks-happy_197531-971.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Reliable",
|
||||
quote: "Consistently tasty and cozy.",
|
||||
name: "Anna P.",
|
||||
role: "Guest",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-smiles-woman-looking-notebook_197531-33563.jpg",
|
||||
},
|
||||
id: "t5", title: "Reliable", quote: "Consistently tasty and cozy.", name: "Anna P.", role: "Guest", imageSrc: "http://img.b2bpic.net/free-photo/view-smiles-woman-looking-notebook_197531-33563.jpg"},
|
||||
]}
|
||||
title="Guest Experiences"
|
||||
description="What our local legend followers say about us."
|
||||
@@ -220,23 +137,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "tm1",
|
||||
name: "Jane Doe",
|
||||
role: "Head Chef",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-male-baker-standing-table-with-dough-breads_23-2147883562.jpg",
|
||||
},
|
||||
id: "tm1", name: "Jane Doe", role: "Head Chef", imageSrc: "http://img.b2bpic.net/free-photo/smiling-male-baker-standing-table-with-dough-breads_23-2147883562.jpg"},
|
||||
{
|
||||
id: "tm2",
|
||||
name: "John Smith",
|
||||
role: "Pizza Maker",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-restaurant-waiter-wearing-professional-uniform-apron_482257-122142.jpg",
|
||||
},
|
||||
id: "tm2", name: "John Smith", role: "Pizza Maker", imageSrc: "http://img.b2bpic.net/free-photo/portrait-restaurant-waiter-wearing-professional-uniform-apron_482257-122142.jpg"},
|
||||
{
|
||||
id: "tm3",
|
||||
name: "Anna Lee",
|
||||
role: "Service Manager",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-baker-holding-fresh-bread-paper-bag_1303-32305.jpg",
|
||||
},
|
||||
id: "tm3", name: "Anna Lee", role: "Service Manager", imageSrc: "http://img.b2bpic.net/free-photo/man-baker-holding-fresh-bread-paper-bag_1303-32305.jpg"},
|
||||
]}
|
||||
title="Meet the Team"
|
||||
description="The friendly faces behind our wood-fired oven."
|
||||
@@ -248,20 +153,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you deliver?",
|
||||
content: "Yes, we offer delivery via local partners and phone orders.",
|
||||
},
|
||||
id: "f1", title: "Do you deliver?", content: "Yes, we offer delivery via local partners and phone orders."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Can I order half-half?",
|
||||
content: "Absolutely, it is the best way to try our variety.",
|
||||
},
|
||||
id: "f2", title: "Can I order half-half?", content: "Absolutely, it is the best way to try our variety."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Are you pet friendly?",
|
||||
content: "We welcome guests in our terrace area.",
|
||||
},
|
||||
id: "f3", title: "Are you pet friendly?", content: "We welcome guests in our terrace area."},
|
||||
]}
|
||||
sideTitle="Quick Answers"
|
||||
sideDescription="Everything you need to know about dining or ordering with us."
|
||||
@@ -274,14 +170,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Ljubljana Food",
|
||||
"Slovenian Dining",
|
||||
"Pizza Lovers",
|
||||
"City Guide",
|
||||
"Local Picks",
|
||||
"Foodie Network",
|
||||
"Chef Reviews",
|
||||
]}
|
||||
"Ljubljana Food", "Slovenian Dining", "Pizza Lovers", "City Guide", "Local Picks", "Foodie Network", "Chef Reviews"]}
|
||||
title="Partners & Recognition"
|
||||
description="Proudly recognized in the Ljubljana food scene."
|
||||
/>
|
||||
@@ -291,14 +180,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
text="Call us to place an order, get directions, or check our daily specials. Our kitchen is open daily until 9 PM."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+38615116777",
|
||||
},
|
||||
text: "Call Now", href: "tel:+38615116777"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -307,42 +193,27 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "Pizzas",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Pizzas", href: "#menu"},
|
||||
{
|
||||
label: "Specials",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Specials", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "Story",
|
||||
href: "#story",
|
||||
},
|
||||
label: "Story", href: "#story"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#reviews",
|
||||
},
|
||||
label: "Reviews", href: "#reviews"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user