Update src/app/page.tsx

This commit is contained in:
2026-03-16 09:42:30 +00:00
parent f8d6ba750b
commit cda29cf996

View File

@@ -104,10 +104,10 @@ export default function LandingPage() {
title: "Breakfast Buffet", description: "Abundant, fresh, and generous. The perfect way to start your day.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-table_23-2148941529.jpg", imageAlt: "Breakfast Buffet Spread"
},
{
title: "High Five Burger", description: "Premium ingredients, perfect execution. A modern classic.", imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-with-onion-rings-tomato-lettuce-served-with-salad-fries_140725-8250.jpg?_wi=1", imageAlt: "High Five Signature Burger"
title: "High Five Burger", description: "Premium ingredients, perfect execution. A modern classic.", imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-with-onion-rings-tomato-lettuce-served-with-salad-fries_140725-8250.jpg", imageAlt: "High Five Signature Burger"
},
{
title: "Fresh Cappuccino", description: "Artisan-brewed coffee with care. Every cup tells a story.", imageSrc: "http://img.b2bpic.net/free-photo/cup-cappuccino-with-cookies_140725-6400.jpg?_wi=1", imageAlt: "Premium Cappuccino"
title: "Fresh Cappuccino", description: "Artisan-brewed coffee with care. Every cup tells a story.", imageSrc: "http://img.b2bpic.net/free-photo/cup-cappuccino-with-cookies_140725-6400.jpg", imageAlt: "Premium Cappuccino"
}
]}
gridVariant="bento-grid"
@@ -129,7 +129,7 @@ export default function LandingPage() {
{ id: "portions", value: "Generous", description: "You never leave hungry or unsatisfied" },
{ id: "atmosphere", value: "Relaxing", description: "Soft music, cozy seating, peaceful vibes" }
]}
gridVariant="three-columns-all-equal-width"
gridVariant="uniform-all-items-equal"
animationType="scale-rotate"
textboxLayout="default"
useInvertedBackground={true}
@@ -177,13 +177,13 @@ export default function LandingPage() {
tagAnimation="slide-up"
features={[
{
title: "Breakfast & Coffee", description: "Start your morning with fresh pastries and artisan coffee. A calm ritual before your day begins.", imageSrc: "http://img.b2bpic.net/free-photo/cup-cappuccino-with-cookies_140725-6400.jpg?_wi=2", imageAlt: "Breakfast Coffee"
title: "Breakfast & Coffee", description: "Start your morning with fresh pastries and artisan coffee. A calm ritual before your day begins.", imageSrc: "http://img.b2bpic.net/free-photo/cup-cappuccino-with-cookies_140725-6400.jpg", imageAlt: "Breakfast Coffee"
},
{
title: "Family Brunch", description: "Generous portions, warm service, and an atmosphere where everyone feels welcome.", imageSrc: "http://img.b2bpic.net/free-photo/traditional-easter-celebration-easter-holiday-party-holiday-friends-family-festive-table-with-rabbit-meat-vegetables-pies-eggs-top-view-friends-hands-eating-drinking-together_169016-4834.jpg", imageAlt: "Family Brunch"
},
{
title: "Casual Lunch", description: "Fresh ingredients, modern dishes, and a relaxing pace. Lunch as it should be.", imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-with-onion-rings-tomato-lettuce-served-with-salad-fries_140725-8250.jpg?_wi=2", imageAlt: "Casual Lunch"
title: "Casual Lunch", description: "Fresh ingredients, modern dishes, and a relaxing pace. Lunch as it should be.", imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-with-onion-rings-tomato-lettuce-served-with-salad-fries_140725-8250.jpg", imageAlt: "Casual Lunch"
},
{
title: "Relaxing Evening", description: "Soft lighting, calm music, good company. The perfect end to your day.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-friends-enjoying-dinner-party_52683-132607.jpg", imageAlt: "Evening Relaxation"
@@ -195,7 +195,7 @@ export default function LandingPage() {
title: "Social Gatherings", description: "A space where friends laugh, celebrate, and create memories together.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-hanging-out-together_23-2149143974.jpg", imageAlt: "Social Gathering"
}
]}
gridVariant="three-columns-all-equal-width"
gridVariant="uniform-all-items-equal"
animationType="blur-reveal"
textboxLayout="default"
useInvertedBackground={true}