Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-06-04 17:26:43 +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,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"
}
]}
/>