diff --git a/src/app/page.tsx b/src/app/page.tsx index cd15bb7..2bea88e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -118,14 +118,14 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={true} metrics={[ - { id: "wed", value: "5pm-10pm", title: "Miércoles", description: "Open for dinner", icon: Clock }, - { id: "thu", value: "5pm-12am", title: "Jueves", description: "Open until midnight", icon: Clock }, - { id: "fri", value: "5pm-2am", title: "Viernes", description: "Weekend vibe", icon: Moon }, - { id: "sat", value: "5pm-2am", title: "Sábado", description: "Weekend vibe", icon: Moon }, - { id: "sun", value: "5pm-12am", title: "Domingo", description: "Sunday pizza", icon: Sun }, + { id: "wed", value: "5pm-10pm", title: "Miércoles", description: "Ready pa' la pizza", icon: Clock }, + { id: "thu", value: "5pm-12am", title: "Jueves", description: "Open hasta tarde, puñeta", icon: Clock }, + { id: "fri", value: "5pm-2am", title: "Viernes", description: "Weekend vibe, ¡dale!", icon: Moon }, + { id: "sat", value: "5pm-2am", title: "Sábado", description: "Weekend vibe, ¡a gozar!", icon: Moon }, + { id: "sun", value: "5pm-12am", title: "Domingo", description: "Domingo de pizza y chill", icon: Sun }, ]} title="Weekly Schedule" - description="Come visit us at Desvio Francisco Maldonado, Las Piedras, PR." + description="Come visit us at Desvio Francisco Maldonado, Las Piedras, PR. ¡Te esperamos!" /> @@ -136,11 +136,11 @@ export default function LandingPage() { showRating={true} useInvertedBackground={false} testimonials={[ - { id: "t1", name: "Carlos M.", handle: "@carlosm", testimonial: "The best pizza in Las Piedras, hands down!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/good-humoured-girl-eating-pizza-kitchen-close-up-shot-positive-woman-enjoying-her-dinner_197531-9818.jpg?_wi=4" }, - { id: "t2", name: "Maria L.", handle: "@marial", testimonial: "I love the calzones here, so fresh and flavorful.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=2" }, - { id: "t3", name: "Pedro R.", handle: "@pedror", testimonial: "Authentic taste, great service, and friendly staff.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/romantic-white-girl-making-selfie-while-eating-pizza-indoor-shot-curly-caucasian-lady-fooling-around-breakfast_197531-9679.jpg" }, + { id: "t1", name: "Carlos M.", handle: "@carlosm", testimonial: "The best pizza in Las Piedras, hands down! ¡Increíble!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/good-humoured-girl-eating-pizza-kitchen-close-up-shot-positive-woman-enjoying-her-dinner_197531-9818.jpg?_wi=4" }, + { id: "t2", name: "Maria L.", handle: "@marial", testimonial: "I love the calzones here, so fresh and flavorful. ¡Delicioso!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=2" }, + { id: "t3", name: "Pedro R.", handle: "@pedror", testimonial: "Authentic taste, great service, and friendly staff. ¡Bien cool!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/romantic-white-girl-making-selfie-while-eating-pizza-indoor-shot-curly-caucasian-lady-fooling-around-breakfast_197531-9679.jpg" }, { id: "t4", name: "Elena P.", handle: "@elenap", testimonial: "Perfect crust and amazing sauce, highly recommended.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-with-blue-shirt-holding-pizza-box_1368-4961.jpg" }, - { id: "t5", name: "Jose V.", handle: "@josev", testimonial: "Amazing experience every single time I order.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-employee-orange-cap-blank-tshirt-uniform-holding-empty-speech-bubble-food-containers-looking-camera-with-confident-expression-standing-blue-background_141793-137881.jpg" }, + { id: "t5", name: "Jose V.", handle: "@josev", testimonial: "Amazing experience every single time I order. ¡Duro!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-employee-orange-cap-blank-tshirt-uniform-holding-empty-speech-bubble-food-containers-looking-camera-with-confident-expression-standing-blue-background_141793-137881.jpg" }, ]} title="Pizza Lovers Say" description="Hear what our local customers have to say about our artisanal pizza." @@ -152,8 +152,8 @@ export default function LandingPage() { useInvertedBackground={true} background={{ variant: "plain" }} tag="Location" - title="Visit Us" - description="Find us at Desvio Francisco Maldonado, Las Piedras, PR 00771. We're open late on weekends!" + title="Visit Us, ¡Ven a vernos!" + description="Find us at Desvio Francisco Maldonado, Las Piedras, PR 00771. ¡Abierto tarde los fines de semana, no te lo pierdas!" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CSWycqPrBkLgxv5K5IX7yVcdbk/uploaded-1776380063059-6s6cen94.png?_wi=4" mediaAnimation="slide-up" /> @@ -175,11 +175,11 @@ export default function LandingPage() { ], }, ]} - bottomLeftText="© 2024 Mi Maceta Artesanal Pizza" - bottomRightText="Las Piedras, PR" + bottomLeftText="© 2024 Mi Maceta Artesanal Pizza. ¡Hecho con amor en PR!" + bottomRightText="Las Piedras, PR. ¡Dale!" /> ); -} +} \ No newline at end of file