diff --git a/src/app/page.tsx b/src/app/page.tsx index 7c9c5d7..b025303 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,10 @@ export default function LandingPage() { @@ -86,47 +68,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Street Tacos", - price: "$12.00", - variant: "Authentic", - imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-vegetarian-taco_23-2148629335.jpg?_wi=1", - }, + id: "p1", name: "Street Tacos", price: "$12.00", variant: "Authentic", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-vegetarian-taco_23-2148629335.jpg"}, { - id: "p2", - name: "Signature Enchiladas", - price: "$15.00", - variant: "Traditional", - imageSrc: "http://img.b2bpic.net/free-photo/unwrapped-tortilla-green-plate_23-2148629326.jpg?_wi=1", - }, + id: "p2", name: "Signature Enchiladas", price: "$15.00", variant: "Traditional", imageSrc: "http://img.b2bpic.net/free-photo/unwrapped-tortilla-green-plate_23-2148629326.jpg"}, { - id: "p3", - name: "Nachos Supreme", - price: "$10.00", - variant: "Appetizer", - imageSrc: "http://img.b2bpic.net/free-photo/mexican-nacho-chips-salsa-dip-bowl-wooden_2829-11091.jpg?_wi=1", - }, + id: "p3", name: "Nachos Supreme", price: "$10.00", variant: "Appetizer", imageSrc: "http://img.b2bpic.net/free-photo/mexican-nacho-chips-salsa-dip-bowl-wooden_2829-11091.jpg"}, { - id: "p4", - name: "Agua Fresca", - price: "$4.00", - variant: "Drink", - imageSrc: "http://img.b2bpic.net/free-photo/homemade-michelada-cocktail-with-beer-lime-juicehot-saucesalted-rim-tomato-juice-wooden-table_123827-21880.jpg", - }, + id: "p4", name: "Agua Fresca", price: "$4.00", variant: "Drink", imageSrc: "http://img.b2bpic.net/free-photo/homemade-michelada-cocktail-with-beer-lime-juicehot-saucesalted-rim-tomato-juice-wooden-table_123827-21880.jpg"}, { - id: "p5", - name: "Large Burrito", - price: "$13.00", - variant: "Main", - imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-tacos-with-fresh-guacamole-salsa-generated-by-ai_188544-16127.jpg", - }, + id: "p5", name: "Large Burrito", price: "$13.00", variant: "Main", imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-tacos-with-fresh-guacamole-salsa-generated-by-ai_188544-16127.jpg"}, { - id: "p6", - name: "Fresh Churros", - price: "$6.00", - variant: "Dessert", - imageSrc: "http://img.b2bpic.net/free-photo/churros-ina-glass-chocolate-long-view_23-2148379651.jpg", - }, + id: "p6", name: "Fresh Churros", price: "$6.00", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/churros-ina-glass-chocolate-long-view_23-2148379651.jpg"}, ]} title="Our Menu" description="Authentic, fresh, and hand-prepared dishes for every appetite." @@ -140,52 +92,24 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Fresh Ingredients", - description: "We source daily to ensure the highest quality in every bite.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/view-fresh-red-tomatoes-dark-background_179666-19252.jpg", - }, + title: "Fresh Ingredients", description: "We source daily to ensure the highest quality in every bite.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/view-fresh-red-tomatoes-dark-background_179666-19252.jpg"}, items: [ - { - icon: CheckCircle, - text: "Farm-fresh produce", - }, - { - icon: CheckCircle, - text: "Locally sourced meats", - }, - { - icon: CheckCircle, - text: "Daily made salsas", - }, + { icon: CheckCircle, text: "Farm-fresh produce" }, + { icon: CheckCircle, text: "Locally sourced meats" }, + { icon: CheckCircle, text: "Daily made salsas" }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/cocktail-wooden-table-restaurant_23-2147936121.jpg?_wi=2", - imageAlt: "fresh authentic restaurant ingredients", }, { - title: "Family Atmosphere", - description: "A welcoming space for family dinners and social gatherings.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg", - }, + title: "Family Atmosphere", description: "A welcoming space for family dinners and social gatherings.", media: { + imageSrc: "http://img.b2bpic.net/free-photo/rustic-chandelier-made-bulbs-ropes-dining-table-vintage-kitchen_181624-9173.jpg"}, items: [ - { - icon: Heart, - text: "Family-friendly", - }, - { - icon: Heart, - text: "Warm lighting", - }, - { - icon: Heart, - text: "Cozy booths", - }, + { icon: Heart, text: "Family-friendly" }, + { icon: Heart, text: "Warm lighting" }, + { icon: Heart, text: "Cozy booths" }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking_23-2148934674.jpg?_wi=1", - imageAlt: "fresh authentic restaurant ingredients", }, ]} title="Why Choose Tio Pedro" @@ -199,60 +123,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - name: "John D.", - date: "Oct 2024", - title: "Great Food", - quote: "Best street tacos I have had in Texas!", - tag: "Regular", - avatarSrc: "http://img.b2bpic.net/free-photo/smiley-colleagues-eating-noodles-break_23-2149390520.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/cocktail-wooden-table-restaurant_23-2147936121.jpg?_wi=3", - imageAlt: "happy diner portrait smiling", - }, + id: "t1", name: "John D.", date: "Oct 2024", title: "Great Food", quote: "Best street tacos I have had in Texas!", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-colleagues-eating-noodles-break_23-2149390520.jpg", imageSrc: "http://img.b2bpic.net/free-photo/cocktail-wooden-table-restaurant_23-2147936121.jpg", imageAlt: "happy diner portrait smiling"}, { - id: "t2", - name: "Sarah K.", - date: "Sep 2024", - title: "Wonderful Service", - quote: "Tio Pedro makes you feel like family.", - tag: "Guest", - avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking_23-2148934674.jpg?_wi=2", - imageAlt: "happy diner portrait smiling", - }, + id: "t2", name: "Sarah K.", date: "Sep 2024", title: "Wonderful Service", quote: "Tio Pedro makes you feel like family.", tag: "Guest", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598413.jpg", imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking_23-2148934674.jpg", imageAlt: "happy diner portrait smiling"}, { - id: "t3", - name: "Michael S.", - date: "Aug 2024", - title: "Authentic", - quote: "Reminds me of my abuela's cooking.", - tag: "Local", - avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-vegetarian-taco_23-2148629335.jpg?_wi=2", - imageAlt: "happy diner portrait smiling", - }, + id: "t3", name: "Michael S.", date: "Aug 2024", title: "Authentic", quote: "Reminds me of my abuela's cooking.", tag: "Local", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-vegetarian-taco_23-2148629335.jpg", imageAlt: "happy diner portrait smiling"}, { - id: "t4", - name: "Maria L.", - date: "Jul 2024", - title: "Fantastic", - quote: "The enchiladas are to die for.", - tag: "Regular", - avatarSrc: "http://img.b2bpic.net/free-photo/close-up-people-spending-time-together_23-2149152906.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/unwrapped-tortilla-green-plate_23-2148629326.jpg?_wi=2", - imageAlt: "happy diner portrait smiling", - }, + id: "t4", name: "Maria L.", date: "Jul 2024", title: "Fantastic", quote: "The enchiladas are to die for.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-people-spending-time-together_23-2149152906.jpg", imageSrc: "http://img.b2bpic.net/free-photo/unwrapped-tortilla-green-plate_23-2148629326.jpg", imageAlt: "happy diner portrait smiling"}, { - id: "t5", - name: "David B.", - date: "Jun 2024", - title: "Top Notch", - quote: "Always fresh, always fast.", - tag: "Visitor", - avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-pointing-her-smile_1187-4076.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/mexican-nacho-chips-salsa-dip-bowl-wooden_2829-11091.jpg?_wi=2", - imageAlt: "happy diner portrait smiling", - }, + id: "t5", name: "David B.", date: "Jun 2024", title: "Top Notch", quote: "Always fresh, always fast.", tag: "Visitor", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-pointing-her-smile_1187-4076.jpg", imageSrc: "http://img.b2bpic.net/free-photo/mexican-nacho-chips-salsa-dip-bowl-wooden_2829-11091.jpg", imageAlt: "happy diner portrait smiling"}, ]} title="What Our Guests Say" description="Hear from our happy regulars in Poteet." @@ -264,20 +143,11 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "f1", - title: "Do you offer takeout?", - content: "Yes, we offer dine-in and takeout options for all menu items.", - }, + id: "f1", title: "Do you offer takeout?", content: "Yes, we offer dine-in and takeout options for all menu items."}, { - id: "f2", - title: "Do you offer delivery?", - content: "Currently, we do not provide in-house delivery services.", - }, + id: "f2", title: "Do you offer delivery?", content: "Currently, we do not provide in-house delivery services."}, { - id: "f3", - title: "Can I reserve a table?", - content: "We handle reservations on a first-come, first-served basis.", - }, + id: "f3", title: "Can I reserve a table?", content: "We handle reservations on a first-come, first-served basis."}, ]} sideTitle="Hours & Location" sideDescription="419 Avenue H, Poteet, TX 78065. Open 11AM-8PM, closed Tue/Wed." @@ -288,9 +158,7 @@ export default function LandingPage() {