diff --git a/src/app/page.tsx b/src/app/page.tsx index 3eeeb56..7f82144 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -173,7 +173,7 @@ export default function LandingPage() { { id: "test-5", title: "Unbeatable Value", quote: "El Snappy offers incredible value for such high-quality, homemade food. You get generous portions without breaking the bank.", name: "Juan Perez", role: "Value Seeker", imageSrc: "http://img.b2bpic.net/free-photo/charming-cute-woman-hinting-go-play-snowballs-with-her-winking-joyfully-as-inviting-us-smiling-br_1258-143076.jpg"}, { - id: "test-6", title: "Always Fresh and Delicious", quote: "Every dish is made to order with fresh ingredients. You can taste the difference – it’s always incredibly delicious.", name: "Elena Rodriguez", role: "Daily Visitor", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-carrying-shopping-bags_23-2148660763.jpg"}, + id: "test-6", title: "Always Fresh and Delicious", quote: "Every dish is made to order with fresh ingredients. You can taste the difference – it’s always incredibly delicious.", name: "Elena Rodriguez", role: "Daily Visitor", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-carrying-shopping-bags_23-2148660763.jpg"} ]} title="Customer Testimonials" description="Hear what our beloved customers have to say about their El Snappy experience." @@ -199,7 +199,7 @@ export default function LandingPage() { { id: "gallery-5", name: "Family Dining Experience", imageSrc: "http://img.b2bpic.net/free-photo/therapist-taking-notes-mental-health-progress-with-adolescent_482257-124828.jpg", imageAlt: "Family enjoying a meal at the restaurant"}, { - id: "gallery-6", name: "Cozy Outdoor Patio", imageSrc: "http://img.b2bpic.net/free-photo/charming-cafe-with-floral-decor-outdoor-seating_23-2151984704.jpg", imageAlt: "Outdoor patio seating at El Snappy"}, + id: "gallery-6", name: "Cozy Outdoor Patio", imageSrc: "http://img.b2bpic.net/free-photo/charming-cafe-with-floral-decor-outdoor-seating_23-2151984704.jpg", imageAlt: "Outdoor patio seating at El Snappy"} ]} memberVariant="card" /> @@ -219,7 +219,7 @@ export default function LandingPage() { { id: "faq-4", title: "Do you cater large orders?", content: "Yes, we specialize in family meals and party platters for all occasions. Please contact us to discuss your catering needs."}, { - id: "faq-5", title: "Do you serve sushi?", content: "Indeed! Our unique sushi platters have become a local favorite and are a delicious surprise for many of our guests."}, + id: "faq-5", title: "Do you serve sushi?", content: "Indeed! Our unique sushi platters have become a local favorite and are a delicious surprise for many of our guests."} ]} imageSrc="http://img.b2bpic.net/free-photo/homemade-wheat-tortillas-pita-bread-tortilla-pita-with-ingredients-cooking-white-table-top-view_127032-3123.jpg" imageAlt="Freshly made tortillas" @@ -242,10 +242,10 @@ export default function LandingPage() { }, { name: "email", type: "email", placeholder: "Your Email", required: true, - }, + } ]} textarea={{ - name: "message", placeholder: "Your Message", rows: 4, + name: "message", placeholder: "Your Message", rows: 4 }} imageSrc="http://img.b2bpic.net/free-photo/view-colorful-mexican-urban-architecture_23-2149749963.jpg" imageAlt="Vibrant Mexican market scene" @@ -268,8 +268,8 @@ export default function LandingPage() { { label: "Daily Specials", href: "#"}, { - label: "Sushi Creations", href: "#favorites"}, - ], + label: "Sushi Creations", href: "#favorites"} + ] }, { title: "About Us", items: [ @@ -280,8 +280,8 @@ export default function LandingPage() { { label: "Testimonials", href: "#testimonials"}, { - label: "Gallery", href: "#gallery"}, - ], + label: "Gallery", href: "#gallery"} + ] }, { title: "Support", items: [ @@ -292,9 +292,9 @@ export default function LandingPage() { { label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", href: "#"}, - ], - }, + label: "Terms of Service", href: "#"} + ] + } ]} copyrightText="© 2024 El Snappy Mexican Food. All rights reserved." />