Merge version_2 into main #2
200
src/app/page.tsx
200
src/app/page.tsx
@@ -18,9 +18,9 @@ export default function LandingPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="small"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="aurora"
|
||||
cardStyle="subtle-shadow"
|
||||
primaryButtonStyle="flat"
|
||||
background="noiseDiagonalGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="semibold"
|
||||
>
|
||||
@@ -28,32 +28,14 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Our Story",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Experience",
|
||||
id: "experience",
|
||||
},
|
||||
{
|
||||
name: "Location",
|
||||
id: "location",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Our Story", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Experience", id: "experience" },
|
||||
{ name: "Location", id: "location" },
|
||||
]}
|
||||
brandName="Sarajevo Grill"
|
||||
button={{
|
||||
text: "Order Delivery",
|
||||
href: "#contact",
|
||||
}}
|
||||
button={{ text: "Order Delivery", href: "#location" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -61,52 +43,21 @@ export default function LandingPage() {
|
||||
<HeroCarouselLogo
|
||||
logoText="Sarajevo Grill"
|
||||
description="Experience the authentic soul of Balkan tradition. Premium grill house in Kranj, where fire meets heritage."
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Delivery",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Book a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Order Delivery", href: "#location" }, { text: "Book a Table", href: "#location" }]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-salmon-with-veggies_23-2148322812.jpg?_wi=1",
|
||||
imageAlt: "Traditional Balkan grilled food",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-salmon-with-veggies_23-2148322812.jpg?_wi=2",
|
||||
imageAlt: "Fire grilled specialty",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-salmon-with-veggies_23-2148322812.jpg?_wi=3",
|
||||
imageAlt: "Authentic grill atmosphere",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-salmon-with-veggies_23-2148322812.jpg?_wi=4",
|
||||
imageAlt: "Mixed grill platter",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-salmon-with-veggies_23-2148322812.jpg?_wi=5",
|
||||
imageAlt: "Sarajevo style grill",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-salmon-with-veggies_23-2148322812.jpg?_wi=6",
|
||||
imageAlt: "Premium dining experience",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-salmon-with-veggies_23-2148322812.jpg?_wi=1", imageAlt: "Traditional Balkan grilled food" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-salmon-with-veggies_23-2148322812.jpg?_wi=2", imageAlt: "Fire grilled specialty" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-salmon-with-veggies_23-2148322812.jpg?_wi=3", imageAlt: "Authentic grill atmosphere" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MediaAbout
|
||||
useInvertedBackground={false}
|
||||
useInvertedBackground={true}
|
||||
title="A Tradition of Flavor"
|
||||
description="Born from the streets of Sarajevo, our grill house brings the authentic soul of Balkan heritage to Kranj. We focus on consistency, high-quality ingredients, and the nostalgic warmth of traditional grill culture. Every ćevap tells a story, and every meal is served with passion."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/chicken-pieces-grilled-teriyaki-sauce_114579-1720.jpg"
|
||||
imageAlt="Authentic Balkan cooking tradition"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -115,62 +66,11 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Signature",
|
||||
name: "Sarajevo Ćevapi",
|
||||
price: "14.90€",
|
||||
rating: 5,
|
||||
reviewCount: "1200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minced-meat-bread-tomatoes-slices-lemon_140725-2992.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Premium",
|
||||
name: "Mixed Grill Platter",
|
||||
price: "22.50€",
|
||||
rating: 5,
|
||||
reviewCount: "850",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minced-meat-bread-tomatoes-slices-lemon_140725-2992.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Traditional",
|
||||
name: "Bosnian Coffee",
|
||||
price: "3.50€",
|
||||
rating: 5,
|
||||
reviewCount: "400",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minced-meat-bread-tomatoes-slices-lemon_140725-2992.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Sweet",
|
||||
name: "Baklava",
|
||||
price: "4.90€",
|
||||
rating: 5,
|
||||
reviewCount: "600",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minced-meat-bread-tomatoes-slices-lemon_140725-2992.jpg?_wi=4",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Classic",
|
||||
name: "Sudžukice",
|
||||
price: "12.50€",
|
||||
rating: 5,
|
||||
reviewCount: "350",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minced-meat-bread-tomatoes-slices-lemon_140725-2992.jpg?_wi=5",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Daily",
|
||||
name: "Homemade Flatbread",
|
||||
price: "2.00€",
|
||||
rating: 5,
|
||||
reviewCount: "900",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minced-meat-bread-tomatoes-slices-lemon_140725-2992.jpg?_wi=6",
|
||||
},
|
||||
{ id: "1", brand: "Signature", name: "Sarajevo Ćevapi", price: "14.90€", rating: 5, reviewCount: "1200", imageSrc: "http://img.b2bpic.net/free-photo/minced-meat-bread-tomatoes-slices-lemon_140725-2992.jpg?_wi=1" },
|
||||
{ id: "2", brand: "Premium", name: "Mixed Grill Platter", price: "22.50€", rating: 5, reviewCount: "850", imageSrc: "http://img.b2bpic.net/free-photo/minced-meat-bread-tomatoes-slices-lemon_140725-2992.jpg?_wi=2" },
|
||||
{ id: "3", brand: "Traditional", name: "Bosnian Coffee", price: "3.50€", rating: 5, reviewCount: "400", imageSrc: "http://img.b2bpic.net/free-photo/minced-meat-bread-tomatoes-slices-lemon_140725-2992.jpg?_wi=3" }
|
||||
]}
|
||||
title="Signature Menu Highlights"
|
||||
description="Hand-crafted delicacies prepared over an open wood-fire grill."
|
||||
@@ -182,48 +82,10 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="one-large-left-three-stacked-right"
|
||||
useInvertedBackground={false}
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Marko P.",
|
||||
role: "Foodie",
|
||||
company: "Kranj",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-happy-smiling-woman-enjoy-her-morning-french-breakfast-open-cafe-terrace-tasty-organic-food-holding-french-croissant-her-hand_291049-526.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Elena K.",
|
||||
role: "Balkan Fan",
|
||||
company: "Ljubljana",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-happy-smiling-woman-enjoy-her-morning-french-breakfast-open-cafe-terrace-tasty-organic-food-holding-french-croissant-her-hand_291049-526.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Ivan D.",
|
||||
role: "Local Regular",
|
||||
company: "Kranj",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-happy-smiling-woman-enjoy-her-morning-french-breakfast-open-cafe-terrace-tasty-organic-food-holding-french-croissant-her-hand_291049-526.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sofia V.",
|
||||
role: "Traveler",
|
||||
company: "Visitor",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-happy-smiling-woman-enjoy-her-morning-french-breakfast-open-cafe-terrace-tasty-organic-food-holding-french-croissant-her-hand_291049-526.jpg?_wi=4",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Denis H.",
|
||||
role: "Grill Enthusiast",
|
||||
company: "Kranj",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-happy-smiling-woman-enjoy-her-morning-french-breakfast-open-cafe-terrace-tasty-organic-food-holding-french-croissant-her-hand_291049-526.jpg?_wi=5",
|
||||
},
|
||||
{ id: "1", name: "Marko P.", role: "Foodie", company: "Kranj", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-happy-smiling-woman-enjoy-her-morning-french-breakfast-open-cafe-terrace-tasty-organic-food-holding-french-croissant-her-hand_291049-526.jpg?_wi=1" },
|
||||
{ id: "2", name: "Elena K.", role: "Balkan Fan", company: "Ljubljana", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-happy-smiling-woman-enjoy-her-morning-french-breakfast-open-cafe-terrace-tasty-organic-food-holding-french-croissant-her-hand_291049-526.jpg?_wi=2" }
|
||||
]}
|
||||
title="A Balkan Experience"
|
||||
description="Authentic atmosphere, generous portions, and the legendary warmth of Balkan hospitality."
|
||||
@@ -232,33 +94,23 @@ export default function LandingPage() {
|
||||
|
||||
<div id="location" data-section="location">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="Find Us"
|
||||
title="Visit Us Today"
|
||||
description="Located in the heart of Kranj at Cesta 1. maja 1a. Open daily for dine-in and delivery."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-vibrant-city-night_52683-100070.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Sarajevo Grill"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
}}
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Contact", href: "#location" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user