Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fb45df69f6 | |||
| a503dc75b6 | |||
| befd95704e | |||
| 2cd2290748 |
184
src/app/page.tsx
184
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Restauracja NOWA"
|
||||
/>
|
||||
@@ -55,15 +47,12 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
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."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Your Table", href: "https://surl.li/dervlr"},
|
||||
]}
|
||||
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}
|
||||
products={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
title="Signature Menu Offerings"
|
||||
description="Curated dishes inspired by the heart of Europe."
|
||||
@@ -138,26 +97,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
title="Experience Excellence"
|
||||
description="Why local diners choose us for their special occasions."
|
||||
@@ -170,45 +114,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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="What Our Guests Say"
|
||||
description="Authentic dining experiences cherished by locals and visitors alike."
|
||||
@@ -220,25 +134,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do I need a reservation?",
|
||||
content: "Yes, we highly recommend making a reservation, especially for weekends and special occasions.",
|
||||
},
|
||||
id: "f1", title: "Do I need a reservation?", content: "Yes, we highly recommend making a reservation, especially for weekends and special occasions."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Is the restaurant wheelchair accessible?",
|
||||
content: "Yes, our premises are fully accessible for guests with disabilities.",
|
||||
},
|
||||
id: "f2", title: "Is the restaurant wheelchair accessible?", content: "Yes, our premises are fully accessible for guests with disabilities."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Do you offer vegetarian options?",
|
||||
content: "Absolutely. We pride ourselves on offering a wide range of vegetarian and vegan-friendly dishes.",
|
||||
},
|
||||
id: "f3", title: "Do you offer vegetarian options?", content: "Absolutely. We pride ourselves on offering a wide range of vegetarian and vegan-friendly dishes."},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Can you host private events?",
|
||||
content: "Yes, we specialize in hosting intimate celebrations and business events. Contact us for custom menus.",
|
||||
},
|
||||
id: "f4", 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"
|
||||
sideDescription="Everything you need to know about your next visit to Restauracja NOWA."
|
||||
@@ -251,14 +153,7 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"FoodCritics Inc",
|
||||
"TravelExpert Guide",
|
||||
"CulinaryWorld Mag",
|
||||
"CityDine Daily",
|
||||
"HospitalityPro",
|
||||
"DinersAssociation",
|
||||
"GourmetRanking",
|
||||
]}
|
||||
"FoodCritics Inc", "TravelExpert Guide", "CulinaryWorld Mag", "CityDine Daily", "HospitalityPro", "DinersAssociation", "GourmetRanking"]}
|
||||
title="Recognized by City Guides"
|
||||
description="Featured in leading culinary publications for our commitment to quality."
|
||||
/>
|
||||
@@ -268,14 +163,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
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."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Table",
|
||||
href: "https://booking-link.com",
|
||||
},
|
||||
text: "Book Your Table", href: "https://surl.li/dervlr"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -286,29 +178,19 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Our Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Our Menu", href: "#menu"},
|
||||
{
|
||||
label: "Reservations",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Reservations", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -318,4 +200,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user