From cd85678fb12e082549f327975cd9c00e31ee3349 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 20:55:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 272 ++++++++++------------------------------------- 1 file changed, 58 insertions(+), 214 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7c9a7bf..e4bb1cc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,17 +33,11 @@ export default function LandingPage() { @@ -52,62 +46,39 @@ export default function LandingPage() {
@@ -128,26 +99,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "Fresh Ingredients", - subtitle: "Locally sourced produce and premium meats daily.", - category: "Quality", - value: "100%", - }, + id: "f1", title: "Fresh Ingredients", subtitle: "Locally sourced produce and premium meats daily.", category: "Quality", value: "100%"}, { - id: "f2", - title: "Traditional Recipes", - subtitle: "Grandma's secret recipes, cooked with heart.", - category: "Authenticity", - value: "100%", - }, + id: "f2", title: "Traditional Recipes", subtitle: "Grandma's secret recipes, cooked with heart.", category: "Authenticity", value: "100%"}, { - id: "f3", - title: "Express Service", - subtitle: "Quality meals in minutes, not hours.", - category: "Speed", - value: "10m", - }, + id: "f3", title: "Express Service", subtitle: "Quality meals in minutes, not hours.", category: "Speed", value: "10m"}, ]} title="Why You'll Love Us" description="We take pride in our process, from farm to table." @@ -162,65 +118,23 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", - brand: "Classic", - name: "Carne Asada Tacos", - price: "$12.00", - rating: 5, - reviewCount: "120", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kky53n&_wi=1", - imageAlt: "carne asada taco close up", - }, + id: "p1", brand: "Classic", name: "Carne Asada Tacos", price: "$12.00", rating: 5, + reviewCount: "120", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kky53n&_wi=1", imageAlt: "carne asada taco close up"}, { - id: "p2", - brand: "Signature", - name: "Pollo Asado Tacos", - price: "$11.00", - rating: 5, - reviewCount: "95", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hwnre8&_wi=1", - imageAlt: "grilled chicken taco fresh cilantro", - }, + id: "p2", brand: "Signature", name: "Pollo Asado Tacos", price: "$11.00", rating: 5, + reviewCount: "95", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hwnre8&_wi=1", imageAlt: "grilled chicken taco fresh cilantro"}, { - id: "p3", - brand: "Veggie", - name: "Black Bean & Avocado", - price: "$10.50", - rating: 4, - reviewCount: "80", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4u9jpj", - imageAlt: "vegetarian taco black beans avocado", - }, + id: "p3", brand: "Veggie", name: "Black Bean & Avocado", price: "$10.50", rating: 4, + reviewCount: "80", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4u9jpj", imageAlt: "vegetarian taco black beans avocado"}, { - id: "p4", - brand: "Seafood", - name: "Baja Shrimp Tacos", - price: "$13.50", - rating: 5, - reviewCount: "150", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=t0chsw", - imageAlt: "shrimp taco baja style lime", - }, + id: "p4", brand: "Seafood", name: "Baja Shrimp Tacos", price: "$13.50", rating: 5, + reviewCount: "150", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=t0chsw", imageAlt: "shrimp taco baja style lime"}, { - id: "p5", - brand: "Appetizer", - name: "Cheese Quesadilla", - price: "$8.00", - rating: 4, - reviewCount: "60", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rc9zqt", - imageAlt: "quesadilla cheese tortilla authentic mexican", - }, + id: "p5", brand: "Appetizer", name: "Cheese Quesadilla", price: "$8.00", rating: 4, + reviewCount: "60", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rc9zqt", imageAlt: "quesadilla cheese tortilla authentic mexican"}, { - id: "p6", - brand: "Sides", - name: "Guacamole & Chips", - price: "$7.00", - rating: 5, - reviewCount: "200", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3s0vm8", - imageAlt: "guacamole with tortilla chips fresh", - }, + id: "p6", brand: "Sides", name: "Guacamole & Chips", price: "$7.00", rating: 5, + reviewCount: "200", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3s0vm8", imageAlt: "guacamole with tortilla chips fresh"}, ]} title="Our Signature Dishes" description="Traditional street favorites, prepared with care." @@ -234,23 +148,14 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - icon: Users, - title: "Happy Guests", - value: "50k+", - }, + id: "m1", icon: Users, + title: "Happy Guests", value: "50k+"}, { - id: "m2", - icon: Award, - title: "Awards Won", - value: "15", - }, + id: "m2", icon: Award, + title: "Awards Won", value: "15"}, { - id: "m3", - icon: Clock, - title: "Average Wait", - value: "8m", - }, + id: "m3", icon: Clock, + title: "Average Wait", value: "8m"}, ]} title="Serving Smiles Daily" description="Our passion shows in every plate." @@ -263,60 +168,15 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", - name: "Maria G.", - date: "Oct 2023", - title: "Authentic taste!", - quote: "Reminds me of home, absolutely delicious.", - tag: "Regular", - avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=g157d4", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=o3gt8z&_wi=2", - imageAlt: "happy customer dining restaurant", - }, + id: "1", name: "Maria G.", date: "Oct 2023", title: "Authentic taste!", quote: "Reminds me of home, absolutely delicious.", tag: "Regular", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=g157d4", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=o3gt8z&_wi=2", imageAlt: "happy customer dining restaurant"}, { - id: "2", - name: "John D.", - date: "Nov 2023", - title: "Best tacos in town", - quote: "Fast service, fresh food, great price.", - tag: "First Timer", - avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3bxep4", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nqkuvd", - imageAlt: "happy customer dining restaurant", - }, + id: "2", name: "John D.", date: "Nov 2023", title: "Best tacos in town", quote: "Fast service, fresh food, great price.", tag: "First Timer", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3bxep4", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nqkuvd", imageAlt: "happy customer dining restaurant"}, { - id: "3", - name: "Elena R.", - date: "Dec 2023", - title: "Love the shrimp tacos", - quote: "The baja shrimp tacos are incredible.", - tag: "Regular", - avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1kdbse", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=aixh14", - imageAlt: "happy customer dining restaurant", - }, + id: "3", name: "Elena R.", date: "Dec 2023", title: "Love the shrimp tacos", quote: "The baja shrimp tacos are incredible.", tag: "Regular", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1kdbse", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=aixh14", imageAlt: "happy customer dining restaurant"}, { - id: "4", - name: "Kevin S.", - date: "Jan 2024", - title: "Fast and good", - quote: "Perfect for a quick lunch break.", - tag: "Work Crew", - avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=p9ajnn", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kky53n&_wi=2", - imageAlt: "happy customer dining restaurant", - }, + id: "4", name: "Kevin S.", date: "Jan 2024", title: "Fast and good", quote: "Perfect for a quick lunch break.", tag: "Work Crew", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=p9ajnn", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kky53n&_wi=2", imageAlt: "happy customer dining restaurant"}, { - id: "5", - name: "Sophia L.", - date: "Feb 2024", - title: "Highly recommend", - quote: "Friendly staff, best guacamole I've had.", - tag: "Regular", - avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=d4nih1", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hwnre8&_wi=2", - imageAlt: "happy customer dining restaurant", - }, + id: "5", name: "Sophia L.", date: "Feb 2024", title: "Highly recommend", quote: "Friendly staff, best guacamole I've had.", tag: "Regular", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=d4nih1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hwnre8&_wi=2", imageAlt: "happy customer dining restaurant"}, ]} title="What Our Guests Say" description="Join our community of taco lovers." @@ -329,20 +189,13 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", - title: "Do you offer catering?", - content: "Yes, we handle small and large events.", - }, + id: "q1", title: "Do you offer catering?", content: "Yes, we handle small and large events."}, { - id: "q2", - title: "Are there vegan options?", - content: "We have several vegetable-based dishes.", - }, + id: "q2", title: "Are there vegan options?", content: "We have several vegetable-based dishes."}, { - id: "q3", - title: "What are your hours?", - content: "We are open daily 11am - 9pm.", - }, + id: "q3", title: "What are your hours?", content: "We are open daily 11am - 2am."}, + { + id: "q4", title: "Is there parking available?", content: "Yes, we have plenty of free parking on-site."} ]} title="Frequently Asked Questions" description="Answers to common inquiries about our food." @@ -354,14 +207,11 @@ export default function LandingPage() { @@ -370,27 +220,21 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1