Update src/app/page.tsx

This commit is contained in:
2026-04-30 14:36:41 +00:00
parent bfce19fc82
commit bfabe07183

View File

@@ -56,7 +56,7 @@ export default function LandingPage() {
<HeroOverlay
title="Authentic Mexican Flavors in Every Bite"
description="Experience the warmth of La Fiesta. From sizzling fajitas to our signature chimichangas, we bring the heart of Mexico to Morristown."
imageSrc="http://img.b2bpic.net/free-photo/colourful-traditional-mexican-house_23-2151769304.jpg"
imageSrc="http://img.b2bpic.net/free-photo/colourful-traditional-mexican-house_23-2151769304.jpg?_wi=1"
showDimOverlay={true}
avatars={[
{
@@ -89,7 +89,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Welcome to La Fiesta"
description="Family-owned and operated, we take pride in using fresh, high-quality ingredients to serve authentic Mexican dishes. Join us for a meal where the staff feels like family and the atmosphere feels like home."
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-frame-with-tortilla-chips-copy-space_23-2148329170.jpg"
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-frame-with-tortilla-chips-copy-space_23-2148329170.jpg?_wi=1"
/>
</div>
@@ -111,7 +111,7 @@ export default function LandingPage() {
title: "Takeout Available",
subtitle: "Fast Service",
description: "Order your favorite meals to go and enjoy them in the comfort of home.",
imageSrc: "http://img.b2bpic.net/free-photo/colourful-traditional-mexican-house_23-2151769304.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/colourful-traditional-mexican-house_23-2151769304.jpg?_wi=2",
imageAlt: "middle aged woman smiling portrait",
},
{
@@ -119,7 +119,7 @@ export default function LandingPage() {
title: "Quality Ingredients",
subtitle: "Farm to Table",
description: "We source the freshest vegetables and premium meats for every dish.",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-frame-with-tortilla-chips-copy-space_23-2148329170.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-frame-with-tortilla-chips-copy-space_23-2148329170.jpg?_wi=2",
imageAlt: "middle aged woman smiling portrait",
},
]}