From 8b2668acf7894d7ee7b8961d2f1782e5aef2fd7c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 16:26:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e660657..8744e26 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,14 +49,14 @@ export default function LandingPage() { title="Bold Flavor. Real Fire. Unforgettable Experience." description="Authentic Peruvian cuisine crafted with passion in Lehi." testimonials={[ - { name: "Sarah J.", handle: "@foodie", testimonial: "Bold flavors, fresh ingredients, perfectly prepared dishes!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/barbecue-salad-with-crisp-slice-bread_140725-2015.jpg", imageAlt: "peruvian food cinematic dark moody" }, - { name: "Michael K.", handle: "@local", testimonial: "Welcoming, clean, and energetic atmosphere. Genuine staff.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-tacos_23-2150831067.jpg", imageAlt: "peruvian rotisserie chicken restaurant photography" }, - { name: "Emily R.", handle: "@gourmet", testimonial: "Generous portions and great value. A place you'll want to come back to.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/spicy-shrimp-dish-with-green-chilies-sesame-seeds_84443-85824.jpg", imageAlt: "lomo saltado peruvian dish gourmet" }, - { name: "James L.", handle: "@foodie", testimonial: "The rotisserie chicken is absolutely divine, a must-try!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-breasts-with-vegetables_23-2148189826.jpg", imageAlt: "peruvian rotisserie chicken fresh" }, - { name: "Linda P.", handle: "@local", testimonial: "Best Peruvian spot in Utah. Authentic and incredibly flavorful.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-pasta-with-mussel-sauce-round-plate_176474-3413.jpg", imageAlt: "peruvian fettuccine pasta restaurant" } + { name: "Sarah J.", handle: "@foodie", testimonial: "Bold flavors, fresh ingredients, perfectly prepared dishes!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/barbecue-salad-with-crisp-slice-bread_140725-2015.jpg?_wi=1", imageAlt: "peruvian food cinematic dark moody" }, + { name: "Michael K.", handle: "@local", testimonial: "Welcoming, clean, and energetic atmosphere. Genuine staff.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-tacos_23-2150831067.jpg?_wi=1", imageAlt: "peruvian rotisserie chicken restaurant photography" }, + { name: "Emily R.", handle: "@gourmet", testimonial: "Generous portions and great value. A place you'll want to come back to.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/spicy-shrimp-dish-with-green-chilies-sesame-seeds_84443-85824.jpg?_wi=1", imageAlt: "lomo saltado peruvian dish gourmet" }, + { name: "James L.", handle: "@foodie", testimonial: "The rotisserie chicken is absolutely divine, a must-try!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-breasts-with-vegetables_23-2148189826.jpg?_wi=1", imageAlt: "peruvian rotisserie chicken fresh" }, + { name: "Linda P.", handle: "@local", testimonial: "Best Peruvian spot in Utah. Authentic and incredibly flavorful.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-pasta-with-mussel-sauce-round-plate_176474-3413.jpg?_wi=1", imageAlt: "peruvian fettuccine pasta restaurant" } ]} buttons={[{ text: "View Menu", href: "#menu" }, { text: "Book a Table", href: "#contact" }]} - imageSrc="http://img.b2bpic.net/free-photo/barbecue-salad-with-crisp-slice-bread_140725-2015.jpg" + imageSrc="http://img.b2bpic.net/free-photo/barbecue-salad-with-crisp-slice-bread_140725-2015.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/young-couple-talking-enjoying-while-having-lunch-together-restaurant_58466-16803.jpg", alt: "Diner 1" }, { src: "http://img.b2bpic.net/free-photo/portrait-happy-redhead-waitress-holding-touchpad-while-standing-pub-looking-camera_637285-2434.jpg", alt: "Diner 2" }, @@ -76,7 +76,7 @@ export default function LandingPage() { description="We bring the soul of Peru to Lehi. Every dish is cooked over real fire, unlocking deep, smoky, authentic flavors that you won't find anywhere else." subdescription="Whether it's an intimate date night or a family celebration, our clean, energetic atmosphere ensures a world-class experience every time." icon={Flame} - imageSrc="http://img.b2bpic.net/free-photo/close-up-delicious-tacos_23-2150831067.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-delicious-tacos_23-2150831067.jpg?_wi=2" mediaAnimation="slide-up" /> @@ -88,12 +88,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { id: "p1", name: "Lomo Saltado", price: "$24", imageSrc: "http://img.b2bpic.net/free-photo/spicy-shrimp-dish-with-green-chilies-sesame-seeds_84443-85824.jpg" }, - { id: "p2", name: "Rotisserie Chicken", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-breasts-with-vegetables_23-2148189826.jpg" }, - { id: "p3", name: "Peruvian Fettuccine", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pasta-with-mussel-sauce-round-plate_176474-3413.jpg" }, - { id: "p4", name: "Ceviche Mixto", price: "$26", imageSrc: "http://img.b2bpic.net/free-photo/spicy-shrimp-dish-with-green-chilies-sesame-seeds_84443-85824.jpg" }, - { id: "p5", name: "Anticuchos", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-breasts-with-vegetables_23-2148189826.jpg" }, - { id: "p6", name: "Quinoa Salad", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pasta-with-mussel-sauce-round-plate_176474-3413.jpg" } + { id: "p1", name: "Lomo Saltado", price: "$24", imageSrc: "http://img.b2bpic.net/free-photo/spicy-shrimp-dish-with-green-chilies-sesame-seeds_84443-85824.jpg?_wi=2" }, + { id: "p2", name: "Rotisserie Chicken", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-breasts-with-vegetables_23-2148189826.jpg?_wi=2" }, + { id: "p3", name: "Peruvian Fettuccine", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pasta-with-mussel-sauce-round-plate_176474-3413.jpg?_wi=2" }, + { id: "p4", name: "Ceviche Mixto", price: "$26", imageSrc: "http://img.b2bpic.net/free-photo/spicy-shrimp-dish-with-green-chilies-sesame-seeds_84443-85824.jpg?_wi=3" }, + { id: "p5", name: "Anticuchos", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-breasts-with-vegetables_23-2148189826.jpg?_wi=3" }, + { id: "p6", name: "Quinoa Salad", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pasta-with-mussel-sauce-round-plate_176474-3413.jpg?_wi=3" } ]} title="Signature Dishes" description="Authentic Peruvian flavors, prepared fresh and served in generous portions." -- 2.49.1