Merge version_1 into main #5

Merged
bender merged 1 commits from version_1 into main 2026-06-04 17:34:08 +00:00

View File

@@ -33,24 +33,24 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home", id: "#home"},
name: "Home", id: "#home"},
{
name: "About", id: "#about"},
name: "About", id: "#about"},
{
name: "Favorites", id: "#favorites"},
name: "Favorites", id: "#favorites"},
{
name: "Why Choose Us", id: "#features"},
name: "Why Choose Us", id: "#features"},
{
name: "Testimonials", id: "#testimonials"},
name: "Testimonials", id: "#testimonials"},
{
name: "Gallery", id: "#gallery"},
name: "Gallery", id: "#gallery"},
{
name: "FAQ", id: "#faq"},
name: "FAQ", id: "#faq"},
{
name: "Contact", id: "#contact"},
name: "Contact", id: "#contact"},
]}
button={{
text: "Order Now", href: "#contact"}}
text: "Order Now", href: "#contact"}}
brandName="EL SNAPPY"
/>
</div>
@@ -61,29 +61,23 @@ 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"},
]}
/>
</div>
@@ -102,7 +96,8 @@ export default function LandingPage() {
useInvertedBackground={false}
title="A Hidden Gem Worth Finding"
description={[
"Some restaurants chase trends. We chase flavor. For years, El Snappy Mexican Food has been serving authentic homemade meals to families, workers, neighbors, and visitors looking for real food at honest prices.", "From handmade tortillas and sizzling breakfast plates to fresh sushi platters and family recipes, every dish is prepared with the same care we'd serve in our own home. Because around here, you're not just a customer. You're family.", "More Than Mexican Food: Fresh sushi platters, breakfast favorites, lunch specials, family meals, and homemade comfort food all under one roof. Perfect for: Breakfast, Lunch, Family dinners, Catering, Game day platters, Takeout."]}
"Some restaurants chase trends. We chase flavor. For years, El Snappy Mexican Food has been serving authentic homemade meals to families, workers, neighbors, and visitors looking for real food at honest prices.", "From handmade tortillas and sizzling breakfast plates to fresh sushi platters and family recipes, every dish is prepared with the same care we'd serve in our own home. Because around here, you're not just a customer. You're family.", "More Than Mexican Food: Fresh sushi platters, breakfast favorites, lunch specials, family meals, and homemade comfort food all under one roof. Perfect for: Breakfast, Lunch, Family dinners, Catering, Game day platters, Takeout."
]}
/>
</div>