Update src/app/page.tsx

This commit is contained in:
2026-03-20 04:32:58 +00:00
parent 3beb35fcf1
commit 702db0ac80

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
<HeroCentered
title="Welcome to Bel Posto The Cafe"
description="Experience premium cafe culture in the heart of Jubilee Hills. Exceptional coffee, fresh pastries, and warm hospitality await you."
background="radial-gradient"
background={{ variant: "radial-gradient" }}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/bearded-hipster-using-laptop-cafe_171337-18088.jpg", alt: "Bel Posto Cafe interior with warm ambiance"
@@ -97,7 +97,7 @@ export default function LandingPage() {
title: "Gourmet Sandwiches", description: "Premium sandwiches made with fresh ingredients, perfect for a quick lunch.", imageSrc: "http://img.b2bpic.net/free-photo/toast-sandwich-with-greens-tomatoes_23-2148893620.jpg", imageAlt: "Gourmet sandwich"
}
]}
gridVariant="three-columns-all-equal-width"
gridVariant="uniform-all-items-equal"
animationType="slide-up"
useInvertedBackground={false}
/>
@@ -149,7 +149,7 @@ export default function LandingPage() {
id: "experience", value: "10+", title: "Years of Excellence", description: "Consistent quality and service", icon: Award
}
]}
gridVariant="three-columns-all-equal-width"
gridVariant="uniform-all-items-equal"
animationType="slide-up"
useInvertedBackground={false}
/>