Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 503fef551c | |||
| 28bbb66c94 | |||
| 8671de5a6f |
@@ -154,16 +154,18 @@ export default function LandingPage() {
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardTen
|
||||
useInvertedBackground={true}
|
||||
title="Meet Our Culinary Team"
|
||||
tag="Behind the Flavors"
|
||||
title="Our Leadership Team"
|
||||
tag="Guiding Bones Restaurant"
|
||||
membersAnimation="slide-up"
|
||||
members={[
|
||||
{
|
||||
id: "member-1", name: "Chef John Doe", imageSrc: "http://img.b2bpic.net/free-photo/portrait-friendly-waitress-work_329181-2068.jpg", imageAlt: "Chef John Doe"},
|
||||
id: "member-1", name: "David Chen", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/team1.jpg", imageAlt: "David Chen, CEO & Founder"},
|
||||
{
|
||||
id: "member-2", name: "Sous Chef Jane Smith", imageSrc: "http://img.b2bpic.net/free-photo/man-sniffs-vegetables-dark-pan_114579-30622.jpg", imageAlt: "Sous Chef Jane Smith"},
|
||||
id: "member-2", name: "Sophia Rodriguez", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/team2.jpg", imageAlt: "Sophia Rodriguez, Restaurant Manager"},
|
||||
{
|
||||
id: "member-3", name: "Pastry Chef Emily White", imageSrc: "http://img.b2bpic.net/free-photo/young-male-cook-wearing-chef-uniform-holding-points-with-hand-cake-plate-isolated-pink-wall_141793-36740.jpg", imageAlt: "Pastry Chef Emily White"},
|
||||
id: "member-3", name: "Chef Alex Volkov", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/team3.jpg", imageAlt: "Chef Alex Volkov, Executive Chef"},
|
||||
{
|
||||
id: "member-4", name: "Maria Lopez", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/team4.jpg", imageAlt: "Maria Lopez, Operations Director"},
|
||||
]}
|
||||
memberVariant="card"
|
||||
/>
|
||||
@@ -176,18 +178,18 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t-1", name: "Sarah J.", role: "Food Enthusiast", testimonial: "The best steak I've ever had! Every dish was a masterpiece, and the service was impeccable. Truly a five-star experience.", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-restaurant_23-2148006620.jpg", imageAlt: "Customer Sarah J."},
|
||||
id: "t-1", name: "Sarah J.", role: "Satisfied Diner", testimonial: "A truly five-star experience! The steak was incredible, and the service was beyond compare. Bones Restaurant consistently delivers excellence.", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-restaurant_23-2148006620.jpg", imageAlt: "Community member Sarah J."},
|
||||
{
|
||||
id: "t-2", name: "Michael C.", role: "Regular Patron", testimonial: "An incredible atmosphere and truly exceptional service. Bones is our new favorite spot for special occasions and regular dinners.", imageSrc: "http://img.b2bpic.net/free-photo/man-with-notebook-using-smartphone_23-2147793066.jpg", imageAlt: "Customer Michael C."},
|
||||
id: "t-2", name: "Michael C.", role: "Returning Guest", testimonial: "The atmosphere here is wonderful, and the food never disappoints. Highly recommend Bones for any occasion, a true community favorite!", imageSrc: "http://img.b2bpic.net/free-photo/man-with-notebook-using-smartphone_23-2147793066.jpg", imageAlt: "Community member Michael C."},
|
||||
{
|
||||
id: "t-3", name: "Emily R.", role: "Local Critic", testimonial: "The smoked brisket is out of this world. Perfectly tender, flavorful, and a must-try for any meat lover! Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/he-is-satisfied-from-his-life_329181-2789.jpg", imageAlt: "Customer Emily R."},
|
||||
id: "t-3", name: "Emily R.", role: "Local Foodie", testimonial: "The smoked brisket is a masterpiece – tender and packed with flavor. This place gets top marks in my book for authentic, delicious meals.", imageSrc: "http://img.b2bpic.net/free-photo/he-is-satisfied-from-his-life_329181-2789.jpg", imageAlt: "Community member Emily R."},
|
||||
{
|
||||
id: "t-4", name: "David K.", role: "Dining Reviewer", testimonial: "Perfect for a special occasion. The food and wine pairing was divine, and the staff made us feel incredibly welcome.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-cup_23-2149005414.jpg", imageAlt: "Customer David K."},
|
||||
id: "t-4", name: "David K.", role: "Frequent Visitor", testimonial: "Always a pleasure to dine here. The wine pairings are excellent, and the staff's warmth makes every visit special. A consistently high rating from me!", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-cup_23-2149005414.jpg", imageAlt: "Community member David K."},
|
||||
{
|
||||
id: "t-5", name: "Jessica L.", role: "Community Member", testimonial: "Consistently amazing food and a welcoming environment. The attention to detail makes it a true gem in our neighborhood.", imageSrc: "http://img.b2bpic.net/free-photo/watching-funny-video-internet-with-coworkers-cafe-terrace-with-tasty-food_8353-10265.jpg", imageAlt: "Customer Jessica L."},
|
||||
id: "t-5", name: "Jessica L.", role: "Neighborhood Supporter", testimonial: "Bones is a beloved local spot! The quality of food and welcoming vibe is unmatched. It’s a definite 5/5 for family dinners and gatherings.", imageSrc: "http://img.b2bpic.net/free-photo/watching-funny-video-internet-with-coworkers-cafe-terrace-with-tasty-food_8353-10265.jpg", imageAlt: "Community member Jessica L."},
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="Hear from our cherished customers about their unforgettable dining experiences and why they keep coming back to Bones Restaurant."
|
||||
title="Community Opinions & Ratings"
|
||||
description="Discover what our vibrant community and esteemed patrons have to say about their dining experiences at Bones Restaurant."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -197,20 +199,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1", title: "Do you offer vegetarian or vegan options?", content: "Yes, we have a selection of delicious vegetarian and vegan dishes carefully crafted by our chefs. Please ask your server for details."},
|
||||
id: "faq-1", title: "What are your current operating hours?", content: "Bones Restaurant is open for dinner service Tuesday through Sunday, from 5:00 PM to 10:00 PM. We are closed on Mondays."},
|
||||
{
|
||||
id: "faq-2", title: "How do I make a reservation?", content: "Reservations can be made easily through our website's contact section, or by calling us directly during business hours."},
|
||||
id: "faq-2", title: "How can I book a table?", content: "Reservations can be made conveniently through our website's 'Contact' section or by calling us directly at [Phone Number] during business hours. We recommend booking in advance, especially for weekends."},
|
||||
{
|
||||
id: "faq-3", title: "Is Bones Restaurant child-friendly?", content: "Absolutely! We welcome families and offer a special children's menu. High chairs are available upon request."},
|
||||
id: "faq-3", title: "Do you offer private dining or catering services?", content: "Yes, we are delighted to host private events and offer catering tailored to your specific needs. Please reach out to our events coordinator via the 'Contact' section to discuss your arrangements."},
|
||||
{
|
||||
id: "faq-4", title: "Do you host private events or catering?", content: "Yes, we offer both private dining options for special events and catering services. Please contact us to discuss your needs."},
|
||||
id: "faq-4", title: "Are there options for dietary restrictions or allergies?", content: "Our culinary team is committed to accommodating dietary restrictions and allergies. Please inform your server upon arrival about any concerns, and we will guide you through suitable menu options or prepare special requests."},
|
||||
{
|
||||
id: "faq-5", title: "What are your opening hours?", content: "We are open Tuesday to Sunday, from 5 PM to 10 PM for dinner service. We are closed on Mondays."},
|
||||
id: "faq-5", title: "Is there parking available at the restaurant?", content: "Valet parking is available for all our guests during operating hours. Additionally, there are several public parking garages within walking distance."},
|
||||
{
|
||||
id: "faq-6", title: "Do you accommodate allergies?", content: "We strive to accommodate all dietary restrictions and allergies. Please inform your server of any concerns, and our culinary team will assist you."},
|
||||
id: "faq-6", title: "What is the dress code for Bones Restaurant?", content: "We recommend smart casual attire for an enjoyable dining experience. While not strictly enforced, many of our guests prefer to dress up for the occasion."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about reservations, menu options, dietary accommodations, and our services to help plan your perfect visit."
|
||||
title="Operational Questions & Answers"
|
||||
description="Essential information to help you plan your visit, covering everything from reservations and dietary needs to special events and parking."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -279,4 +281,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user