Update src/app/page.tsx

This commit is contained in:
2026-06-10 03:52:03 +00:00
parent 2a5bf88c2c
commit 8ecba77562

View File

@@ -32,33 +32,19 @@ export default function LandingPage() {
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "#hero"},
id: "#hero",
},
{ {
name: "About", name: "About", id: "#about"},
id: "#about",
},
{ {
name: "Menu", name: "Menu", id: "#features"},
id: "#features",
},
{ {
name: "Dishes", name: "Dishes", id: "#products"},
id: "#products",
},
{ {
name: "Team", name: "Team", id: "#team"},
id: "#team",
},
{ {
name: "Reviews", name: "Reviews", id: "#testimonials"},
id: "#testimonials",
},
{ {
name: "Contact", name: "Contact", id: "#contact"},
id: "#contact",
},
]} ]}
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nofwbx" logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nofwbx"
logoAlt="Boulder Creek Steakhouse Logo" logoAlt="Boulder Creek Steakhouse Logo"
@@ -70,86 +56,46 @@ export default function LandingPage() {
<HeroSplitTestimonial <HeroSplitTestimonial
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "downward-rays-static-grid", variant: "downward-rays-static-grid"}}
}}
imagePosition="right" imagePosition="right"
title="Experience Unforgettable Dining at Boulder Creek Steakhouse" title="Experience Unforgettable Dining at Boulder Creek Steakhouse"
description="Indulge in modern fare, exquisite cuts, and an exceptional wine selection. A striking ambiance awaits you." description="Indulge in modern fare, exquisite cuts, and an exceptional wine selection. A striking ambiance awaits you."
testimonials={[ testimonials={[
{ {
name: "Angela O'Neal", name: "Angela O'Neal", handle: "@AngelaO.Reviews", testimonial: "Another fabulous meal at Boulder Creek! Our server Maria was outstanding and we can't wait to go back!", rating: 5,
handle: "@AngelaO.Reviews", imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg", imageAlt: "Angela O'Neal"},
testimonial: "Another fabulous meal at Boulder Creek! Our server Maria was outstanding and we can't wait to go back!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg",
imageAlt: "Angela O'Neal",
},
{ {
name: "Ashley H.", name: "Ashley H.", handle: "@AFaithH", testimonial: "Walleye was really good! Salmon was ok, get the salty sauce on the side. Bread with oil and herbs was very good 👍🏿", rating: 5,
handle: "@AFaithH", imageSrc: "http://img.b2bpic.net/free-photo/women-with-burgers-drinks-sitting-table_23-2148975051.jpg", imageAlt: "Ashley H."},
testimonial: "Walleye was really good! Salmon was ok, get the salty sauce on the side. Bread with oil and herbs was very good 👍🏿",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/women-with-burgers-drinks-sitting-table_23-2148975051.jpg",
imageAlt: "Ashley H.",
},
{ {
name: "Rodney Yoswig", name: "Rodney Yoswig", handle: "@RodneyYoswig", testimonial: "Boulder Creek, Brownsburg Indiana. Today's lunch is a breaded tenderloin served with fries. Sandwich is on the small side, however had a really nice flavored crispy coating.", rating: 4,
handle: "@RodneyYoswig", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-fashionable-woman-stylish-clothes-glasses-standing-against-skyscraper_613910-20972.jpg", imageAlt: "Rodney Yoswig"},
testimonial: "Boulder Creek, Brownsburg Indiana. Today's lunch is a breaded tenderloin served with fries. Sandwich is on the small side, however had a really nice flavored crispy coating.",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-fashionable-woman-stylish-clothes-glasses-standing-against-skyscraper_613910-20972.jpg",
imageAlt: "Rodney Yoswig",
},
{ {
name: "Chris T.", name: "Chris T.", handle: "@ChrisT.Dines", testimonial: "The Filet Mignon was cooked to perfection and melted in my mouth. A truly premium steakhouse experience!", rating: 5,
handle: "@ChrisT.Dines", imageSrc: "http://img.b2bpic.net/free-photo/smiling-male-chef-holding-carrot-green-broccoli-hands_23-2147863618.jpg", imageAlt: "Chris T."},
testimonial: "The Filet Mignon was cooked to perfection and melted in my mouth. A truly premium steakhouse experience!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-male-chef-holding-carrot-green-broccoli-hands_23-2147863618.jpg",
imageAlt: "Chris T.",
},
{ {
name: "Sarah L.", name: "Sarah L.", handle: "@Sarah_Foodie", testimonial: "Excellent service and a wonderful ambiance. The wine list pairs beautifully with their menu. Highly recommend!", rating: 5,
handle: "@Sarah_Foodie", imageSrc: "http://img.b2bpic.net/free-photo/stressed-young-barber-wearing-uniform-screaming-with-closed-eyes-isolated-olive-green-wall-with-copy-space_141793-110154.jpg", imageAlt: "Sarah L."},
testimonial: "Excellent service and a wonderful ambiance. The wine list pairs beautifully with their menu. Highly recommend!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/stressed-young-barber-wearing-uniform-screaming-with-closed-eyes-isolated-olive-green-wall-with-copy-space_141793-110154.jpg",
imageAlt: "Sarah L.",
},
]} ]}
testimonialRotationInterval={5000} testimonialRotationInterval={5000}
tag="Steakhouse & Fine Wine" tag="Steakhouse & Fine Wine"
buttons={[ buttons={[
{ {
text: "Reserve a Table", text: "Reserve a Table", href: "#contact"},
href: "#contact",
},
{ {
text: "View Our Menu", text: "View Our Menu", href: "#features"},
href: "#features",
},
]} ]}
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/smiling-male-chef-holding-carrot-green-broccoli-hands_23-2147863618.jpg", src: "http://img.b2bpic.net/free-photo/smiling-male-chef-holding-carrot-green-broccoli-hands_23-2147863618.jpg", alt: "Executive Chef"},
alt: "Executive Chef",
},
{ {
src: "http://img.b2bpic.net/free-photo/stressed-young-barber-wearing-uniform-screaming-with-closed-eyes-isolated-olive-green-wall-with-copy-space_141793-110154.jpg", src: "http://img.b2bpic.net/free-photo/stressed-young-barber-wearing-uniform-screaming-with-closed-eyes-isolated-olive-green-wall-with-copy-space_141793-110154.jpg", alt: "Restaurant Manager"},
alt: "Restaurant Manager",
},
{ {
src: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg", src: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg", alt: "Head Sommelier"},
alt: "Head Sommelier",
},
{ {
src: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", src: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", alt: "Hostess"},
alt: "Hostess",
},
{ {
src: "http://img.b2bpic.net/free-photo/pretty-business-woman-standing-with-coffee-cup_23-2148095743.jpg", src: "http://img.b2bpic.net/free-photo/pretty-business-woman-standing-with-coffee-cup_23-2148095743.jpg", alt: "Service Staff Lead"},
alt: "Service Staff Lead",
},
]} ]}
avatarText="Our team's commitment to excellence shines through every dish and service." avatarText="Our team's commitment to excellence shines through every dish and service."
imageSrc="http://img.b2bpic.net/free-photo/perfectly-grilled-steak-with-herbs-spices_84443-72270.jpg" imageSrc="http://img.b2bpic.net/free-photo/perfectly-grilled-steak-with-herbs-spices_84443-72270.jpg"
@@ -158,25 +104,15 @@ export default function LandingPage() {
fixedMediaHeight={true} fixedMediaHeight={true}
marqueeItems={[ marqueeItems={[
{ {
type: "text", type: "text", text: "Prime Steaks"},
text: "Prime Steaks",
},
{ {
type: "text", type: "text", text: "Fine Wines"},
text: "Fine Wines",
},
{ {
type: "text", type: "text", text: "Modern Fare"},
text: "Modern Fare",
},
{ {
type: "text", type: "text", text: "Exceptional Service"},
text: "Exceptional Service",
},
{ {
type: "text", type: "text", text: "Unforgettable Ambiance"},
text: "Unforgettable Ambiance",
},
]} ]}
/> />
</div> </div>
@@ -188,9 +124,7 @@ export default function LandingPage() {
title="A Legacy of Culinary Excellence" title="A Legacy of Culinary Excellence"
buttons={[ buttons={[
{ {
text: "Learn More About Us", text: "Learn More About Us", href: "#"},
href: "#",
},
]} ]}
description="Boulder Creek is more than just a steakhouse; it's a destination where culinary artistry meets a warm, inviting atmosphere. Since our inception, we've been dedicated to crafting unforgettable dining experiences, featuring premium cuts, innovative modern fare, and an extensive wine list curated to perfection. Discover our commitment to quality, passion for flavor, and the exceptional service that makes every visit special." description="Boulder Creek is more than just a steakhouse; it's a destination where culinary artistry meets a warm, inviting atmosphere. Since our inception, we've been dedicated to crafting unforgettable dining experiences, featuring premium cuts, innovative modern fare, and an extensive wine list curated to perfection. Discover our commitment to quality, passion for flavor, and the exceptional service that makes every visit special."
/> />
@@ -203,20 +137,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
negativeCard={{ negativeCard={{
items: [ items: [
"House Salad", "House Salad", "Onion Soup", "Tortilla Soup"],
"Onion Soup",
"Tortilla Soup",
],
}} }}
positiveCard={{ positiveCard={{
items: [ items: [
"Parmesan Risotto (GF, VG)", "Parmesan Risotto (GF, VG)", "Scallops", "Spinach Artichoke Dip", "Sesame Ahi Tuna", "Italian Beef", "Bread Pudding (VG)"],
"Scallops",
"Spinach Artichoke Dip",
"Sesame Ahi Tuna",
"Italian Beef",
"Bread Pudding (VG)",
],
}} }}
title="Our Signature Dishes & Must-Try Classics" title="Our Signature Dishes & Must-Try Classics"
description="Explore a selection of our most celebrated dishes, from hearty steakhouse staples to innovative culinary creations. Each item on our menu is crafted with the freshest ingredients and culinary expertise." description="Explore a selection of our most celebrated dishes, from hearty steakhouse staples to innovative culinary creations. Each item on our menu is crafted with the freshest ingredients and culinary expertise."
@@ -233,57 +158,27 @@ export default function LandingPage() {
carouselMode="buttons" carouselMode="buttons"
products={[ products={[
{ {
id: "product-1", id: "product-1", name: "Aged Sirloin Steak", price: "$32.00", imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-steaks-with-spices-herbs-black-slate-black-background-ai-generative_123827-23820.jpg", imageAlt: "Aged Sirloin Steak", isFavorited: false,
name: "Aged Sirloin Steak",
price: "$32.00",
imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-steaks-with-spices-herbs-black-slate-black-background-ai-generative_123827-23820.jpg",
imageAlt: "Aged Sirloin Steak",
isFavorited: false,
initialQuantity: 1, initialQuantity: 1,
}, },
{ {
id: "product-2", id: "product-2", name: "Filet Mignon", price: "$48.00", imageSrc: "http://img.b2bpic.net/free-photo/steak-with-cheese-vegetables-restaurant_501050-842.jpg", imageAlt: "Filet Mignon", isFavorited: false,
name: "Filet Mignon",
price: "$48.00",
imageSrc: "http://img.b2bpic.net/free-photo/steak-with-cheese-vegetables-restaurant_501050-842.jpg",
imageAlt: "Filet Mignon",
isFavorited: false,
initialQuantity: 1, initialQuantity: 1,
}, },
{ {
id: "product-3", id: "product-3", name: "Parmesan Risotto", price: "$22.00", imageSrc: "http://img.b2bpic.net/free-photo/tasty-breaded-fish-with-puree-grilled-vegetables_651396-1447.jpg", imageAlt: "Parmesan Risotto", isFavorited: false,
name: "Parmesan Risotto",
price: "$22.00",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-breaded-fish-with-puree-grilled-vegetables_651396-1447.jpg",
imageAlt: "Parmesan Risotto",
isFavorited: false,
initialQuantity: 1, initialQuantity: 1,
}, },
{ {
id: "product-4", id: "product-4", name: "Grilled Atlantic Salmon", price: "$29.00", imageSrc: "http://img.b2bpic.net/free-photo/grilled-sea-bass-fish-meat-steak-with-vegetable_74190-790.jpg", imageAlt: "Grilled Atlantic Salmon", isFavorited: false,
name: "Grilled Atlantic Salmon",
price: "$29.00",
imageSrc: "http://img.b2bpic.net/free-photo/grilled-sea-bass-fish-meat-steak-with-vegetable_74190-790.jpg",
imageAlt: "Grilled Atlantic Salmon",
isFavorited: false,
initialQuantity: 1, initialQuantity: 1,
}, },
{ {
id: "product-5", id: "product-5", name: "Smoked BBQ Ribs", price: "$26.00", imageSrc: "http://img.b2bpic.net/free-photo/fried-sebet-wooden-board_140725-4714.jpg", imageAlt: "Smoked BBQ Ribs", isFavorited: false,
name: "Smoked BBQ Ribs",
price: "$26.00",
imageSrc: "http://img.b2bpic.net/free-photo/fried-sebet-wooden-board_140725-4714.jpg",
imageAlt: "Smoked BBQ Ribs",
isFavorited: false,
initialQuantity: 1, initialQuantity: 1,
}, },
{ {
id: "product-6", id: "product-6", name: "Sommelier's Wine Pairing", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/dinner-with-wine_1182-787.jpg", imageAlt: "Glass of Red Wine", isFavorited: false,
name: "Sommelier's Wine Pairing",
price: "$15.00",
imageSrc: "http://img.b2bpic.net/free-photo/dinner-with-wine_1182-787.jpg",
imageAlt: "Glass of Red Wine",
isFavorited: false,
initialQuantity: 1, initialQuantity: 1,
}, },
]} ]}
@@ -302,26 +197,11 @@ export default function LandingPage() {
carouselMode="buttons" carouselMode="buttons"
members={[ members={[
{ {
id: "member-1", id: "member-1", name: "Chef Emily R.", role: "Head Chef", imageSrc: "http://img.b2bpic.net/free-photo/confident-young-handsome-cook-chef-uniform-isolated-pink-wall_141793-101113.jpg", imageAlt: "Head Chef Emily R."},
name: "Chef Emily R.",
role: "Head Chef",
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-handsome-cook-chef-uniform-isolated-pink-wall_141793-101113.jpg",
imageAlt: "Head Chef Emily R.",
},
{ {
id: "member-2", id: "member-2", name: "David K.", role: "Sommelier", imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-woman-is-prepairing-wine-sommelier-expertise-it-wine-boutique_613910-3118.jpg", imageAlt: "Sommelier David K."},
name: "David K.",
role: "Sommelier",
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-woman-is-prepairing-wine-sommelier-expertise-it-wine-boutique_613910-3118.jpg",
imageAlt: "Sommelier David K.",
},
{ {
id: "member-3", id: "member-3", name: "Maria J.", role: "General Manager", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-using-smartphone-cafe_1170-719.jpg", imageAlt: "General Manager Maria J."},
name: "Maria J.",
role: "General Manager",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-using-smartphone-cafe_1170-719.jpg",
imageAlt: "General Manager Maria J.",
},
]} ]}
title="Meet Our Dedicated Team" title="Meet Our Dedicated Team"
description="Our passionate culinary and hospitality professionals are committed to making your dining experience extraordinary. Crafted with care, served with a smile." description="Our passionate culinary and hospitality professionals are committed to making your dining experience extraordinary. Crafted with care, served with a smile."
@@ -332,30 +212,20 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen <TestimonialCardFifteen
useInvertedBackground={true} useInvertedBackground={true}
testimonial="\"I enjoyed good service, some very nice Salmon and a rich tasty chocolate cake.\"" testimonial="I enjoyed good service, some very nice Salmon and a rich tasty chocolate cake."
rating={5} rating={5}
author="Google Reviewer" author="Google Reviewer"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/woman-eating-baked-quince-stuffed-with-raisins-carrot-meat_140725-5280.jpg", src: "http://img.b2bpic.net/free-photo/woman-eating-baked-quince-stuffed-with-raisins-carrot-meat_140725-5280.jpg", alt: "Diner 1"},
alt: "Diner 1",
},
{ {
src: "http://img.b2bpic.net/free-photo/this-is-my-new-profile-social-network_329181-2899.jpg", src: "http://img.b2bpic.net/free-photo/this-is-my-new-profile-social-network_329181-2899.jpg", alt: "Diner 2"},
alt: "Diner 2",
},
{ {
src: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018831.jpg", src: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018831.jpg", alt: "Diner 3"},
alt: "Diner 3",
},
{ {
src: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517418.jpg", src: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517418.jpg", alt: "Diner 4"},
alt: "Diner 4",
},
{ {
src: "http://img.b2bpic.net/free-photo/modern-restaurant_1127-2154.jpg", src: "http://img.b2bpic.net/free-photo/modern-restaurant_1127-2154.jpg", alt: "Diner 5"},
alt: "Diner 5",
},
]} ]}
ratingAnimation="blur-reveal" ratingAnimation="blur-reveal"
avatarsAnimation="slide-up" avatarsAnimation="slide-up"
@@ -367,14 +237,7 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
names={[ names={[
"Local Food Critics", "Local Food Critics", "Culinary Excellence Awards", "Dining Guides", "Hospitality Partners", "Community Favorites", "Restaurant Reviewers", "Wine Enthusiast Magazine"]}
"Culinary Excellence Awards",
"Dining Guides",
"Hospitality Partners",
"Community Favorites",
"Restaurant Reviewers",
"Wine Enthusiast Magazine",
]}
title="Recognized for Excellence" title="Recognized for Excellence"
description="Proudly acknowledged by our community and industry peers for outstanding dining and hospitality." description="Proudly acknowledged by our community and industry peers for outstanding dining and hospitality."
tag="Our Accolades" tag="Our Accolades"
@@ -387,20 +250,15 @@ export default function LandingPage() {
<ContactCTA <ContactCTA
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{
variant: "glowing-orb", variant: "glowing-orb"}}
}}
tag="Visit Us" tag="Visit Us"
title="Plan Your Visit to Boulder Creek" title="Plan Your Visit to Boulder Creek"
description="We are located at 1551 N Green St D, Brownsburg, IN 46112. Open Wednesday-Sunday. Call us at (317) 858-8100 to reserve your table or order online." description="We are located at 1551 N Green St D, Brownsburg, IN 46112. Open Wednesday-Sunday. Call us at (317) 858-8100 to reserve your table or order online."
buttons={[ buttons={[
{ {
text: "Reserve a Table", text: "Reserve a Table", href: "https://www.google.com/maps/reserve/v/dine/api/User/Reserve"},
href: "https://www.google.com/maps/reserve/v/dine/api/User/Reserve",
},
{ {
text: "Order Online", text: "Order Online", href: "https://bouldercreekdining.com/"},
href: "https://bouldercreekdining.com/",
},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
/> />
@@ -410,54 +268,33 @@ export default function LandingPage() {
<FooterBase <FooterBase
columns={[ columns={[
{ {
title: "Navigation", title: "Navigation", items: [
items: [
{ {
label: "Home", label: "Home", href: "#hero"},
href: "#hero",
},
{ {
label: "Menu", label: "Menu", href: "#features"},
href: "#features",
},
{ {
label: "About Us", label: "About Us", href: "#about"},
href: "#about",
},
{ {
label: "Reservations", label: "Reservations", href: "#contact"},
href: "#contact",
},
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ {
label: "Privacy Policy", label: "Privacy Policy", href: "#"},
href: "#",
},
{ {
label: "Terms of Service", label: "Terms of Service", href: "#"},
href: "#",
},
], ],
}, },
{ {
title: "Contact", title: "Contact", items: [
items: [
{ {
label: "1551 N Green St D, Brownsburg, IN 46112", label: "1551 N Green St D, Brownsburg, IN 46112", href: "https://maps.app.goo.gl/3JgY8YwLgK9Y2K7R6"},
href: "https://maps.app.goo.gl/3JgY8YwLgK9Y2K7R6",
},
{ {
label: "(317) 858-8100", label: "(317) 858-8100", href: "tel:+13178588100"},
href: "tel:+13178588100",
},
{ {
label: "info@bouldercreekdining.com", label: "info@bouldercreekdining.com", href: "mailto:info@bouldercreekdining.com"},
href: "mailto:info@bouldercreekdining.com",
},
], ],
}, },
]} ]}