diff --git a/src/app/page.tsx b/src/app/page.tsx index 9df3b17..d9323ad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,25 +30,15 @@ export default function LandingPage() { @@ -57,21 +47,16 @@ export default function LandingPage() {
@@ -81,7 +66,7 @@ export default function LandingPage() { useInvertedBackground={false} title="A Legacy of Taste" description="At La Mexicana, we are proud to serve the Racine community with authentic recipes passed down through generations. Quality, quantity, and service are at the heart of everything we do." - imageSrc="http://img.b2bpic.net/free-photo/cheff-cutting-pineapple-into-slices-burning-leafy-top_140725-4958.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/cheff-cutting-pineapple-into-slices-burning-leafy-top_140725-4958.jpg" imageAlt="Fresh ingredients preparation" /> @@ -93,70 +78,43 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "Breakfast Burritos", - description: "Start your day with our famous hearty, hand-rolled burritos.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tacos-lime-arrangement_23-2148750463.jpg?_wi=1", - imageAlt: "Breakfast Burrito", - }, + id: "f1", title: "Breakfast Burritos", description: "Start your day with our famous hearty, hand-rolled burritos.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tacos-lime-arrangement_23-2148750463.jpg", imageAlt: "Breakfast Burrito"}, items: [ { icon: CheckCircle, - text: "Fresh daily ingredients", - }, + text: "Fresh daily ingredients"}, { icon: CheckCircle, - text: "Authentic flavor", - }, + text: "Authentic flavor"}, ], - reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/three-delicious-mexican-tacos-with-fresh-toppings_84443-82579.jpg?_wi=2", - imageAlt: "authentic mexican restaurant interior", + reverse: false }, { - id: "f2", - title: "Traditional Drinks", - description: "Taste the tradition with our refreshing and authentic beverages.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-michelada-beverage-composition_23-2149027811.jpg", - imageAlt: "Pulque drink", - }, + id: "f2", title: "Traditional Drinks", description: "Taste the tradition with our refreshing and authentic beverages.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/delicious-michelada-beverage-composition_23-2149027811.jpg", imageAlt: "Pulque drink"}, items: [ { icon: CheckCircle, - text: "Traditional preparation", - }, + text: "Traditional preparation"}, { icon: CheckCircle, - text: "Rare and local favorites", - }, + text: "Rare and local favorites"}, ], - reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/cheff-cutting-pineapple-into-slices-burning-leafy-top_140725-4958.jpg?_wi=2", - imageAlt: "fresh handmade tortillas mexican food", + reverse: true }, { - id: "f3", - title: "Flavorful Tacos", - description: "Savor the best steak and chicken tacos in Racine.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-tacos-plate_23-2148629332.jpg", - imageAlt: "Tacos", - }, + id: "f3", title: "Flavorful Tacos", description: "Savor the best steak and chicken tacos in Racine.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-tacos-plate_23-2148629332.jpg", imageAlt: "Tacos"}, items: [ { icon: CheckCircle, - text: "Premium quality meat", - }, + text: "Premium quality meat"}, { icon: CheckCircle, - text: "Hand-made tortillas", - }, + text: "Hand-made tortillas"}, ], - reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tacos-lime-arrangement_23-2148750463.jpg?_wi=2", - imageAlt: "handheld fresh breakfast burrito", + reverse: false }, ]} title="Our Signature Specialties" @@ -169,30 +127,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - name: "Ciena Velez", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-pub_23-2149104430.jpg", - }, + id: "t1", name: "Ciena Velez", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-pub_23-2149104430.jpg"}, { - id: "t2", - name: "Erick Miranda", - imageSrc: "http://img.b2bpic.net/free-photo/pretty-smiling-lady-shirt-jeans-sitting-bar-counter-cafe-with-fork-hand-cake-near-dreamily-looking-aside_574295-293.jpg", - }, + id: "t2", name: "Erick Miranda", imageSrc: "http://img.b2bpic.net/free-photo/pretty-smiling-lady-shirt-jeans-sitting-bar-counter-cafe-with-fork-hand-cake-near-dreamily-looking-aside_574295-293.jpg"}, { - id: "t3", - name: "Cherita Walker", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-holding-golden-stars-icons_53876-71033.jpg", - }, + id: "t3", name: "Cherita Walker", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-holding-golden-stars-icons_53876-71033.jpg"}, { - id: "t4", - name: "Local Guest", - imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187207.jpg", - }, + id: "t4", name: "Local Guest", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187207.jpg"}, { - id: "t5", - name: "Happy Diner", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-standing-front-toys-amusement-park_23-2147910668.jpg", - }, + id: "t5", name: "Happy Diner", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-standing-front-toys-amusement-park_23-2147910668.jpg"}, ]} cardTitle="What Our Neighbors Say" cardAnimation="slide-up" @@ -204,8 +147,7 @@ export default function LandingPage() {