Update src/app/page.tsx

This commit is contained in:
2026-03-19 12:19:27 +00:00
parent dd4eca3fae
commit c4af9a9b8a

View File

@@ -42,7 +42,7 @@ export default function LandingPage() {
<HeroCentered
title="Authentic Tunisian Cuisine in the Heart of Tunis"
description="Experience the flavors of local tradition at Al Ostedh. Premium meals at budget-friendly prices. Open daily for lunch and dinner."
background="radial-gradient"
background={{ variant: "radial-gradient" }}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/vegetable-salad-with-tomato-sauteed-bell-peppers-parsley-lemon-olive-oil_141793-2288.jpg", alt: "Delicious Tunisian food dish"
@@ -130,7 +130,7 @@ export default function LandingPage() {
id: "location", value: "Central", title: "Prime Location", description: "15 Rue de La Palestine, easy access & parking", icon: MapPin
}
]}
gridVariant="three-columns-all-equal-width"
gridVariant="uniform-all-items-equal"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}