Merge version_1 into main #1
219
src/app/page.tsx
219
src/app/page.tsx
@@ -28,22 +28,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "products" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Katrinelund Grill"
|
||||
/>
|
||||
@@ -52,100 +40,33 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Authentic Balkan Flavors, Right in Malmö."
|
||||
description="Experience the tradition of high-quality grilling and authentic flavors in the heart of Malmö. Join us for a culinary journey."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Anna S.",
|
||||
handle: "@anna_s",
|
||||
testimonial: "Best burek in town! Truly authentic experience.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-enjoying-dessert-while-being-with-her-boyfriend-cafe_637285-9117.jpg",
|
||||
},
|
||||
{
|
||||
name: "Markus L.",
|
||||
handle: "@markusl",
|
||||
testimonial: "Great atmosphere and even better service. Highly recommended.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-having-fun-while-being-fed-by-her-boyfriend-meal-dining-room_637285-3192.jpg",
|
||||
},
|
||||
{
|
||||
name: "Sofia K.",
|
||||
handle: "@sofia_k",
|
||||
testimonial: "Everything we ordered was top notch. We will be back.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-breast-topped-with-fried-vegetables_140725-2712.jpg",
|
||||
},
|
||||
{
|
||||
name: "Erik P.",
|
||||
handle: "@erik_p",
|
||||
testimonial: "Authentic flavors that hit home. A must-visit place.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-enjoying-dinner-party_52683-132626.jpg",
|
||||
},
|
||||
{
|
||||
name: "Lina M.",
|
||||
handle: "@lina_m",
|
||||
testimonial: "The grill dishes are absolute perfection!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-scanning-qr-restaurant_23-2149357913.jpg",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#products",
|
||||
},
|
||||
{ name: "Anna S.", handle: "@anna_s", testimonial: "Best burek in town! Truly authentic experience.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-enjoying-dessert-while-being-with-her-boyfriend-cafe_637285-9117.jpg" },
|
||||
{ name: "Markus L.", handle: "@markusl", testimonial: "Great atmosphere and even better service. Highly recommended.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-having-fun-while-being-fed-by-her-boyfriend-meal-dining-room_637285-3192.jpg" },
|
||||
{ name: "Sofia K.", handle: "@sofia_k", testimonial: "Everything we ordered was top notch. We will be back.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/chicken-breast-topped-with-fried-vegetables_140725-2712.jpg" },
|
||||
{ name: "Erik P.", handle: "@erik_p", testimonial: "Authentic flavors that hit home. A must-visit place.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-enjoying-dinner-party_52683-132626.jpg" },
|
||||
{ name: "Lina M.", handle: "@lina_m", testimonial: "The grill dishes are absolute perfection!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-scanning-qr-restaurant_23-2149357913.jpg" }
|
||||
]}
|
||||
buttons={[{ text: "View Menu", href: "#products" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/two-pieces-lule-kebab-bbq-served-with-species-herbs_114579-1991.jpg"
|
||||
imageAlt="Katrinelund Grill signature dish"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/business-executives-having-meal_1170-1740.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-with-different-dishes-food_23-2147681101.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/group-young-people-having-lunch-talking-each-other-pub-focus-is-happy-woman_637285-4087.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-young-friends-restaurant_23-2148395397.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-people-enyoing-dinner-party_23-2150717841.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/business-executives-having-meal_1170-1740.jpg", alt: "Customer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/man-with-different-dishes-food_23-2147681101.jpg", alt: "Customer 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/group-young-people-having-lunch-talking-each-other-pub-focus-is-happy-woman_637285-4087.jpg", alt: "Customer 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-young-friends-restaurant_23-2148395397.jpg", alt: "Customer 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-people-enyoing-dinner-party_23-2150717841.jpg", alt: "Customer 5" }
|
||||
]}
|
||||
avatarText="Join 5,000+ satisfied guests"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Authentic Balkan Grill",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fresh Ingredients",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Traditional Recipes",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Friendly Atmosphere",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Located in Malmö",
|
||||
},
|
||||
{ type: "text", text: "Authentic Balkan Grill" },
|
||||
{ type: "text", text: "Fresh Ingredients" },
|
||||
{ type: "text", text: "Traditional Recipes" },
|
||||
{ type: "text", text: "Friendly Atmosphere" },
|
||||
{ type: "text", text: "Located in Malmö" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -156,18 +77,9 @@ export default function LandingPage() {
|
||||
title="A Passion for Balkan Tradition"
|
||||
description="At Katrinelund Grill, we believe in the power of authentic recipes passed down through generations. Our commitment is to quality ingredients and an inviting atmosphere where every guest feels like family."
|
||||
metrics={[
|
||||
{
|
||||
value: "10+",
|
||||
title: "Years of Experience",
|
||||
},
|
||||
{
|
||||
value: "5k+",
|
||||
title: "Happy Customers",
|
||||
},
|
||||
{
|
||||
value: "100%",
|
||||
title: "Authentic Ingredients",
|
||||
},
|
||||
{ value: "10+", title: "Years of Experience" },
|
||||
{ value: "5k+", title: "Happy Customers" },
|
||||
{ value: "100%", title: "Authentic Ingredients" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/low-angle-friends-enjoying-time-together_23-2148395330.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -182,42 +94,12 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Signature Burek",
|
||||
price: "89 SEK",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-azerbaijan-dish-served-with-yogurt-wooden-board-with-cutlery_114579-4522.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Classic Cevapi Plate",
|
||||
price: "149 SEK",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-saj-kebap-with-lamb-ribs-potatoes-colorful-bell-peppers-eggplants-wooden-board-table_140725-12835.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Balkan Salad Bowl",
|
||||
price: "75 SEK",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/us-labor-day-celebration-with-delicious-food_23-2150347461.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Homemade Baklava",
|
||||
price: "45 SEK",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/milk-white-chocolate-chips-plate_23-2148238812.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Grilled Vegetable Platter",
|
||||
price: "110 SEK",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pork-medallions-with-salsa_2829-16851.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Traditional Soup",
|
||||
price: "60 SEK",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mushroom-soup-table_140725-5337.jpg",
|
||||
},
|
||||
{ id: "1", name: "Signature Burek", price: "89 SEK", imageSrc: "http://img.b2bpic.net/free-photo/traditional-azerbaijan-dish-served-with-yogurt-wooden-board-with-cutlery_114579-4522.jpg" },
|
||||
{ id: "2", name: "Classic Cevapi Plate", price: "149 SEK", imageSrc: "http://img.b2bpic.net/free-photo/side-view-saj-kebap-with-lamb-ribs-potatoes-colorful-bell-peppers-eggplants-wooden-board-table_140725-12835.jpg" },
|
||||
{ id: "3", name: "Balkan Salad Bowl", price: "75 SEK", imageSrc: "http://img.b2bpic.net/free-photo/us-labor-day-celebration-with-delicious-food_23-2150347461.jpg" },
|
||||
{ id: "4", name: "Homemade Baklava", price: "45 SEK", imageSrc: "http://img.b2bpic.net/free-photo/milk-white-chocolate-chips-plate_23-2148238812.jpg" },
|
||||
{ id: "5", name: "Grilled Vegetable Platter", price: "110 SEK", imageSrc: "http://img.b2bpic.net/free-photo/pork-medallions-with-salsa_2829-16851.jpg" },
|
||||
{ id: "6", name: "Traditional Soup", price: "60 SEK", imageSrc: "http://img.b2bpic.net/free-photo/mushroom-soup-table_140725-5337.jpg" }
|
||||
]}
|
||||
title="Signature Dishes"
|
||||
description="From traditional burek to expertly grilled meats, explore our curated selection of Balkan favorites."
|
||||
@@ -226,9 +108,19 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonial" data-section="testimonial">
|
||||
<TestimonialCardSixteen
|
||||
title="What Our Guests Say"
|
||||
description="Real feedback from our satisfied diners in Malmö."
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ name: "Anna S.", handle: "@anna", testimonial: "Amazing food!", rating: 5 },
|
||||
{ name: "Markus L.", handle: "@markus", testimonial: "Authentic flavors.", rating: 5 }
|
||||
]}
|
||||
kpiItems={[
|
||||
{ value: "5.0", description: "Average Rating" },
|
||||
{ value: "5000+", description: "Satisfied Guests" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -238,25 +130,10 @@ export default function LandingPage() {
|
||||
title="Visit Us Today"
|
||||
description="Have questions about our menu, events, or reservations? Send us a message and we'll get back to you promptly."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
},
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Your Email", required: true }
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "How can we help?",
|
||||
rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
textarea={{ name: "message", placeholder: "How can we help?", rows: 4, required: true }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3406.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -264,14 +141,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Katrinelund Grill"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
}}
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Contact Us", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user