Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-08 04:06:40 +00:00

View File

@@ -32,7 +32,7 @@ export default function HomePage() {
borderRadius="pill"
contentWidth="medium"
sizing="mediumLargeSizeMediumTitles"
background="circleGradient"
background="aurora"
cardStyle="inset"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="radial-glow"
@@ -43,8 +43,7 @@ export default function HomePage() {
brandName="The Great Debate"
navItems={navItems}
button={{
text: "Reserve Your Table",
href: "/reservations"
text: "Reserve Your Table", href: "/reservations"
}}
animateOnLoad={true}
/>
@@ -55,17 +54,15 @@ export default function HomePage() {
title="Where Every Meal Becomes a Conversation"
description="Experience premium fine dining with locally sourced ingredients, creative dishes, and an atmosphere perfect for unforgettable moments"
tag="Latino-Owned Excellence"
background={{ variant: "circleGradient" }}
imageSrc="http://img.b2bpic.net/free-photo/high-angle-delicious-fish-meal_23-2148494083.jpg?_wi=1"
background={{ variant: "canvas-reveal" }}
imageSrc="http://img.b2bpic.net/free-photo/high-angle-delicious-fish-meal_23-2148494083.jpg"
imageAlt="Signature dish at The Great Debate"
buttons={[
{
text: "Reserve Your Table",
href: "/reservations"
text: "Reserve Your Table", href: "/reservations"
},
{
text: "View Menu",
href: "/menu"
text: "View Menu", href: "/menu"
}
]}
/>
@@ -78,32 +75,16 @@ export default function HomePage() {
tag="Our Strengths"
metrics={[
{
id: "1",
value: "5.0",
title: "Stars",
description: "Rated by 20+ guests",
icon: Star
id: "1", value: "5.0", title: "Stars", description: "Rated by 20+ guests", icon: Star
},
{
id: "2",
value: "100%",
title: "Local",
description: "Locally sourced ingredients",
icon: Leaf
id: "2", value: "100%", title: "Local", description: "Locally sourced ingredients", icon: Leaf
},
{
id: "3",
value: "24/7",
title: "Service",
description: "Exceptional service & vibrant atmosphere",
icon: Users
id: "3", value: "24/7", title: "Service", description: "Exceptional service & vibrant atmosphere", icon: Users
},
{
id: "4",
value: "Est",
title: "Community",
description: "Latino-owned & community-focused",
icon: Heart
id: "4", value: "Est", title: "Community", description: "Latino-owned & community-focused", icon: Heart
}
]}
gridVariant="uniform-all-items-equal"
@@ -120,36 +101,16 @@ export default function HomePage() {
tag="Featured Menu Items"
products={[
{
id: "1",
name: "Charred Steak Tacos",
price: "$22",
variant: "Served with cilantro lime sauce",
imageSrc: "http://img.b2bpic.net/free-photo/homemade-chicken-tacos-food-recipe-idea_53876-95997.jpg?_wi=1",
imageAlt: "Charred steak tacos"
id: "1", name: "Charred Steak Tacos", price: "$22", variant: "Served with cilantro lime sauce", imageSrc: "http://img.b2bpic.net/free-photo/homemade-chicken-tacos-food-recipe-idea_53876-95997.jpg", imageAlt: "Charred steak tacos"
},
{
id: "2",
name: "Pan-Seared Mahi Mahi",
price: "$28",
variant: "With tropical mango salsa",
imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-narsharab-sauce_140725-4677.jpg?_wi=1",
imageAlt: "Pan-seared mahi mahi"
id: "2", name: "Pan-Seared Mahi Mahi", price: "$28", variant: "With tropical mango salsa", imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-narsharab-sauce_140725-4677.jpg", imageAlt: "Pan-seared mahi mahi"
},
{
id: "3",
name: "BBQ Pork Sandwich",
price: "$18",
variant: "Slow-roasted with house sauce",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-liver-pate-with-onion-bread_141793-4065.jpg?_wi=1",
imageAlt: "BBQ pork sandwich"
id: "3", name: "BBQ Pork Sandwich", price: "$18", variant: "Slow-roasted with house sauce", imageSrc: "http://img.b2bpic.net/free-photo/top-view-liver-pate-with-onion-bread_141793-4065.jpg", imageAlt: "BBQ pork sandwich"
},
{
id: "4",
name: "Chocolate Mousse Dessert",
price: "$12",
variant: "With berry compote",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-red-nougat-sliced-with-nuts-fresh-red-strawberries-white-surface-sweet-dessert-nougat-nut-cake-biscuit_140725-53318.jpg?_wi=1",
imageAlt: "Chocolate mousse dessert"
id: "4", name: "Chocolate Mousse Dessert", price: "$12", variant: "With berry compote", imageSrc: "http://img.b2bpic.net/free-photo/front-view-red-nougat-sliced-with-nuts-fresh-red-strawberries-white-surface-sweet-dessert-nougat-nut-cake-biscuit_140725-53318.jpg", imageAlt: "Chocolate mousse dessert"
}
]}
gridVariant="uniform-all-items-equal"
@@ -158,8 +119,7 @@ export default function HomePage() {
useInvertedBackground={false}
buttons={[
{
text: "See Full Menu",
href: "/menu"
text: "See Full Menu", href: "/menu"
}
]}
/>
@@ -172,40 +132,20 @@ export default function HomePage() {
tag="Customer Reviews"
testimonials={[
{
id: "1",
name: "Christine M.",
handle: "@christinem",
testimonial: "This place should always be hopping! Everything is perfect! From the food to the service, every detail shows how much they care.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-therapy_23-2148928886.jpg?_wi=1",
imageAlt: "Christine M."
id: "1", name: "Christine M.", handle: "@christinem", testimonial: "This place should always be hopping! Everything is perfect! From the food to the service, every detail shows how much they care.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-therapy_23-2148928886.jpg", imageAlt: "Christine M."
},
{
id: "2",
name: "Nilaya S.",
handle: "@nilaya_s",
testimonial: "Best fine dining in Freeport! The creativity and quality are unmatched. Perfect for date night or celebrating with friends.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-upset-woman-black-shirt-posing-white-background-high-quality-photo_114579-60988.jpg?_wi=1",
imageAlt: "Nilaya S."
id: "2", name: "Nilaya S.", handle: "@nilaya_s", testimonial: "Best fine dining in Freeport! The creativity and quality are unmatched. Perfect for date night or celebrating with friends.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-upset-woman-black-shirt-posing-white-background-high-quality-photo_114579-60988.jpg", imageAlt: "Nilaya S."
},
{
id: "3",
name: "Marcus D.",
handle: "@marcusd",
testimonial: "Supporting local Latino business has never tasted so good. The passion in every dish is incredible.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-concept-portrait-handsome-serious-business-man-suit-looking-work-laptop-white-background_1258-103931.jpg?_wi=1",
imageAlt: "Marcus D."
id: "3", name: "Marcus D.", handle: "@marcusd", testimonial: "Supporting local Latino business has never tasted so good. The passion in every dish is incredible.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-concept-portrait-handsome-serious-business-man-suit-looking-work-laptop-white-background_1258-103931.jpg", imageAlt: "Marcus D."
},
{
id: "4",
name: "Sarah J.",
handle: "@sarahj",
testimonial: "The atmosphere is vibrant and welcoming. Staff truly goes above and beyond. Will definitely be back!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/confident-woman-standing-white_114579-77602.jpg?_wi=1",
imageAlt: "Sarah J."
id: "4", name: "Sarah J.", handle: "@sarahj", testimonial: "The atmosphere is vibrant and welcoming. Staff truly goes above and beyond. Will definitely be back!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/confident-woman-standing-white_114579-77602.jpg", imageAlt: "Sarah J."
}
]}
showRating={true}
@@ -222,12 +162,10 @@ export default function HomePage() {
background={{ variant: "plain" }}
buttons={[
{
text: "Make a Reservation",
href: "/reservations"
text: "Make a Reservation", href: "/reservations"
},
{
text: "Call +1 815-232-4408",
href: "tel:+18152324408"
text: "Call +1 815-232-4408", href: "tel:+18152324408"
}
]}
useInvertedBackground={false}
@@ -241,18 +179,15 @@ export default function HomePage() {
socialLinks={[
{
icon: Instagram,
href: "https://instagram.com",
ariaLabel: "Instagram"
href: "https://instagram.com", ariaLabel: "Instagram"
},
{
icon: Facebook,
href: "https://facebook.com",
ariaLabel: "Facebook"
href: "https://facebook.com", ariaLabel: "Facebook"
},
{
icon: Phone,
href: "tel:+18152324408",
ariaLabel: "Call us"
href: "tel:+18152324408", ariaLabel: "Call us"
}
]}
/>