diff --git a/src/app/page.tsx b/src/app/page.tsx index 098806b..b058b44 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,6 +65,7 @@ export default function LandingPage() { ]} imageSrc="http://img.b2bpic.net/free-photo/top-view-delicious-mexican-food-ready-be-served_23-2148614371.jpg" imageAlt="Vibrant and delicious Mexican tacos spread" + ariaLabel="Hero section" /> @@ -84,6 +85,7 @@ export default function LandingPage() { label: "Happy Customers", value: "Thousands"}, ]} metricsAnimation="slide-up" + ariaLabel="About metrics section" /> @@ -101,6 +103,7 @@ export default function LandingPage() { ]} title="Ignite Your Taste Buds" description="Discover what makes Tacos Las Mamis an unforgettable culinary journey. Each dish is a symphony of authentic flavors." + ariaLabel="Feature section" /> @@ -126,6 +129,7 @@ export default function LandingPage() { ]} title="Our Signature Tacos" description="From classic al pastor to innovative vegetarian options, our menu is a celebration of Mexican street food artistry." + ariaLabel="Product section" /> @@ -156,6 +160,7 @@ export default function LandingPage() { ]} title="Daily Deals & Combos" description="Great value, incredible taste. Our combo meals are perfect for a satisfying lunch or a delightful dinner." + ariaLabel="Pricing section" /> @@ -178,6 +183,7 @@ export default function LandingPage() { title="What Our Mamis Say" description="Hear from our beloved customers about their favorite Tacos Las Mamis experiences." animationType="slide-up" + ariaLabel="Testimonials section" /> @@ -189,6 +195,7 @@ export default function LandingPage() { "Local Foodies", "City Eats", "Taste Magazine", "Restaurant Critics", "Daily News", "Community Favorites", "Food Bloggers"]} title="Loved by the Community" description="A local favorite, Tacos Las Mamis is proudly serving authentic flavors to our neighborhood." + ariaLabel="Social proof section" /> @@ -203,6 +210,7 @@ export default function LandingPage() { inputPlaceholder="Your Email Address" buttonText="Sign Up for Deals" termsText="By clicking Sign Up you're confirming that you agree with our Terms and Conditions." + ariaLabel="Contact section" /> @@ -242,6 +250,7 @@ export default function LandingPage() { ]} bottomLeftText="© 2023 Tacos Las Mamis. All rights reserved." bottomRightText="Made with passion in Jalisco, Mexico." + ariaLabel="Site footer" />