diff --git a/src/app/page.tsx b/src/app/page.tsx index fc474c7..650a3d2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,24 +33,24 @@ export default function LandingPage() { @@ -61,23 +61,28 @@ export default function LandingPage() { description="A South Phoenix favorite serving homemade Mexican classics, breakfast favorites, fresh sushi creations, and unforgettable hospitality for over a decade." buttons={[ { - text: "View Menu", href: "#favorites"}, + text: "View Menu", href: "#favorites"}, { - text: "Order Pickup", href: "#contact"}, + text: "Order Pickup", href: "#contact"}, ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/mexican-meal_23-2148159756.jpg", imageAlt: "Fresh tortillas"}, + imageSrc: "http://img.b2bpic.net/free-photo/mexican-meal_23-2148159756.jpg", imageAlt: "Fresh tortillas" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-tacos-arrangement_23-2150799475.jpg", imageAlt: "Sizzling carne asada"}, + imageSrc: "http://img.b2bpic.net/free-photo/delicious-traditional-tacos-arrangement_23-2150799475.jpg", imageAlt: "Sizzling carne asada" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/mexican-beef-stripes-with-vegetables-tortilla-with-guacamole-table-cloth_23-2148042467.jpg", imageAlt: "Huevos rancheros"}, + imageSrc: "http://img.b2bpic.net/free-photo/mexican-beef-stripes-with-vegetables-tortilla-with-guacamole-table-cloth_23-2148042467.jpg", imageAlt: "Huevos rancheros" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-serving-friends-food-table-holding-drink_23-2149187052.jpg", imageAlt: "Family dining moments"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-serving-friends-food-table-holding-drink_23-2149187052.jpg", imageAlt: "Family dining moments" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/buddha-bowl-rice-with-salmon-radish-red-cabbage-edamame-beans-sesame-seeds_127032-3117.jpg", imageAlt: "Fresh sushi platter"}, + imageSrc: "http://img.b2bpic.net/free-photo/buddha-bowl-rice-with-salmon-radish-red-cabbage-edamame-beans-sesame-seeds_127032-3117.jpg", imageAlt: "Fresh sushi platter" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/clipboard-near-sauces-food_23-2147740819.jpg", imageAlt: "Variety of tacos" + imageSrc: "http://img.b2bpic.net/free-photo/clipboard-near-sauces-food_23-2147740819.jpg", imageAlt: "Variety of tacos" } ]} />