Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
341
src/app/page.tsx
341
src/app/page.tsx
@@ -32,148 +32,84 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#reviews",
|
||||
},
|
||||
name: "Reviews", id: "#reviews"},
|
||||
{
|
||||
name: "Reservations",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Reservations", id: "#contact"},
|
||||
]}
|
||||
brandName="The Blue Heron Cafe & Lounge"
|
||||
button={{
|
||||
text: "Reserve Your Table",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Reserve Your Table", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Elevated Casual Dining Meets Craft Cocktails"
|
||||
description="Discover The Blue Heron—where locally-inspired cuisine, curated beverages, and warm ambiance create the perfect escape. Whether you're catching up with friends or marking a special evening, we're your neighborhood gathering place."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/event-hall-furniture-brown-white-colors_114579-2230.jpg",
|
||||
imageAlt: "Elegant cafe interior lounge",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/event-hall-furniture-brown-white-colors_114579-2230.jpg", imageAlt: "Elegant cafe interior lounge"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-cutlet-with-sauce-spicy-pepper-zucchini-tomatoes_140725-10844.jpg",
|
||||
imageAlt: "Gourmet dish presentation",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-cutlet-with-sauce-spicy-pepper-zucchini-tomatoes_140725-10844.jpg", imageAlt: "Gourmet dish presentation"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-cocktail-with-ice-cubes-black-straw-pipe_140725-6904.jpg",
|
||||
imageAlt: "Bartender mixing craft cocktails",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-cocktail-with-ice-cubes-black-straw-pipe_140725-6904.jpg", imageAlt: "Bartender mixing craft cocktails"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-giving-gift-box-valentines-day-restaurant_1303-20290.jpg",
|
||||
imageAlt: "Couples dining romantically",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-giving-gift-box-valentines-day-restaurant_1303-20290.jpg", imageAlt: "Couples dining romantically"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rear-view-man-reading-book-with-breakfast-bed_23-2147966465.jpg",
|
||||
imageAlt: "Warm cafe interior with daylight",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rear-view-man-reading-book-with-breakfast-bed_23-2147966465.jpg", imageAlt: "Warm cafe interior with daylight"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-chocolate-cake-with-strawberries-top_181624-32525.jpg",
|
||||
imageAlt: "Artistic dessert plating",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-chocolate-cake-with-strawberries-top_181624-32525.jpg", imageAlt: "Artistic dessert plating"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-vegan-salad-various-vegetables-red-stripped-towel_140725-147829.jpg",
|
||||
imageAlt: "Close up of gourmet pasta dish",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-vegan-salad-various-vegetables-red-stripped-towel_140725-147829.jpg", imageAlt: "Close up of gourmet pasta dish"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-empty-wineglass-with-bottle-wine-dark-background-color-wine-alcohol-celebration-holiday-restaurant_140725-158046.jpg",
|
||||
imageAlt: "Wine glasses on restaurant table",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-empty-wineglass-with-bottle-wine-dark-background-color-wine-alcohol-celebration-holiday-restaurant_140725-158046.jpg", imageAlt: "Wine glasses on restaurant table"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adults-cycling-work-city_23-2149488810.jpg",
|
||||
imageAlt: "Outdoor cafe seating charming",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adults-cycling-work-city_23-2149488810.jpg", imageAlt: "Outdoor cafe seating charming"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheese-chopping-board-with-tomatoes-pastry-desk_23-2148162012.jpg",
|
||||
imageAlt: "Artisanal bread basket",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheese-chopping-board-with-tomatoes-pastry-desk_23-2148162012.jpg", imageAlt: "Artisanal bread basket"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2333.jpg",
|
||||
imageAlt: "Barista preparing coffee",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barista-work-coffee-shop_158595-2333.jpg", imageAlt: "Barista preparing coffee"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-chef-preparing-dish_23-2148763223.jpg",
|
||||
imageAlt: "Chef cooking in a restaurant kitchen",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-chef-preparing-dish_23-2148763223.jpg", imageAlt: "Chef cooking in a restaurant kitchen"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve Your Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reserve Your Table", href: "#contact"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/elegant-beautiful-woman-sitting-vintage-cafe-black-velvet-dress-evening-gown-rich-stylish-lady-elegant-fashion-trend-sexy-seductive-look-attractive-skinny-figure_285396-7236.jpg",
|
||||
alt: "Elegant woman in vintage cafe",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/elegant-beautiful-woman-sitting-vintage-cafe-black-velvet-dress-evening-gown-rich-stylish-lady-elegant-fashion-trend-sexy-seductive-look-attractive-skinny-figure_285396-7236.jpg", alt: "Elegant woman in vintage cafe"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/businesswoman-restaurant_1157-9047.jpg",
|
||||
alt: "Businesswoman in restaurant",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/businesswoman-restaurant_1157-9047.jpg", alt: "Businesswoman in restaurant"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-pretty-young-woman-sitting_171337-17101.jpg",
|
||||
alt: "Pretty young woman sitting",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-pretty-young-woman-sitting_171337-17101.jpg", alt: "Pretty young woman sitting"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-eating-flirting-with-her-man-while-have-romantic-dinner_171337-19274.jpg",
|
||||
alt: "Young woman eating and flirting",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-eating-flirting-with-her-man-while-have-romantic-dinner_171337-19274.jpg", alt: "Young woman eating and flirting"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/loving-people-having-dinner-cafe_23-2147735751.jpg",
|
||||
alt: "Loving people having dinner",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/loving-people-having-dinner-cafe_23-2147735751.jpg", alt: "Loving people having dinner"},
|
||||
]}
|
||||
avatarText="Join our community of happy guests!"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-round-table-with-chocolate-croissant-tea-cup-notebook-bag_140725-5007.jpg",
|
||||
alt: "Coffee and pastry",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/close-up-round-table-with-chocolate-croissant-tea-cup-notebook-bag_140725-5007.jpg", alt: "Coffee and pastry"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/still-life-hot-water-arrangement_23-2149055814.jpg",
|
||||
alt: "Still life hot water",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/still-life-hot-water-arrangement_23-2149055814.jpg", alt: "Still life hot water"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/woman-works-cafe-evening_1153-3549.jpg",
|
||||
alt: "Woman works at cafe",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/woman-works-cafe-evening_1153-3549.jpg", alt: "Woman works at cafe"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/breakfast-tray-with-coffee-fruit-toast_23-2151986830.jpg",
|
||||
alt: "Breakfast tray",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/breakfast-tray-with-coffee-fruit-toast_23-2151986830.jpg", alt: "Breakfast tray"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/elegant-couple-spend-time-restaurant_1157-20500.jpg",
|
||||
alt: "Elegant couple dining",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/elegant-couple-spend-time-restaurant_1157-20500.jpg", alt: "Elegant couple dining"},
|
||||
]}
|
||||
showMarqueeCard={true}
|
||||
marqueeSpeed={25}
|
||||
@@ -186,11 +122,8 @@ export default function LandingPage() {
|
||||
title="More Than Just a Meal, It's an Experience"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn Our Story",
|
||||
href: "#",
|
||||
},
|
||||
text: "Learn Our Story", href: "#"},
|
||||
]}
|
||||
description="The Blue Heron Cafe & Lounge offers a tranquil retreat for those who appreciate the finer things in life. Our philosophy centers on creating memorable moments, combining seasonal ingredients, innovative cocktails, and a welcoming atmosphere. From a relaxed brunch to an elegant evening out, every visit is crafted to delight."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -200,23 +133,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Locally-Sourced Ingredients",
|
||||
description: "We partner with local farms and purveyors to bring the freshest, seasonal ingredients directly to your plate, ensuring peak flavor and supporting our community.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-arrangement_23-2148510906.jpg",
|
||||
imageAlt: "Chef selecting fresh local ingredients",
|
||||
},
|
||||
title: "Locally-Sourced Ingredients", description: "We partner with local farms and purveyors to bring the freshest, seasonal ingredients directly to your plate, ensuring peak flavor and supporting our community.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-arrangement_23-2148510906.jpg", imageAlt: "Chef selecting fresh local ingredients"},
|
||||
{
|
||||
title: "Artisan Craft Cocktails",
|
||||
description: "Our expert mixologists blend innovative techniques with premium spirits to create a curated selection of cocktails that are as beautiful as they are delicious.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-bartender-cocktail-shaker_23-2149132201.jpg",
|
||||
imageAlt: "Mixologist crafting a bespoke cocktail",
|
||||
},
|
||||
title: "Artisan Craft Cocktails", description: "Our expert mixologists blend innovative techniques with premium spirits to create a curated selection of cocktails that are as beautiful as they are delicious.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-bartender-cocktail-shaker_23-2149132201.jpg", imageAlt: "Mixologist crafting a bespoke cocktail"},
|
||||
{
|
||||
title: "Inviting Ambiance & Design",
|
||||
description: "Designed for comfort and elegance, our lounge provides a serene escape with soft lighting, sophisticated decor, and a welcoming atmosphere perfect for any occasion.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/napkin-cutlery-plate-near-glasses-plant_23-2148070687.jpg",
|
||||
imageAlt: "Cozy and elegant restaurant interior",
|
||||
},
|
||||
title: "Inviting Ambiance & Design", description: "Designed for comfort and elegance, our lounge provides a serene escape with soft lighting, sophisticated decor, and a welcoming atmosphere perfect for any occasion.", imageSrc: "http://img.b2bpic.net/free-photo/napkin-cutlery-plate-near-glasses-plant_23-2148070687.jpg", imageAlt: "Cozy and elegant restaurant interior"},
|
||||
]}
|
||||
title="Signature Tastes, Crafted with Care"
|
||||
description="Explore the heart of our culinary passion and beverage artistry. Each dish and drink is a testament to our dedication to quality, local sourcing, and creative flair. Experience a menu designed to surprise and satisfy."
|
||||
@@ -231,47 +152,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Heron Seafood Linguine",
|
||||
price: "$28",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stir-fried-spaghetti-seafood_1339-3423.jpg",
|
||||
imageAlt: "Seafood linguine with prawns and mussels",
|
||||
},
|
||||
id: "1", name: "Heron Seafood Linguine", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/stir-fried-spaghetti-seafood_1339-3423.jpg", imageAlt: "Seafood linguine with prawns and mussels"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Azure Sky Cocktail",
|
||||
price: "$14",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-cafe-drinks-cappuccino-from-glass-cup_169016-40734.jpg",
|
||||
imageAlt: "Blue cocktail with citrus garnish",
|
||||
},
|
||||
id: "2", name: "Azure Sky Cocktail", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/woman-cafe-drinks-cappuccino-from-glass-cup_169016-40734.jpg", imageAlt: "Blue cocktail with citrus garnish"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Pan-Seared Duck Breast",
|
||||
price: "$36",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-steak-with-asparagus-roasted-vegetables_84443-94484.jpg",
|
||||
imageAlt: "Duck breast with cherry reduction",
|
||||
},
|
||||
id: "3", name: "Pan-Seared Duck Breast", price: "$36", imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-steak-with-asparagus-roasted-vegetables_84443-94484.jpg", imageAlt: "Duck breast with cherry reduction"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Smoked Old Fashioned",
|
||||
price: "$16",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/clear-wine-glass-brown-wooden-table_209848-77.jpg",
|
||||
imageAlt: "Old Fashioned cocktail with smoke",
|
||||
},
|
||||
id: "4", name: "Smoked Old Fashioned", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/clear-wine-glass-brown-wooden-table_209848-77.jpg", imageAlt: "Old Fashioned cocktail with smoke"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Wild Mushroom Risotto",
|
||||
price: "$24",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-ravioli-italian-restaurant_1303-24368.jpg",
|
||||
imageAlt: "Creamy risotto with wild mushrooms",
|
||||
},
|
||||
id: "5", name: "Wild Mushroom Risotto", price: "$24", imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-ravioli-italian-restaurant_1303-24368.jpg", imageAlt: "Creamy risotto with wild mushrooms"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Sparkling Elderflower Spritz",
|
||||
price: "$12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-glasses-sparkling-wine_53876-32264.jpg",
|
||||
imageAlt: "Elderflower spritz in a tall glass",
|
||||
},
|
||||
id: "6", name: "Sparkling Elderflower Spritz", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/two-glasses-sparkling-wine_53876-32264.jpg", imageAlt: "Elderflower spritz in a tall glass"},
|
||||
]}
|
||||
title="Our Culinary & Cocktail Showcase"
|
||||
description="From small bites to grand entrees and expertly mixed drinks, our menu is a celebration of flavor and artistry. Discover what makes The Blue Heron a local favorite."
|
||||
@@ -283,14 +174,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Local Foodie Magazine",
|
||||
"City Life Journal",
|
||||
"Taste of the City Awards",
|
||||
"Gourmet Critics Guild",
|
||||
"Dining Scene Weekly",
|
||||
"Eater's Choice",
|
||||
"Neighborhood Gems",
|
||||
]}
|
||||
"Local Foodie Magazine", "City Life Journal", "Taste of the City Awards", "Gourmet Critics Guild", "Dining Scene Weekly", "Eater's Choice", "Neighborhood Gems"]}
|
||||
title="Recognized for Excellence"
|
||||
description="Proudly featured and celebrated by leading local publications and culinary critics. Our commitment to exceptional dining and unforgettable experiences resonates with all who visit."
|
||||
/>
|
||||
@@ -303,64 +187,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
role: "Local Professional",
|
||||
company: "City Financial",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-olives-beer_23-2147680964.jpg",
|
||||
imageAlt: "Sarah J. smiling at The Blue Heron",
|
||||
},
|
||||
id: "1", name: "Sarah J.", role: "Local Professional", company: "City Financial", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-olives-beer_23-2147680964.jpg", imageAlt: "Sarah J. smiling at The Blue Heron"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Chef Michael",
|
||||
role: "Culinary Critic",
|
||||
company: "Food Explorer Blog",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-owner-standing-bakery-shop_1170-2080.jpg",
|
||||
imageAlt: "Chef Michael reviewing the dishes",
|
||||
},
|
||||
id: "2", name: "Chef Michael", role: "Culinary Critic", company: "Food Explorer Blog", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-owner-standing-bakery-shop_1170-2080.jpg", imageAlt: "Chef Michael reviewing the dishes"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
role: "Event Planner",
|
||||
company: "Charming Events",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-having-cocktails_23-2150244964.jpg",
|
||||
imageAlt: "Emily R. enjoying a social evening",
|
||||
},
|
||||
id: "3", name: "Emily R.", role: "Event Planner", company: "Charming Events", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-having-cocktails_23-2150244964.jpg", imageAlt: "Emily R. enjoying a social evening"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
role: "Travel Blogger",
|
||||
company: "Wanderlust Eats",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-phone_23-2149335063.jpg",
|
||||
imageAlt: "David K. capturing the cafe ambiance",
|
||||
},
|
||||
id: "4", name: "David K.", role: "Travel Blogger", company: "Wanderlust Eats", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-phone_23-2149335063.jpg", imageAlt: "David K. capturing the cafe ambiance"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Maria S.",
|
||||
role: "Business Owner",
|
||||
company: "Artisan Boutique",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/showing-important-message_1098-19454.jpg",
|
||||
imageAlt: "Maria S. having a business lunch",
|
||||
},
|
||||
id: "5", name: "Maria S.", role: "Business Owner", company: "Artisan Boutique", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/showing-important-message_1098-19454.jpg", imageAlt: "Maria S. having a business lunch"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "5-Star",
|
||||
label: "Average Rating",
|
||||
},
|
||||
value: "5-Star", label: "Average Rating"},
|
||||
{
|
||||
value: "95%",
|
||||
label: "Guest Satisfaction",
|
||||
},
|
||||
value: "95%", label: "Guest Satisfaction"},
|
||||
{
|
||||
value: "10+",
|
||||
label: "Years in Service",
|
||||
},
|
||||
value: "10+", label: "Years in Service"},
|
||||
]}
|
||||
title="What Our Guests Are Saying"
|
||||
description="Hear directly from patrons who have discovered their new favorite spot. Their experiences speak volumes about our commitment to quality, service, and creating a truly unique atmosphere."
|
||||
@@ -372,39 +220,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What are your operating hours?",
|
||||
content: "We are open Monday to Friday from 11 AM to 10 PM, and Saturday to Sunday from 10 AM to 11 PM for brunch and dinner service.",
|
||||
},
|
||||
id: "1", title: "What are your operating hours?", content: "We are open Monday to Friday from 11 AM to 10 PM, and Saturday to Sunday from 10 AM to 11 PM for brunch and dinner service."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you offer private event bookings?",
|
||||
content: "Yes, The Blue Heron Lounge is available for private events. Please contact us directly to discuss your needs and check availability.",
|
||||
},
|
||||
id: "2", title: "Do you offer private event bookings?", content: "Yes, The Blue Heron Lounge is available for private events. Please contact us directly to discuss your needs and check availability."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can I view your menu online?",
|
||||
content: "Absolutely! Our full food and beverage menus are available on our website under the 'Menu' section. We update them seasonally.",
|
||||
},
|
||||
id: "3", title: "Can I view your menu online?", content: "Absolutely! Our full food and beverage menus are available on our website under the 'Menu' section. We update them seasonally."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Do you accommodate dietary restrictions?",
|
||||
content: "We strive to accommodate all dietary needs. Please inform your server of any allergies or restrictions, and our culinary team will do their best to provide a suitable option.",
|
||||
},
|
||||
id: "4", title: "Do you accommodate dietary restrictions?", content: "We strive to accommodate all dietary needs. Please inform your server of any allergies or restrictions, and our culinary team will do their best to provide a suitable option."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Is parking available?",
|
||||
content: "Yes, we offer complimentary valet parking for our guests, as well as ample street parking nearby.",
|
||||
},
|
||||
id: "5", title: "Is parking available?", content: "Yes, we offer complimentary valet parking for our guests, as well as ample street parking nearby."},
|
||||
]}
|
||||
sideTitle="Your Questions, Answered"
|
||||
faqsAnimation="slide-up"
|
||||
sideDescription="Find quick answers to the most common questions about dining at The Blue Heron Cafe & Lounge."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us Directly",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Us Directly", href: "#contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -413,8 +244,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Visit Us"
|
||||
title="Reserve Your Perfect Evening"
|
||||
description="Ready to experience The Blue Heron? Make a reservation to secure your table. We look forward to welcoming you for an unforgettable dining experience or a relaxed evening lounge visit."
|
||||
@@ -428,58 +258,35 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#home",
|
||||
},
|
||||
label: "Home", href: "#home"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#reviews",
|
||||
},
|
||||
label: "Reviews", href: "#reviews"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Reservations",
|
||||
items: [
|
||||
title: "Reservations", items: [
|
||||
{
|
||||
label: "Book a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Book a Table", href: "#contact"},
|
||||
{
|
||||
label: "Private Events",
|
||||
href: "#",
|
||||
},
|
||||
label: "Private Events", href: "#"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Follow Us",
|
||||
items: [
|
||||
title: "Follow Us", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
label: "Facebook", href: "#"},
|
||||
{
|
||||
label: "TikTok",
|
||||
href: "#",
|
||||
},
|
||||
label: "TikTok", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user