4 Commits

Author SHA1 Message Date
fb45df69f6 Update src/app/page.tsx 2026-05-12 09:37:55 +00:00
a503dc75b6 Merge version_2 into main
Merge version_2 into main
2026-05-12 09:35:08 +00:00
befd95704e Update src/app/page.tsx 2026-05-12 09:35:05 +00:00
2cd2290748 Merge version_1 into main
Merge version_1 into main
2026-05-12 09:32:44 +00:00

View File

@@ -32,21 +32,13 @@ export default function LandingPage() {
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "About", name: "About", id: "about"},
id: "about",
},
{ {
name: "Menu", name: "Menu", id: "menu"},
id: "menu",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="Restauracja NOWA" brandName="Restauracja NOWA"
/> />
@@ -55,15 +47,12 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardScroll <HeroBillboardScroll
background={{ background={{
variant: "gradient-bars", variant: "gradient-bars"}}
}}
title="Discover Exceptional Dining at Restauracja NOWA" title="Discover Exceptional Dining at Restauracja NOWA"
description="Experience authentic flavors and warm hospitality in our thoughtfully designed space. Reserve your table today for an unforgettable meal." description="Experience authentic flavors and warm hospitality in our thoughtfully designed space. Reserve your table today for an unforgettable meal."
buttons={[ buttons={[
{ {
text: "Book Your Table", text: "Book Your Table", href: "https://surl.li/dervlr"},
href: "#contact",
},
]} ]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DcOlznS6pMH4TRQ6VSjZfpv3P6/uploaded-1778578355567-6sqz0ziz.jpg" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DcOlznS6pMH4TRQ6VSjZfpv3P6/uploaded-1778578355567-6sqz0ziz.jpg"
/> />
@@ -84,47 +73,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "1", id: "1", name: "Wild Mushroom Risotto", price: "$28", variant: "Seasonal", imageSrc: "http://img.b2bpic.net/free-photo/top-view-crepes-with-red-caviar-cream-garnished-with-parsley_141793-2431.jpg"},
name: "Wild Mushroom Risotto",
price: "$28",
variant: "Seasonal",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-crepes-with-red-caviar-cream-garnished-with-parsley_141793-2431.jpg",
},
{ {
id: "2", id: "2", name: "Braised Lamb Shank", price: "$34", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/hot-california-sushi-rolls-with-red-caviar_114579-2128.jpg"},
name: "Braised Lamb Shank",
price: "$34",
variant: "Signature",
imageSrc: "http://img.b2bpic.net/free-photo/hot-california-sushi-rolls-with-red-caviar_114579-2128.jpg",
},
{ {
id: "3", id: "3", name: "Roasted Atlantic Salmon", price: "$32", variant: "Fresh", imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-delicious-cake-with-chocolate-raisins-light-dark-background_140725-132614.jpg"},
name: "Roasted Atlantic Salmon",
price: "$32",
variant: "Fresh",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-delicious-cake-with-chocolate-raisins-light-dark-background_140725-132614.jpg",
},
{ {
id: "4", id: "4", name: "Homemade Truffle Pasta", price: "$26", variant: "Handmade", imageSrc: "http://img.b2bpic.net/free-photo/seasonal-salad-with-roka-leaves-tomato-slices_114579-1759.jpg"},
name: "Homemade Truffle Pasta",
price: "$26",
variant: "Handmade",
imageSrc: "http://img.b2bpic.net/free-photo/seasonal-salad-with-roka-leaves-tomato-slices_114579-1759.jpg",
},
{ {
id: "5", id: "5", name: "Dry-Aged Ribeye Steak", price: "$42", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/lamb-chicken-burger-without-top-bun-with-mushroom-herbs-tomato-sauce_140725-8320.jpg"},
name: "Dry-Aged Ribeye Steak",
price: "$42",
variant: "Premium",
imageSrc: "http://img.b2bpic.net/free-photo/lamb-chicken-burger-without-top-bun-with-mushroom-herbs-tomato-sauce_140725-8320.jpg",
},
{ {
id: "6", id: "6", name: "Classic Tiramisu", price: "$12", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-conchiglie-with-vegetables-plate-knife-red-stripped-towel-gray-background_140725-138716.jpg"},
name: "Classic Tiramisu",
price: "$12",
variant: "Dessert",
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-conchiglie-with-vegetables-plate-knife-red-stripped-towel-gray-background_140725-138716.jpg",
},
]} ]}
title="Signature Menu Offerings" title="Signature Menu Offerings"
description="Curated dishes inspired by the heart of Europe." description="Curated dishes inspired by the heart of Europe."
@@ -138,26 +97,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ metrics={[
{ {
id: "1", id: "1", value: "15+", title: "Years of Tradition", description: "Dedicated to authentic culinary art.", imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-women-having-meal-together-using-digital-devices_53876-13795.jpg"},
value: "15+",
title: "Years of Tradition",
description: "Dedicated to authentic culinary art.",
imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-women-having-meal-together-using-digital-devices_53876-13795.jpg",
},
{ {
id: "2", id: "2", value: "10k+", title: "Happy Diners", description: "Served with warmth and care.", imageSrc: "http://img.b2bpic.net/free-photo/woman-scanning-qr-code-with-phone-high-angle_23-2149357878.jpg"},
value: "10k+",
title: "Happy Diners",
description: "Served with warmth and care.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-scanning-qr-code-with-phone-high-angle_23-2149357878.jpg",
},
{ {
id: "3", id: "3", value: "100%", title: "Fresh Ingredients", description: "Locally sourced and seasonal.", imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149727969.jpg"},
value: "100%",
title: "Fresh Ingredients",
description: "Locally sourced and seasonal.",
imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149727969.jpg",
},
]} ]}
title="Experience Excellence" title="Experience Excellence"
description="Why local diners choose us for their special occasions." description="Why local diners choose us for their special occasions."
@@ -170,45 +114,15 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", title: "Fantastic Experience", quote: "The food and atmosphere are impeccable. Highly recommended for special occasions.", name: "Sarah Johnson", role: "Local Diner", imageSrc: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg"},
title: "Fantastic Experience",
quote: "The food and atmosphere are impeccable. Highly recommended for special occasions.",
name: "Sarah Johnson",
role: "Local Diner",
imageSrc: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg",
},
{ {
id: "2", id: "2", title: "Culinary Excellence", quote: "Truly the best authentic European cuisine I've had in the city. The service is exceptional.", name: "Michael Chen", role: "Food Critic", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-hipster-guy-sitting-with-woman-cafe_273609-6829.jpg"},
title: "Culinary Excellence",
quote: "Truly the best authentic European cuisine I've had in the city. The service is exceptional.",
name: "Michael Chen",
role: "Food Critic",
imageSrc: "http://img.b2bpic.net/free-photo/fashionable-hipster-guy-sitting-with-woman-cafe_273609-6829.jpg",
},
{ {
id: "3", id: "3", title: "Wonderful Evening", quote: "Perfect spot for a date night. Everything from the starters to dessert was divine.", name: "Emily Rodriguez", role: "Visitor", imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663852.jpg"},
title: "Wonderful Evening",
quote: "Perfect spot for a date night. Everything from the starters to dessert was divine.",
name: "Emily Rodriguez",
role: "Visitor",
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663852.jpg",
},
{ {
id: "4", id: "4", title: "Highly Recommended", quote: "The signature lamb was perfection. I will definitely be returning for my birthday.", name: "David Kim", role: "Local Resident", imageSrc: "http://img.b2bpic.net/free-photo/very-elegant-woman-looking-away_329181-7317.jpg"},
title: "Highly Recommended",
quote: "The signature lamb was perfection. I will definitely be returning for my birthday.",
name: "David Kim",
role: "Local Resident",
imageSrc: "http://img.b2bpic.net/free-photo/very-elegant-woman-looking-away_329181-7317.jpg",
},
{ {
id: "5", id: "5", title: "Professional and Warm", quote: "Great business lunch spot. Professional service paired with delicious meals.", name: "Anna Petrova", role: "Professional", imageSrc: "http://img.b2bpic.net/free-photo/stylish-businessman-working-office_1157-21037.jpg"},
title: "Professional and Warm",
quote: "Great business lunch spot. Professional service paired with delicious meals.",
name: "Anna Petrova",
role: "Professional",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-businessman-working-office_1157-21037.jpg",
},
]} ]}
title="What Our Guests Say" title="What Our Guests Say"
description="Authentic dining experiences cherished by locals and visitors alike." description="Authentic dining experiences cherished by locals and visitors alike."
@@ -220,25 +134,13 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "f1", id: "f1", title: "Do I need a reservation?", content: "Yes, we highly recommend making a reservation, especially for weekends and special occasions."},
title: "Do I need a reservation?",
content: "Yes, we highly recommend making a reservation, especially for weekends and special occasions.",
},
{ {
id: "f2", id: "f2", title: "Is the restaurant wheelchair accessible?", content: "Yes, our premises are fully accessible for guests with disabilities."},
title: "Is the restaurant wheelchair accessible?",
content: "Yes, our premises are fully accessible for guests with disabilities.",
},
{ {
id: "f3", id: "f3", title: "Do you offer vegetarian options?", content: "Absolutely. We pride ourselves on offering a wide range of vegetarian and vegan-friendly dishes."},
title: "Do you offer vegetarian options?",
content: "Absolutely. We pride ourselves on offering a wide range of vegetarian and vegan-friendly dishes.",
},
{ {
id: "f4", id: "f4", title: "Can you host private events?", content: "Yes, we specialize in hosting intimate celebrations and business events. Contact us for custom menus."},
title: "Can you host private events?",
content: "Yes, we specialize in hosting intimate celebrations and business events. Contact us for custom menus.",
},
]} ]}
sideTitle="Common Questions" sideTitle="Common Questions"
sideDescription="Everything you need to know about your next visit to Restauracja NOWA." sideDescription="Everything you need to know about your next visit to Restauracja NOWA."
@@ -251,14 +153,7 @@ export default function LandingPage() {
textboxLayout="split" textboxLayout="split"
useInvertedBackground={false} useInvertedBackground={false}
names={[ names={[
"FoodCritics Inc", "FoodCritics Inc", "TravelExpert Guide", "CulinaryWorld Mag", "CityDine Daily", "HospitalityPro", "DinersAssociation", "GourmetRanking"]}
"TravelExpert Guide",
"CulinaryWorld Mag",
"CityDine Daily",
"HospitalityPro",
"DinersAssociation",
"GourmetRanking",
]}
title="Recognized by City Guides" title="Recognized by City Guides"
description="Featured in leading culinary publications for our commitment to quality." description="Featured in leading culinary publications for our commitment to quality."
/> />
@@ -268,14 +163,11 @@ export default function LandingPage() {
<ContactText <ContactText
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "gradient-bars", variant: "gradient-bars"}}
}}
text="Join us for an unforgettable dining experience at Restauracja NOWA. Book your table online and secure your spot today." text="Join us for an unforgettable dining experience at Restauracja NOWA. Book your table online and secure your spot today."
buttons={[ buttons={[
{ {
text: "Book Your Table", text: "Book Your Table", href: "https://surl.li/dervlr"},
href: "https://booking-link.com",
},
]} ]}
/> />
</div> </div>
@@ -286,29 +178,19 @@ export default function LandingPage() {
{ {
items: [ items: [
{ {
label: "About Us", label: "About Us", href: "#about"},
href: "#about",
},
{ {
label: "Our Menu", label: "Our Menu", href: "#menu"},
href: "#menu",
},
{ {
label: "Reservations", label: "Reservations", href: "#contact"},
href: "#contact",
},
], ],
}, },
{ {
items: [ items: [
{ {
label: "Privacy Policy", label: "Privacy Policy", href: "#"},
href: "#",
},
{ {
label: "Terms of Service", label: "Terms of Service", href: "#"},
href: "#",
},
], ],
}, },
]} ]}
@@ -318,4 +200,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }