Update src/app/page.tsx

This commit is contained in:
2026-05-26 17:38:00 +00:00
parent 6fc6ea2f71
commit d1c7ecbfed

View File

@@ -11,6 +11,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TeamCardOne from '@/components/sections/team/TeamCardOne';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import TextAbout from '@/components/sections/about/TextAbout';
import { ArrowRight, Leaf, UtensilsCrossed, Wine } from 'lucide-react';
export default function LandingPage() {
return (
@@ -31,29 +32,17 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "#home",
},
name: "Home", id: "#home"},
{
name: "About",
id: "#about",
},
name: "About", id: "#about"},
{
name: "Menu",
id: "#menu",
},
name: "Menu", id: "#menu"},
{
name: "Features",
id: "#features",
},
name: "Features", id: "#features"},
{
name: "Team",
id: "#team",
},
name: "Team", id: "#team"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
brandName="Restaurant Špajz"
/>
@@ -65,39 +54,23 @@ export default function LandingPage() {
description="Experience the authentic flavors of Slovenia. Traditional dishes crafted with passion and local ingredients."
buttons={[
{
text: "View Menu",
href: "#menu",
},
text: "View Menu", href: "#menu"},
{
text: "Make a Reservation",
href: "#contact",
},
text: "Make a Reservation", href: "#contact"},
]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-doing-household-chores-participating-cleaning-home_23-2151468695.jpg",
imageAlt: "Cozy restaurant interior with warm lighting",
},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-doing-household-chores-participating-cleaning-home_23-2151468695.jpg", imageAlt: "Cozy restaurant interior with warm lighting"},
{
imageSrc: "http://img.b2bpic.net/free-photo/traditional-cake-flat-lay_23-2148395148.jpg",
imageAlt: "Plate of traditional Slovenian stew",
},
imageSrc: "http://img.b2bpic.net/free-photo/traditional-cake-flat-lay_23-2148395148.jpg", imageAlt: "Plate of traditional Slovenian stew"},
{
imageSrc: "http://img.b2bpic.net/free-photo/valentine-s-day-celebration-with-flowers_23-2151917786.jpg",
imageAlt: "Wine glasses on a table in a restaurant setting",
},
imageSrc: "http://img.b2bpic.net/free-photo/valentine-s-day-celebration-with-flowers_23-2151917786.jpg", imageAlt: "Wine glasses on a table in a restaurant setting"},
{
imageSrc: "http://img.b2bpic.net/free-photo/composition-different-delicious-ingredients_23-2149028612.jpg",
imageAlt: "Chef holding fresh, local ingredients",
},
imageSrc: "http://img.b2bpic.net/free-photo/composition-different-delicious-ingredients_23-2149028612.jpg", imageAlt: "Chef holding fresh, local ingredients"},
{
imageSrc: "http://img.b2bpic.net/free-photo/lovely-indian-couple-love-wear-saree-elegant-suit-sitting-restaurant-eating-ice-cream-together_627829-843.jpg",
imageAlt: "Modern restaurant interior with stylish decor",
},
imageSrc: "http://img.b2bpic.net/free-photo/lovely-indian-couple-love-wear-saree-elegant-suit-sitting-restaurant-eating-ice-cream-together_627829-843.jpg", imageAlt: "Modern restaurant interior with stylish decor"},
{
imageSrc: "http://img.b2bpic.net/free-photo/slice-chocolate-vanilla-cake-cup-tea-wrapped-by-tablecloth_114579-4240.jpg",
imageAlt: "Delicious gourmet dessert with fresh berries",
},
imageSrc: "http://img.b2bpic.net/free-photo/slice-chocolate-vanilla-cake-cup-tea-wrapped-by-tablecloth_114579-4240.jpg", imageAlt: "Delicious gourmet dessert with fresh berries"},
]}
autoplayDelay={4000}
/>
@@ -107,7 +80,6 @@ export default function LandingPage() {
<TextAbout
useInvertedBackground={true}
title="Our Story: A Taste of Slovenian Heritage"
description="Špajz, meaning pantry or larder in Slovenian, embodies our commitment to fresh, locally-sourced ingredients and time-honored recipes. We invite you to savor the rich culinary traditions of Slovenia, passed down through generations and presented with a modern touch."
/>
</div>
@@ -119,47 +91,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "menu-1",
name: "Kranjska Klobasa",
price: "€18.50",
imageSrc: "http://img.b2bpic.net/free-photo/high-protein-meal-sausage-close-up-detail_23-2149098894.jpg",
imageAlt: "Kranjska Klobasa, traditional Slovenian sausage",
},
id: "menu-1", name: "Kranjska Klobasa", price: "€18.50", imageSrc: "http://img.b2bpic.net/free-photo/high-protein-meal-sausage-close-up-detail_23-2149098894.jpg", imageAlt: "Kranjska Klobasa, traditional Slovenian sausage"},
{
id: "menu-2",
name: "Prekmurska Gibanica",
price: "€9.00",
imageSrc: "http://img.b2bpic.net/free-photo/slice-medovic-cake-black-platter_114579-17495.jpg",
imageAlt: "Prekmurska Gibanica, layered pastry cake",
},
id: "menu-2", name: "Prekmurska Gibanica", price: "€9.00", imageSrc: "http://img.b2bpic.net/free-photo/slice-medovic-cake-black-platter_114579-17495.jpg", imageAlt: "Prekmurska Gibanica, layered pastry cake"},
{
id: "menu-3",
name: "Bograč Goulash",
price: "€22.00",
imageSrc: "http://img.b2bpic.net/free-photo/homemade-chanterelle-stuffed-round-zucchini-plate_53876-101537.jpg",
imageAlt: "Hearty Bograč Goulash",
},
id: "menu-3", name: "Bograč Goulash", price: "€22.00", imageSrc: "http://img.b2bpic.net/free-photo/homemade-chanterelle-stuffed-round-zucchini-plate_53876-101537.jpg", imageAlt: "Hearty Bograč Goulash"},
{
id: "menu-4",
name: "Štruklji",
price: "€14.00",
imageSrc: "http://img.b2bpic.net/free-photo/baker-flattening-dough-with-rolling-pin-chopping-board_23-2147872759.jpg",
imageAlt: "Traditional Slovenian Štruklji dumplings",
},
id: "menu-4", name: "Štruklji", price: "€14.00", imageSrc: "http://img.b2bpic.net/free-photo/baker-flattening-dough-with-rolling-pin-chopping-board_23-2147872759.jpg", imageAlt: "Traditional Slovenian Štruklji dumplings"},
{
id: "menu-5",
name: "Jota Soup",
price: "€12.50",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-hash-traditional-azerbaijani-dish-kyasa-plate-with-onions-crackers_140725-11446.jpg",
imageAlt: "Jota, traditional Slovenian cabbage and bean soup",
},
id: "menu-5", name: "Jota Soup", price: "€12.50", imageSrc: "http://img.b2bpic.net/free-photo/side-view-hash-traditional-azerbaijani-dish-kyasa-plate-with-onions-crackers_140725-11446.jpg", imageAlt: "Jota, traditional Slovenian cabbage and bean soup"},
{
id: "menu-6",
name: "Potica",
price: "€8.00",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-colomba-with-almonds-flowers_23-2149341679.jpg",
imageAlt: "Potica, Slovenian nut roll",
},
id: "menu-6", name: "Potica", price: "€8.00", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-colomba-with-almonds-flowers_23-2149341679.jpg", imageAlt: "Potica, Slovenian nut roll"},
]}
title="Our Exquisite Menu"
description="From traditional Slovenian classics to innovative seasonal creations, our menu celebrates the best of local produce and culinary craftsmanship."
@@ -172,32 +114,16 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Private Dining",
description: "Enjoy an intimate and exclusive dining experience in our beautifully appointed private rooms, perfect for celebrations or business meetings.",
imageSrc: "http://img.b2bpic.net/free-photo/couple-holding-hands-table-restaurant_23-2148014447.jpg",
imageAlt: "Elegant private dining room",
buttonIcon: "ArrowRight",
title: "Private Dining", description: "Enjoy an intimate and exclusive dining experience in our beautifully appointed private rooms, perfect for celebrations or business meetings.", imageSrc: "http://img.b2bpic.net/free-photo/couple-holding-hands-table-restaurant_23-2148014447.jpg", imageAlt: "Elegant private dining room", buttonIcon: ArrowRight,
},
{
title: "Farm-to-Table Philosophy",
description: "We partner with local Slovenian farmers to source the freshest seasonal ingredients, ensuring quality and supporting our community.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-cook-with-basket-full-fresh-vegetables-dark-food-color-meal-salad-kitchen-cuisine_179666-43989.jpg",
imageAlt: "Chef with fresh local produce",
buttonIcon: "Leaf",
title: "Farm-to-Table Philosophy", description: "We partner with local Slovenian farmers to source the freshest seasonal ingredients, ensuring quality and supporting our community.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-cook-with-basket-full-fresh-vegetables-dark-food-color-meal-salad-kitchen-cuisine_179666-43989.jpg", imageAlt: "Chef with fresh local produce", buttonIcon: Leaf,
},
{
title: "Cooking Workshops",
description: "Learn the secrets of Slovenian cuisine from our expert chefs. Our interactive workshops offer a hands-on journey into traditional recipes.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-pouring-food-bowl_23-2149008762.jpg",
imageAlt: "Cooking class with participants",
buttonIcon: "UtensilsCrossed",
title: "Cooking Workshops", description: "Learn the secrets of Slovenian cuisine from our expert chefs. Our interactive workshops offer a hands-on journey into traditional recipes.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-pouring-food-bowl_23-2149008762.jpg", imageAlt: "Cooking class with participants", buttonIcon: UtensilsCrossed,
},
{
title: "Slovenian Wine Pairings",
description: "Complement your meal with a selection from our extensive cellar, featuring the finest Slovenian wines, expertly paired by our sommelier.",
imageSrc: "http://img.b2bpic.net/free-photo/christmas-dinner-concept-with-man_23-2147715614.jpg",
imageAlt: "Sommelier pouring wine",
buttonIcon: "Wine",
title: "Slovenian Wine Pairings", description: "Complement your meal with a selection from our extensive cellar, featuring the finest Slovenian wines, expertly paired by our sommelier.", imageSrc: "http://img.b2bpic.net/free-photo/christmas-dinner-concept-with-man_23-2147715614.jpg", imageAlt: "Sommelier pouring wine", buttonIcon: Wine,
},
]}
title="Beyond the Plate: Our Offerings"
@@ -213,25 +139,15 @@ export default function LandingPage() {
author="Luka Petrovič, Food Critic"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-stately-ginger-fellow-stylish-navy-t-shirt-smiling-showing-ok-sign-looking-camera-while-posing-blue-studio-background-human-facial-expressions-sincer_639032-2122.jpg",
alt: "Luka Petrovič",
},
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-stately-ginger-fellow-stylish-navy-t-shirt-smiling-showing-ok-sign-looking-camera-while-posing-blue-studio-background-human-facial-expressions-sincer_639032-2122.jpg", alt: "Luka Petrovič"},
{
src: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg",
alt: "Ana Kovač",
},
src: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg", alt: "Ana Kovač"},
{
src: "http://img.b2bpic.net/free-photo/old-age-thoughts-concept_273609-43793.jpg",
alt: "Marko Novak",
},
src: "http://img.b2bpic.net/free-photo/old-age-thoughts-concept_273609-43793.jpg", alt: "Marko Novak"},
{
src: "http://img.b2bpic.net/free-photo/smiling-african-rastafarian-male-wearing-blue-shirt-beanie-studio-portrait-blue-background_613910-11516.jpg",
alt: "Sara Slapnik",
},
src: "http://img.b2bpic.net/free-photo/smiling-african-rastafarian-male-wearing-blue-shirt-beanie-studio-portrait-blue-background_613910-11516.jpg", alt: "Sara Slapnik"},
{
src: "http://img.b2bpic.net/free-photo/man-with-glasses-talking-his-phone_23-2148422139.jpg",
alt: "Žiga Zajc",
},
src: "http://img.b2bpic.net/free-photo/man-with-glasses-talking-his-phone_23-2148422139.jpg", alt: "Žiga Zajc"},
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -246,26 +162,11 @@ export default function LandingPage() {
useInvertedBackground={true}
members={[
{
id: "team-1",
name: "Chef Andrej",
role: "Head Chef",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-chef-kitchen_23-2148471923.jpg",
imageAlt: "Head Chef Andrej",
},
id: "team-1", name: "Chef Andrej", role: "Head Chef", imageSrc: "http://img.b2bpic.net/free-photo/portrait-chef-kitchen_23-2148471923.jpg", imageAlt: "Head Chef Andrej"},
{
id: "team-2",
name: "Anja Horvat",
role: "Restaurant Manager",
imageSrc: "http://img.b2bpic.net/free-photo/brunette-businesswoman-using-her-tablet_23-2148142769.jpg",
imageAlt: "Anja Horvat, Restaurant Manager",
},
id: "team-2", name: "Anja Horvat", role: "Restaurant Manager", imageSrc: "http://img.b2bpic.net/free-photo/brunette-businesswoman-using-her-tablet_23-2148142769.jpg", imageAlt: "Anja Horvat, Restaurant Manager"},
{
id: "team-3",
name: "Miha Zupan",
role: "Sous Chef",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-preparing-dessert_23-2148972040.jpg",
imageAlt: "Miha Zupan, Sous Chef",
},
id: "team-3", name: "Miha Zupan", role: "Sous Chef", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-preparing-dessert_23-2148972040.jpg", imageAlt: "Miha Zupan, Sous Chef"},
]}
title="Meet Our Passionate Team"
description="Our dedicated chefs and attentive staff are committed to providing you with an exceptional dining experience, from the kitchen to your table."
@@ -279,45 +180,25 @@ export default function LandingPage() {
description="We look forward to welcoming you to Restaurant Špajz. For reservations, inquiries, or private event bookings, please contact us using the form below."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
name: "email",
type: "email",
placeholder: "Your Email",
required: true,
name: "email", type: "email", placeholder: "Your Email", required: true,
},
{
name: "phone",
type: "tel",
placeholder: "Phone Number",
name: "phone", type: "tel", placeholder: "Phone Number"},
{
name: "date", type: "date", placeholder: "Reservation Date", required: true,
},
{
name: "date",
type: "date",
placeholder: "Reservation Date",
required: true,
name: "time", type: "time", placeholder: "Reservation Time", required: true,
},
{
name: "time",
type: "time",
placeholder: "Reservation Time",
required: true,
},
{
name: "guests",
type: "number",
placeholder: "Number of Guests",
required: true,
name: "guests", type: "number", placeholder: "Number of Guests", required: true,
},
]}
textarea={{
name: "message",
placeholder: "Your Message / Special Requests",
rows: 4,
name: "message", placeholder: "Your Message / Special Requests", rows: 4,
}}
imageSrc="http://img.b2bpic.net/free-photo/serving-table-young-woman-swhite-shirt-putting-plates-table_259150-59713.jpg"
imageAlt="Elegant restaurant interior with empty tables"
@@ -334,58 +215,35 @@ export default function LandingPage() {
logoText="Špajz"
columns={[
{
title: "Explore",
items: [
title: "Explore", items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Our Menu",
href: "#menu",
},
label: "Our Menu", href: "#menu"},
{
label: "Features",
href: "#features",
},
label: "Features", href: "#features"},
{
label: "Team",
href: "#team",
},
label: "Team", href: "#team"},
],
},
{
title: "Visit",
items: [
title: "Visit", items: [
{
label: "Reservations",
href: "#contact",
},
label: "Reservations", href: "#contact"},
{
label: "Location",
href: "#contact",
},
label: "Location", href: "#contact"},
{
label: "Hours",
href: "#contact",
},
label: "Hours", href: "#contact"},
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{
label: "Instagram",
href: "#",
},
label: "Instagram", href: "#"},
{
label: "Facebook",
href: "#",
},
label: "Facebook", href: "#"},
{
label: "Email",
href: "mailto:info@spajz.com",
},
label: "Email", href: "mailto:info@spajz.com"},
],
},
]}