Merge version_2 into main #1

Merged
bender merged 1 commits from version_2 into main 2026-03-25 21:31:59 +00:00

View File

@@ -30,25 +30,15 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Menu",
id: "menu",
},
name: "Menu", id: "menu"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Testimonials",
id: "testimonials",
},
name: "Testimonials", id: "testimonials"},
{
name: "FAQ",
id: "faq",
},
name: "FAQ", id: "faq"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="River Terrace"
bottomLeftText="Culinary Excellence"
@@ -59,44 +49,33 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCentered
background={{
variant: "rotated-rays-static",
}}
variant: "rotated-rays-static"}}
title="Experience Culinary Excellence at River Terrace"
description="Nestled by the tranquil river, River Terrace offers an exquisite dining experience with a menu crafted from the freshest seasonal ingredients. Join us for an unforgettable meal."
avatars={[
{
src: "http://img.b2bpic.net/free-photo/side-view-man-luxury-restaurant_23-2150598342.jpg",
alt: "Chef Alessandro",
},
src: "http://img.b2bpic.net/free-photo/side-view-man-luxury-restaurant_23-2150598342.jpg", alt: "Chef Alessandro"},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-working_23-2148899726.jpg",
alt: "Sommelier Isabella",
},
src: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-working_23-2148899726.jpg", alt: "Sommelier Isabella"},
{
src: "http://img.b2bpic.net/free-photo/portrait-barista-boy-cafe_23-2148436241.jpg",
alt: "Pastry Chef Marco",
},
src: "http://img.b2bpic.net/free-photo/portrait-barista-boy-cafe_23-2148436241.jpg", alt: "Pastry Chef Marco"},
{
src: "http://img.b2bpic.net/free-photo/handsome-bartender-making-drinking-cocktails-counter_1303-19952.jpg",
alt: "Mixologist Elena",
},
src: "http://img.b2bpic.net/free-photo/handsome-bartender-making-drinking-cocktails-counter_1303-19952.jpg", alt: "Mixologist Elena"},
{
src: "http://img.b2bpic.net/free-photo/woman-using-digital-tablet-cafe_1170-737.jpg",
alt: "Hostess Sofia",
},
src: "http://img.b2bpic.net/free-photo/woman-using-digital-tablet-cafe_1170-737.jpg", alt: "Hostess Sofia"},
]}
avatarText="Our Dedicated Team"
buttons={[
{
text: "View Menu",
href: "#menu",
},
text: "View Menu", href: "#menu"},
{
text: "Make a Reservation",
href: "#contact",
},
text: "Make a Reservation", href: "#contact"},
]}
buttonAnimation="slide-up"
marqueeItems={[
{
type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSENUHhZtVcL1L6irtpOByQTBa/uploaded-1774474292603-bgb6l2mw.png", alt: "New decorative image"},
]}
/>
</div>
@@ -119,37 +98,13 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "scallops",
name: "Pan-Seared Scallops",
price: "$32",
variant: "Appetizer",
imageSrc: "http://img.b2bpic.net/free-photo/salmon-bruschetta-with-cucumber-mozzarella-dill-red-onion-dried-tomato-lime_141793-2269.jpg",
imageAlt: "Pan-Seared Scallops with Lemon Butter Sauce",
},
id: "scallops", name: "Pan-Seared Scallops", price: "$32", variant: "Appetizer", imageSrc: "http://img.b2bpic.net/free-photo/salmon-bruschetta-with-cucumber-mozzarella-dill-red-onion-dried-tomato-lime_141793-2269.jpg", imageAlt: "Pan-Seared Scallops with Lemon Butter Sauce"},
{
id: "duck-breast",
name: "Roasted Duck Breast",
price: "$48",
variant: "Main Course",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-roasted-chicken-with-grilled-tomato-fresh-herbs-sauce-plate-wood_141793-11158.jpg",
imageAlt: "Roasted Duck Breast with Cherry Reduction",
},
id: "duck-breast", name: "Roasted Duck Breast", price: "$48", variant: "Main Course", imageSrc: "http://img.b2bpic.net/free-photo/side-view-roasted-chicken-with-grilled-tomato-fresh-herbs-sauce-plate-wood_141793-11158.jpg", imageAlt: "Roasted Duck Breast with Cherry Reduction"},
{
id: "risotto",
name: "Wild Mushroom Risotto",
price: "$28",
variant: "Vegetarian Main",
imageSrc: "http://img.b2bpic.net/free-photo/black-rice-with-seafood-isolated-white-background_123827-32435.jpg",
imageAlt: "Creamy Wild Mushroom Risotto with Parmesan",
},
id: "risotto", name: "Wild Mushroom Risotto", price: "$28", variant: "Vegetarian Main", imageSrc: "http://img.b2bpic.net/free-photo/black-rice-with-seafood-isolated-white-background_123827-32435.jpg", imageAlt: "Creamy Wild Mushroom Risotto with Parmesan"},
{
id: "chocolate-lava",
name: "Decadent Chocolate Lava Cake",
price: "$15",
variant: "Dessert",
imageSrc: "http://img.b2bpic.net/free-photo/table-setting_74190-1957.jpg",
imageAlt: "Warm Chocolate Lava Cake with Vanilla Bean Ice Cream",
},
id: "chocolate-lava", name: "Decadent Chocolate Lava Cake", price: "$15", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/table-setting_74190-1957.jpg", imageAlt: "Warm Chocolate Lava Cake with Vanilla Bean Ice Cream"},
]}
title="Chef's Specials"
description="Discover our curated selection of dishes, each a masterpiece of flavor and presentation. From succulent seafood to prime cuts and vibrant vegetarian options, there's something to delight every palate."
@@ -164,40 +119,15 @@ export default function LandingPage() {
carouselMode="buttons"
testimonials={[
{
id: "1",
name: "Sophia L.",
role: "Food Critic",
testimonial: "River Terrace is an absolute gem! The ambiance is enchanting, and every dish is a culinary masterpiece. The pan-seared scallops were simply divine.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-woman-holding-mobile-phone_171337-4024.jpg",
},
id: "1", name: "Sophia L.", role: "Food Critic", testimonial: "River Terrace is an absolute gem! The ambiance is enchanting, and every dish is a culinary masterpiece. The pan-seared scallops were simply divine.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-woman-holding-mobile-phone_171337-4024.jpg"},
{
id: "2",
name: "David M.",
role: "Local Resident",
testimonial: "Consistently excellent! The service is impeccable, and the roasted duck breast is a must-try. A perfect spot for special occasions or a lovely evening out.",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-amazed-caucasian-guy-agreeing-showing-okay-signs-looking-impressed-recommending-produ_1258-110841.jpg",
},
id: "2", name: "David M.", role: "Local Resident", testimonial: "Consistently excellent! The service is impeccable, and the roasted duck breast is a must-try. A perfect spot for special occasions or a lovely evening out.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-amazed-caucasian-guy-agreeing-showing-okay-signs-looking-impressed-recommending-produ_1258-110841.jpg"},
{
id: "3",
name: "Elena R.",
role: "Travel Blogger",
testimonial: "Visiting River Terrace was the highlight of our trip. The wild mushroom risotto was incredibly flavorful, and the river view made it truly magical. Highly recommend!",
imageSrc: "http://img.b2bpic.net/free-photo/trendy-young-woman-paying-attention-with-her-hand-her-ear_1298-542.jpg",
},
id: "3", name: "Elena R.", role: "Travel Blogger", testimonial: "Visiting River Terrace was the highlight of our trip. The wild mushroom risotto was incredibly flavorful, and the river view made it truly magical. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/trendy-young-woman-paying-attention-with-her-hand-her-ear_1298-542.jpg"},
{
id: "4",
name: "Michael S.",
role: "Gourmet Enthusiast",
testimonial: "From the moment we arrived, we felt welcomed. The wine pairing recommendations were spot on, and the dessert was a perfect ending to an extraordinary meal.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-pretty-mulatto-woman-with-trendy-make-up-standing-with-arms-crossed-office-indoor-photo-female-black-employee-posing-with-international-colleagues-gently-smile_197531-3788.jpg",
},
id: "4", name: "Michael S.", role: "Gourmet Enthusiast", testimonial: "From the moment we arrived, we felt welcomed. The wine pairing recommendations were spot on, and the dessert was a perfect ending to an extraordinary meal.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-pretty-mulatto-woman-with-trendy-make-up-standing-with-arms-crossed-office-indoor-photo-female-black-employee-posing-with-international-colleagues-gently-smile_197531-3788.jpg"},
{
id: "5",
name: "Olivia K.",
role: "Event Planner",
testimonial: "We hosted a private event here, and everything was flawless. The staff went above and beyond, and our guests raved about the food and the beautiful setting.",
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-surprised-expression_1194-2599.jpg",
},
id: "5", name: "Olivia K.", role: "Event Planner", testimonial: "We hosted a private event here, and everything was flawless. The staff went above and beyond, and our guests raved about the food and the beautiful setting.", imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-surprised-expression_1194-2599.jpg"},
]}
title="What Our Guests Say"
description="Hear what our cherished patrons have to say about their dining experiences at River Terrace. Their words reflect our commitment to excellence."
@@ -210,30 +140,15 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "Do you accommodate dietary restrictions?",
content: "Yes, our chefs are happy to accommodate most dietary restrictions and allergies. Please inform us when making your reservation or upon arrival, and we will do our best to tailor your meal.",
},
id: "1", title: "Do you accommodate dietary restrictions?", content: "Yes, our chefs are happy to accommodate most dietary restrictions and allergies. Please inform us when making your reservation or upon arrival, and we will do our best to tailor your meal."},
{
id: "2",
title: "How do I make a reservation?",
content: "Reservations can be made directly through our website via the contact form, or by calling us during opening hours. We recommend booking in advance, especially for weekend evenings.",
},
id: "2", title: "How do I make a reservation?", content: "Reservations can be made directly through our website via the contact form, or by calling us during opening hours. We recommend booking in advance, especially for weekend evenings."},
{
id: "3",
title: "Do you have vegetarian/vegan options?",
content: "Absolutely! Our menu features a selection of thoughtfully crafted vegetarian and vegan dishes. Please speak with your server for recommendations or any special requests.",
},
id: "3", title: "Do you have vegetarian/vegan options?", content: "Absolutely! Our menu features a selection of thoughtfully crafted vegetarian and vegan dishes. Please speak with your server for recommendations or any special requests."},
{
id: "4",
title: "What are your opening hours?",
content: "We are open for dinner Tuesday through Saturday, from 5:00 PM to 10:00 PM. We are closed on Sundays and Mondays. Special holiday hours may apply, please check our social media for updates.",
},
id: "4", title: "What are your opening hours?", content: "We are open for dinner Tuesday through Saturday, from 5:00 PM to 10:00 PM. We are closed on Sundays and Mondays. Special holiday hours may apply, please check our social media for updates."},
{
id: "5",
title: "Do you offer private dining or event space?",
content: "Yes, River Terrace has private dining options perfect for intimate gatherings, corporate events, or celebrations. Please contact us directly to discuss your event requirements and availability.",
},
id: "5", title: "Do you offer private dining or event space?", content: "Yes, River Terrace has private dining options perfect for intimate gatherings, corporate events, or celebrations. Please contact us directly to discuss your event requirements and availability."},
]}
title="Your Questions, Answered"
description="Have questions about reservations, dietary needs, or private events? Find answers to our most common inquiries here."
@@ -248,42 +163,22 @@ export default function LandingPage() {
description="Plan your visit to River Terrace. Make a reservation, ask a question, or inquire about private events. We look forward to welcoming you."
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",
},
name: "date", type: "date", placeholder: "Reservation Date"},
{
name: "time",
type: "time",
placeholder: "Reservation Time",
},
name: "time", type: "time", placeholder: "Reservation Time"},
{
name: "guests",
type: "number",
placeholder: "Number of Guests",
},
name: "guests", type: "number", placeholder: "Number of Guests"},
]}
textarea={{
name: "message",
placeholder: "Special Requests or Message",
rows: 4,
name: "message", placeholder: "Special Requests or Message", rows: 4,
}}
imageSrc="http://img.b2bpic.net/free-photo/spacious-residential-complex-waterfront-with-reflection-modern-building-construction_169016-69211.jpg"
imageAlt="River Terrace restaurant exterior by the river"
@@ -297,16 +192,12 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="River Terrace"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
text: "Privacy Policy", href: "#"}}
rightLink={{
text: "Terms of Service",
href: "#",
}}
text: "Terms of Service", href: "#"}}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}