Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-05 01:34:50 +00:00

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="medium"
sizing="mediumLargeSizeLargeTitles"
background="aurora"
background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="flat"
secondaryButtonStyle="glass"
@@ -49,7 +49,7 @@ export default function LandingPage() {
background={{ variant: "plain" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-friends-are-having-dinner-together_53876-40927.jpg?_wi=1", imageAlt: "Cozy family restaurant dining area"
imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-friends-are-having-dinner-together_53876-40927.jpg", imageAlt: "Cozy family restaurant dining area"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-delicious-cooked-meat-with-vegetables_181624-35358.jpg", imageAlt: "Beautifully plated restaurant cuisine"
@@ -91,11 +91,11 @@ export default function LandingPage() {
tagAnimation="slide-up"
features={[
{
title: "Appetizers & Starters", description: "Begin your journey with our carefully selected appetizers, crafted to delight and share", imageSrc: "http://img.b2bpic.net/free-photo/front-view-sliced-meals-different-dishes-inside-white-plate-table_140725-11651.jpg?_wi=1", imageAlt: "Gourmet appetizers", buttonIcon: ArrowRight,
title: "Appetizers & Starters", description: "Begin your journey with our carefully selected appetizers, crafted to delight and share", imageSrc: "http://img.b2bpic.net/free-photo/front-view-sliced-meals-different-dishes-inside-white-plate-table_140725-11651.jpg", imageAlt: "Gourmet appetizers", buttonIcon: ArrowRight,
buttonHref: "#"
},
{
title: "Premium Entrées", description: "Our main courses feature the finest ingredients, prepared with time-honored techniques", imageSrc: "http://img.b2bpic.net/free-photo/meat-rolls-with-herbs-sauce-glass-wine_140725-3451.jpg?_wi=1", imageAlt: "Restaurant entree", buttonIcon: ArrowRight,
title: "Premium Entrées", description: "Our main courses feature the finest ingredients, prepared with time-honored techniques", imageSrc: "http://img.b2bpic.net/free-photo/meat-rolls-with-herbs-sauce-glass-wine_140725-3451.jpg", imageAlt: "Restaurant entree", buttonIcon: ArrowRight,
buttonHref: "#"
},
{
@@ -107,11 +107,11 @@ export default function LandingPage() {
buttonHref: "#"
},
{
title: "Seasonal Specials", description: "Discover new flavors with our rotating seasonal menu featuring fresh, local ingredients", imageSrc: "http://img.b2bpic.net/free-photo/front-view-sliced-meals-different-dishes-inside-white-plate-table_140725-11651.jpg?_wi=2", imageAlt: "Seasonal menu items", buttonIcon: ArrowRight,
title: "Seasonal Specials", description: "Discover new flavors with our rotating seasonal menu featuring fresh, local ingredients", imageSrc: "http://img.b2bpic.net/free-photo/front-view-sliced-meals-different-dishes-inside-white-plate-table_140725-11651.jpg", imageAlt: "Seasonal menu items", buttonIcon: ArrowRight,
buttonHref: "#"
},
{
title: "Family Platters", description: "Perfect for sharing our family-style platters bring everyone to the table", imageSrc: "http://img.b2bpic.net/free-photo/meat-rolls-with-herbs-sauce-glass-wine_140725-3451.jpg?_wi=2", imageAlt: "Family dining platters", buttonIcon: ArrowRight,
title: "Family Platters", description: "Perfect for sharing our family-style platters bring everyone to the table", imageSrc: "http://img.b2bpic.net/free-photo/meat-rolls-with-herbs-sauce-glass-wine_140725-3451.jpg", imageAlt: "Family dining platters", buttonIcon: ArrowRight,
buttonHref: "#"
}
]}
@@ -130,16 +130,16 @@ export default function LandingPage() {
tagAnimation="slide-up"
products={[
{
id: "1", name: "Intimate Dining", price: "Personalized", variant: "Perfect for couples and special occasions", imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg?_wi=1", imageAlt: "Intimate dining setting"
id: "1", name: "Intimate Dining", price: "Personalized", variant: "Perfect for couples and special occasions", imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg", imageAlt: "Intimate dining setting"
},
{
id: "2", name: "Family Gatherings", price: "Group Friendly", variant: "Spacious tables perfect for families and celebrations", imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-friends-are-having-dinner-together_53876-40927.jpg?_wi=2", imageAlt: "Family dining experience"
id: "2", name: "Family Gatherings", price: "Group Friendly", variant: "Spacious tables perfect for families and celebrations", imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-friends-are-having-dinner-together_53876-40927.jpg", imageAlt: "Family dining experience"
},
{
id: "3", name: "Private Events", price: "Customizable", variant: "Reserve our private dining room for your special event", imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg?_wi=2", imageAlt: "Private event dining"
id: "3", name: "Private Events", price: "Customizable", variant: "Reserve our private dining room for your special event", imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg", imageAlt: "Private event dining"
},
{
id: "4", name: "Weekend Brunch", price: "All-Day Value", variant: "Join us for our signature weekend brunch experience", imageSrc: "http://img.b2bpic.net/free-photo/front-view-sliced-meals-different-dishes-inside-white-plate-table_140725-11651.jpg?_wi=3", imageAlt: "Weekend brunch menu"
id: "4", name: "Weekend Brunch", price: "All-Day Value", variant: "Join us for our signature weekend brunch experience", imageSrc: "http://img.b2bpic.net/free-photo/front-view-sliced-meals-different-dishes-inside-white-plate-table_140725-11651.jpg", imageAlt: "Weekend brunch menu"
}
]}
gridVariant="two-columns-alternating-heights"
@@ -176,7 +176,7 @@ export default function LandingPage() {
tagIcon={Phone}
title="Reserve Your Table Today"
description="Join us for an unforgettable dining experience. Reserve your table now or reach out with any questions we look forward to welcoming you to Dream Night."
background={{ variant: "aurora" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
inputPlaceholder="Your email address"
buttonText="Get Reservation Info"