Update src/app/page.tsx
This commit is contained in:
420
src/app/page.tsx
420
src/app/page.tsx
@@ -32,110 +32,64 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "Events",
|
||||
id: "#special-offerings",
|
||||
},
|
||||
name: "Events", id: "#special-offerings"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#customer-love",
|
||||
},
|
||||
name: "Reviews", id: "#customer-love"},
|
||||
{
|
||||
name: "FAQs",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQs", id: "#faq"},
|
||||
]}
|
||||
brandName="Jonahs Bistro"
|
||||
button={{
|
||||
text: "Reserve or Order Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Reserve or Order Now", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlayTestimonial
|
||||
title="Contemporary European cuisine, expertly crafted daily"
|
||||
description="From signature pesto pasta to artisanal patisserie, Jonahs Bistro delivers stylish Continental dining in Besant Nagar. Dine in, order online, or reserve your table today."
|
||||
title="Savor Contemporary European Cuisine, Expertly Crafted Daily"
|
||||
description="Indulge in an exquisite culinary journey at Jonahs Bistro, Besant Nagar. From classic European delights to innovative specials, we craft every dish with passion. Experience stylish dining, order online, or reserve your table today."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Priya Sharma",
|
||||
handle: "@priya_eats",
|
||||
testimonial: "Jonahs Bistro is a culinary delight! The Pesto Pasta is a revelation, and the ambiance is simply perfect for a relaxed evening.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friendly-waitress-with-cup-hot-drink_23-2147775876.jpg",
|
||||
},
|
||||
name: "Priya Sharma", handle: "@priya_eats", testimonial: "Jonahs Bistro is a culinary delight! The Pesto Pasta is a revelation, and the ambiance is simply perfect for a relaxed evening.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friendly-waitress-with-cup-hot-drink_23-2147775876.jpg"},
|
||||
{
|
||||
name: "Arjun Kumar",
|
||||
handle: "@arjun_reviews",
|
||||
testimonial: "An authentic European experience in Chennai. Every dish is a masterpiece, and the service is impeccable. Highly recommend!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-spanish-tortilla_23-2150168079.jpg",
|
||||
},
|
||||
name: "Arjun Kumar", handle: "@arjun_reviews", testimonial: "An authentic European experience in Chennai. Every dish is a masterpiece, and the service is impeccable. Highly recommend!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-spanish-tortilla_23-2150168079.jpg"},
|
||||
{
|
||||
name: "Divya Rao",
|
||||
handle: "@divya_foodie",
|
||||
testimonial: "The artisanal patisserie is to die for! Jonahs Bistro consistently delivers on taste, presentation, and overall dining pleasure.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-pretty-girl-with-long-hair-sittting-table-terrace-cafe-she-wears-white-dress-with-bare-shoulders-red-lipstick-she-is-smiling-friendly-camera_197531-660.jpg",
|
||||
},
|
||||
name: "Divya Rao", handle: "@divya_foodie", testimonial: "The artisanal patisserie is to die for! Jonahs Bistro consistently delivers on taste, presentation, and overall dining pleasure.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-pretty-girl-with-long-hair-sittting-table-terrace-cafe-she-wears-white-dress-with-bare-shoulders-red-lipstick-she-is-smiling-friendly-camera_197531-660.jpg"},
|
||||
{
|
||||
name: "Chef Anand",
|
||||
handle: "Local Food Critic",
|
||||
testimonial: "Impressed by the menu innovation and quality ingredients. Jonahs Bistro sets a new standard for European dining in the city.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-old-man-wearing-apron-home-kitchen-smiling_482257-7823.jpg",
|
||||
},
|
||||
name: "Chef Anand", handle: "Local Food Critic", testimonial: "Impressed by the menu innovation and quality ingredients. Jonahs Bistro sets a new standard for European dining in the city.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-old-man-wearing-apron-home-kitchen-smiling_482257-7823.jpg"},
|
||||
{
|
||||
name: "Meena Devi",
|
||||
handle: "Event Planner",
|
||||
testimonial: "Their private dining options are fantastic! Managed a corporate dinner seamlessly, and guests raved about the food and service.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-man-pub-drinking-water_1157-45743.jpg",
|
||||
},
|
||||
name: "Meena Devi", handle: "Event Planner", testimonial: "Their private dining options are fantastic! Managed a corporate dinner seamlessly, and guests raved about the food and service.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-man-pub-drinking-water_1157-45743.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve or Order Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reserve or Order Now", href: "#contact"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg",
|
||||
alt: "Customer Priya Sharma",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg", alt: "Customer Priya Sharma"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-young-male-cook-wearing-chef-uniform-glasses-isolated-white-wall_141793-78421.jpg",
|
||||
alt: "Customer Arjun Kumar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-young-male-cook-wearing-chef-uniform-glasses-isolated-white-wall_141793-78421.jpg", alt: "Customer Arjun Kumar"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3178.jpg",
|
||||
alt: "Customer Divya Rao",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3178.jpg", alt: "Customer Divya Rao"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-serious-man-with-beard-restaurant_1262-3602.jpg",
|
||||
alt: "Chef Anand",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-serious-man-with-beard-restaurant_1262-3602.jpg", alt: "Chef Anand"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/customer-service-male-employee-with-headset_53876-126964.jpg",
|
||||
alt: "Restaurant manager smiling",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/customer-service-male-employee-with-headset_53876-126964.jpg", alt: "Restaurant manager smiling"},
|
||||
]}
|
||||
avatarText="Loved by local food enthusiasts"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/lamb-bone-covered-with-dough-finely-cooked_114579-2429.jpg"
|
||||
imageAlt="Contemporary European restaurant interior with finely plated dishes."
|
||||
imageAlt="Elegant contemporary European restaurant interior with finely plated dishes."
|
||||
showDimOverlay={true}
|
||||
showBlur={true}
|
||||
textPosition="bottom"
|
||||
@@ -145,10 +99,10 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<MediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="Our Passion for European Flavors"
|
||||
description="At Jonahs Bistro, we are dedicated to bringing the authentic taste of contemporary European cuisine to Chennai. Our chefs meticulously craft each dish using only the freshest, high-quality ingredients, ensuring a culinary journey that delights your senses. Experience our inviting ambiance, where every meal is a celebration of taste and style."
|
||||
title="Our Passion for Authentic European Flavors"
|
||||
description="Discover the heart of European culinary excellence at Jonahs Bistro. Our dedication to authentic contemporary European cuisine shines through in every meticulously crafted dish, prepared with the freshest, highest-quality ingredients. Step into our inviting ambiance for a culinary journey that truly delights your senses and celebrates taste and style."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-holds-plate-with-gurza-side-view_141793-4738.jpg"
|
||||
imageAlt="Elegant European dining table setup at Jonahs Bistro."
|
||||
imageAlt="Chef meticulously preparing a dish in a modern European restaurant kitchen."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -159,45 +113,21 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Artisanal Pasta Creations",
|
||||
tags: [
|
||||
"Freshly Made",
|
||||
"Signature Sauces",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-italian-food_53876-16203.jpg",
|
||||
imageAlt: "Gourmet pesto pasta dish",
|
||||
},
|
||||
id: "f1", title: "Artisanal Pasta Creations", tags: [
|
||||
"Freshly Made", "Signature Sauces"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-italian-food_53876-16203.jpg", imageAlt: "Gourmet pesto pasta dish"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Perfectly Portioned Steaks",
|
||||
tags: [
|
||||
"Premium Cuts",
|
||||
"Expertly Cooked",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-steak-with-rosemary-peppercorns_84443-85654.jpg",
|
||||
imageAlt: "Perfectly cooked steak frites",
|
||||
},
|
||||
id: "f2", title: "Perfectly Portioned Steaks", tags: [
|
||||
"Premium Cuts", "Expertly Cooked"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-steak-with-rosemary-peppercorns_84443-85654.jpg", imageAlt: "Perfectly cooked steak frites"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Innovative Seasonal Specials",
|
||||
tags: [
|
||||
"Fresh Ingredients",
|
||||
"Limited Time",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slice-layered-cake-topped-with-caramel-glaze_140725-8670.jpg",
|
||||
imageAlt: "Artistic chocolate dessert plating",
|
||||
},
|
||||
id: "f3", title: "Innovative Seasonal Specials", tags: [
|
||||
"Fresh Ingredients", "Limited Time"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slice-layered-cake-topped-with-caramel-glaze_140725-8670.jpg", imageAlt: "Artistic chocolate dessert plating"},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Crafted Beverage Pairings",
|
||||
tags: [
|
||||
"Mixology",
|
||||
"Fine Wines",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-stacked-aesthetic-objects_23-2150185354.jpg",
|
||||
imageAlt: "Craft cocktail European style",
|
||||
},
|
||||
id: "f4", title: "Crafted Beverage Pairings", tags: [
|
||||
"Mixology", "Fine Wines"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-stacked-aesthetic-objects_23-2150185354.jpg", imageAlt: "Craft cocktail European style"},
|
||||
]}
|
||||
title="Culinary Highlights & Bistro Experience"
|
||||
description="Discover what makes dining at Jonahs Bistro an unforgettable experience. We blend traditional techniques with modern flair, creating dishes that are both classic and innovative, served in an atmosphere designed for comfort and elegance."
|
||||
@@ -212,53 +142,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Mushroom Risotto",
|
||||
price: "₹650",
|
||||
variant: "Italian Classic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fettucine-with-cream-sauce-tomato-green_140725-2078.jpg",
|
||||
imageAlt: "Creamy mushroom risotto",
|
||||
},
|
||||
id: "p1", name: "Mushroom Risotto", price: "₹650", variant: "Italian Classic", imageSrc: "http://img.b2bpic.net/free-photo/fettucine-with-cream-sauce-tomato-green_140725-2078.jpg", imageAlt: "Creamy mushroom risotto"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Pan-Seared Salmon",
|
||||
price: "₹980",
|
||||
variant: "French Riviera",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/norwegian-salmon-mashed-potato-served-with-boiled-vegetables_140725-1585.jpg",
|
||||
imageAlt: "Pan-seared salmon with vegetables",
|
||||
},
|
||||
id: "p2", name: "Pan-Seared Salmon", price: "₹980", variant: "French Riviera", imageSrc: "http://img.b2bpic.net/free-photo/norwegian-salmon-mashed-potato-served-with-boiled-vegetables_140725-1585.jpg", imageAlt: "Pan-seared salmon with vegetables"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Margherita Pizza",
|
||||
price: "₹590",
|
||||
variant: "Neapolitan Style",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-strawberry-pie_23-2148858421.jpg",
|
||||
imageAlt: "Gourmet wood-fired pizza",
|
||||
},
|
||||
id: "p3", name: "Margherita Pizza", price: "₹590", variant: "Neapolitan Style", imageSrc: "http://img.b2bpic.net/free-photo/delicious-strawberry-pie_23-2148858421.jpg", imageAlt: "Gourmet wood-fired pizza"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Potato Gnocchi",
|
||||
price: "₹720",
|
||||
variant: "Creamy Pesto",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-large-tube-pasta-with-chicken-cherry-tomato-with-chopped-parsley_141793-1948.jpg",
|
||||
imageAlt: "Potato gnocchi with rich sauce",
|
||||
},
|
||||
id: "p4", name: "Potato Gnocchi", price: "₹720", variant: "Creamy Pesto", imageSrc: "http://img.b2bpic.net/free-photo/top-view-large-tube-pasta-with-chicken-cherry-tomato-with-chopped-parsley_141793-1948.jpg", imageAlt: "Potato gnocchi with rich sauce"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Tiramisu",
|
||||
price: "₹380",
|
||||
variant: "Classic Italian",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slice-homemade-cake-brown-plate_114579-60876.jpg",
|
||||
imageAlt: "Classic Italian tiramisu dessert",
|
||||
},
|
||||
id: "p5", name: "Tiramisu", price: "₹380", variant: "Classic Italian", imageSrc: "http://img.b2bpic.net/free-photo/slice-homemade-cake-brown-plate_114579-60876.jpg", imageAlt: "Classic Italian tiramisu dessert"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "French Onion Soup",
|
||||
price: "₹450",
|
||||
variant: "Hearty Appetizer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-festive-christmas-meal-composition_23-2148718540.jpg",
|
||||
imageAlt: "Gourmet French onion soup",
|
||||
},
|
||||
id: "p6", name: "French Onion Soup", price: "₹450", variant: "Hearty Appetizer", imageSrc: "http://img.b2bpic.net/free-photo/top-view-festive-christmas-meal-composition_23-2148718540.jpg", imageAlt: "Gourmet French onion soup"},
|
||||
]}
|
||||
title="Explore Our Contemporary European Menu"
|
||||
description="From rich Italian risottos to delicate French patisseries, our menu offers a diverse selection of European delights. Each dish is prepared with passion and presented beautifully, ensuring a memorable dining experience or a perfect meal at home."
|
||||
@@ -272,52 +166,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "plan-intimate",
|
||||
tag: "Intimate",
|
||||
price: "₹2,500",
|
||||
period: "/person",
|
||||
description: "Perfect for small gatherings and anniversaries. Includes a curated 3-course meal.",
|
||||
button: {
|
||||
text: "Book Intimate",
|
||||
},
|
||||
featuresTitle: "Features:",
|
||||
features: [
|
||||
"3-Course Tasting Menu",
|
||||
"Personalized Service",
|
||||
"Decorated Table",
|
||||
],
|
||||
id: "plan-intimate", tag: "Intimate", price: "₹2,500", period: "/person", description: "Perfect for small gatherings and anniversaries. Includes a curated 3-course meal.", button: {
|
||||
text: "Book Intimate"},
|
||||
featuresTitle: "Features:", features: [
|
||||
"3-Course Tasting Menu", "Personalized Service", "Decorated Table"],
|
||||
},
|
||||
{
|
||||
id: "plan-celebration",
|
||||
tag: "Celebration",
|
||||
price: "₹3,800",
|
||||
period: "/person",
|
||||
description: "Ideal for birthdays and special events. Enjoy a 5-course gourmet experience.",
|
||||
button: {
|
||||
text: "Book Celebration",
|
||||
},
|
||||
featuresTitle: "Features:",
|
||||
features: [
|
||||
"5-Course Gourmet Menu",
|
||||
"Private Dining Area",
|
||||
"Custom Cake Option",
|
||||
],
|
||||
id: "plan-celebration", tag: "Celebration", price: "₹3,800", period: "/person", description: "Ideal for birthdays and special events. Enjoy a 5-course gourmet experience.", button: {
|
||||
text: "Book Celebration"},
|
||||
featuresTitle: "Features:", features: [
|
||||
"5-Course Gourmet Menu", "Private Dining Area", "Custom Cake Option"],
|
||||
},
|
||||
{
|
||||
id: "plan-exclusive",
|
||||
tag: "Exclusive",
|
||||
price: "Custom",
|
||||
period: "",
|
||||
description: "For larger events or corporate functions. Fully customizable menu and venue options.",
|
||||
button: {
|
||||
text: "Inquire Now",
|
||||
},
|
||||
featuresTitle: "Features:",
|
||||
features: [
|
||||
"Bespoke Menu Design",
|
||||
"Full Venue Buyout",
|
||||
"Dedicated Event Manager",
|
||||
],
|
||||
id: "plan-exclusive", tag: "Exclusive", price: "Custom", period: "", description: "For larger events or corporate functions. Fully customizable menu and venue options.", button: {
|
||||
text: "Inquire Now"},
|
||||
featuresTitle: "Features:", features: [
|
||||
"Bespoke Menu Design", "Full Venue Buyout", "Dedicated Event Manager"],
|
||||
},
|
||||
]}
|
||||
title="Special Occasion & Group Dining"
|
||||
@@ -332,45 +196,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Rohan Reddy",
|
||||
handle: "Consistent Excellence",
|
||||
testimonial: "Jonahs Bistro consistently exceeds expectations. The food is always fresh, the portions are satisfying, and the new menu additions keep me coming back!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12134.jpg",
|
||||
},
|
||||
id: "t1", name: "Rohan Reddy", handle: "Consistent Excellence", testimonial: "Jonahs Bistro consistently exceeds expectations. The food is always fresh, the portions are satisfying, and the new menu additions keep me coming back!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12134.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Sneha Menon",
|
||||
handle: "Favorite Spot",
|
||||
testimonial: "My go-to place for authentic European dining. The ambiance is so warm and inviting, truly makes you feel like you're in Europe. Always a fantastic experience.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-bearded-man-keeping-thumb-up-looking-happy-white-background-attractive-guy-smiling-camera-showing-approved-sign-isolated_574295-6108.jpg",
|
||||
},
|
||||
id: "t2", name: "Sneha Menon", handle: "Favorite Spot", testimonial: "My go-to place for authentic European dining. The ambiance is so warm and inviting, truly makes you feel like you're in Europe. Always a fantastic experience.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-bearded-man-keeping-thumb-up-looking-happy-white-background-attractive-guy-smiling-camera-showing-approved-sign-isolated_574295-6108.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Vikram Singh",
|
||||
handle: "Worth Every Penny",
|
||||
testimonial: "Initially concerned about portion-to-price, but every dish is perfectly sized and incredibly flavorful. Quality definitely justifies the cost. Highly recommended!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-excited-young-woman-showing-thumbs-up-having-fun_1262-14331.jpg",
|
||||
},
|
||||
id: "t3", name: "Vikram Singh", handle: "Worth Every Penny", testimonial: "Initially concerned about portion-to-price, but every dish is perfectly sized and incredibly flavorful. Quality definitely justifies the cost. Highly recommended!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-excited-young-woman-showing-thumbs-up-having-fun_1262-14331.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Deepa Iyer",
|
||||
handle: "Culinary Innovation",
|
||||
testimonial: "The chefs here are brilliant! They constantly innovate without sacrificing tradition. Loved the seasonal specials – a true culinary journey.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-man-bar_23-2150771175.jpg",
|
||||
},
|
||||
id: "t4", name: "Deepa Iyer", handle: "Culinary Innovation", testimonial: "The chefs here are brilliant! They constantly innovate without sacrificing tradition. Loved the seasonal specials – a true culinary journey.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-man-bar_23-2150771175.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Karthik Rao",
|
||||
handle: "Superb Service",
|
||||
testimonial: "Beyond the delicious food, the service stands out. Attentive staff and a seamless reservation process. Made our anniversary dinner truly special.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517418.jpg",
|
||||
},
|
||||
id: "t5", name: "Karthik Rao", handle: "Superb Service", testimonial: "Beyond the delicious food, the service stands out. Attentive staff and a seamless reservation process. Made our anniversary dinner truly special.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517418.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Our Guests Say"
|
||||
@@ -384,30 +223,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What are your typical portion sizes?",
|
||||
content: "Our portion sizes are carefully crafted to provide a satisfying yet refined dining experience, focusing on quality over quantity. We aim for a balance that allows guests to enjoy multiple courses without feeling overwhelmed. We also offer sharing plates for those who prefer to sample more.",
|
||||
},
|
||||
id: "q1", title: "What are your typical portion sizes?", content: "Our portion sizes are carefully crafted to provide a satisfying yet refined dining experience, focusing on quality over quantity. We aim for a balance that allows guests to enjoy multiple courses without feeling overwhelmed. We also offer sharing plates for those who prefer to sample more."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "How often does the menu change?",
|
||||
content: "We pride ourselves on culinary innovation and seasonal ingredients. Our specials menu changes monthly to highlight fresh produce, and our main menu sees updates quarterly to introduce exciting new European dishes while retaining beloved classics.",
|
||||
},
|
||||
id: "q2", title: "How often does the menu change?", content: "We pride ourselves on culinary innovation and seasonal ingredients. Our specials menu changes monthly to highlight fresh produce, and our main menu sees updates quarterly to introduce exciting new European dishes while retaining beloved classics."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you offer private dining options?",
|
||||
content: "Yes, we have dedicated private dining spaces perfect for intimate celebrations, family gatherings, or corporate events. Please visit our 'Special Offerings' section or contact us directly to discuss your specific requirements and explore our customizable packages.",
|
||||
},
|
||||
id: "q3", title: "Do you offer private dining options?", content: "Yes, we have dedicated private dining spaces perfect for intimate celebrations, family gatherings, or corporate events. Please visit our 'Special Offerings' section or contact us directly to discuss your specific requirements and explore our customizable packages."},
|
||||
{
|
||||
id: "q4",
|
||||
title: "How can I make a reservation?",
|
||||
content: "You can easily make a reservation through our website's dedicated 'Contact & Reservations' section, or by calling us directly. We recommend booking in advance, especially for weekend evenings, to secure your preferred dining time.",
|
||||
},
|
||||
id: "q4", title: "How can I make a reservation?", content: "You can easily make a reservation through our website's dedicated 'Contact & Reservations' section, or by calling us directly. We recommend booking in advance, especially for weekend evenings, to secure your preferred dining time."},
|
||||
{
|
||||
id: "q5",
|
||||
title: "Are there vegetarian or vegan options available?",
|
||||
content: "Yes, our menu includes a variety of thoughtfully prepared vegetarian and vegan dishes, ensuring there's something delicious for everyone. Please inform our staff about any dietary preferences or allergies, and we'll be happy to assist you.",
|
||||
},
|
||||
id: "q5", title: "Are there vegetarian or vegan options available?", content: "Yes, our menu includes a variety of thoughtfully prepared vegetarian and vegan dishes, ensuring there's something delicious for everyone. Please inform our staff about any dietary preferences or allergies, and we'll be happy to assist you."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Have questions about our menu, reservations, or dining experience? Find quick answers to common inquiries below, or feel free to contact us directly for more assistance."
|
||||
@@ -419,49 +243,29 @@ export default function LandingPage() {
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Reserve Your Table or Order Online"
|
||||
description="Ready to experience Jonahs Bistro? Book your table for a memorable dining experience, or place an online order for gourmet European cuisine delivered to your door. Our team is here to assist you."
|
||||
description="Ready to experience Jonahs Bistro? Book your table for a memorable dining experience, or place an an online order for gourmet European cuisine delivered to your door. Our team is here to assist 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",
|
||||
required: false,
|
||||
name: "phone", type: "tel", placeholder: "Phone Number", required: false,
|
||||
},
|
||||
{
|
||||
name: "date",
|
||||
type: "date",
|
||||
placeholder: "Reservation Date",
|
||||
required: true,
|
||||
name: "date", type: "date", placeholder: "Reservation Date", required: true,
|
||||
},
|
||||
{
|
||||
name: "time",
|
||||
type: "time",
|
||||
placeholder: "Preferred Time",
|
||||
required: true,
|
||||
name: "time", type: "time", placeholder: "Preferred 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: "Special Requests or Dietary Needs",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Special Requests or Dietary Needs", rows: 4,
|
||||
required: false,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/two-men-cafe_23-2147775893.jpg"
|
||||
@@ -476,71 +280,43 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "About Us",
|
||||
items: [
|
||||
title: "About Us", items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Story", href: "#about"},
|
||||
{
|
||||
label: "The Bistro Experience",
|
||||
href: "#menu-innovation",
|
||||
},
|
||||
label: "The Bistro Experience", href: "#menu-innovation"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#customer-love",
|
||||
},
|
||||
label: "Reviews", href: "#customer-love"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Menu",
|
||||
items: [
|
||||
title: "Menu", items: [
|
||||
{
|
||||
label: "Our Full Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Our Full Menu", href: "#menu"},
|
||||
{
|
||||
label: "Seasonal Specials",
|
||||
href: "#menu-innovation",
|
||||
},
|
||||
label: "Seasonal Specials", href: "#menu-innovation"},
|
||||
{
|
||||
label: "Online Ordering",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Online Ordering", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Reservations",
|
||||
items: [
|
||||
title: "Reservations", items: [
|
||||
{
|
||||
label: "Book a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Book a Table", href: "#contact"},
|
||||
{
|
||||
label: "Private Dining",
|
||||
href: "#special-offerings",
|
||||
},
|
||||
label: "Private Dining", href: "#special-offerings"},
|
||||
{
|
||||
label: "Group Bookings",
|
||||
href: "#special-offerings",
|
||||
},
|
||||
label: "Group Bookings", href: "#special-offerings"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQs", href: "#faq"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user