From ef6e1578bf62885617bf1dda4cd810c1968714bc Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 22:49:39 +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 10559f4..fbea5a7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,14 +44,14 @@ export default function LandingPage() { title="Fresh Puerto Rican Mini Treats Delivered to Your Door" description="Authentic baked goods made fresh and shipped to USA & Puerto Rico" testimonials={[ - { name: "Elena R.", handle: "@elena_pr", testimonial: "These mini quesitos are exactly like the ones I grew up with!", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdgdbGggBUOxq2TMHKzW558NBW/uploaded-1774824491452-epckpqgo.jpg", imageAlt: "User provided image" }, - { name: "Carlos M.", handle: "@carlos_eats", testimonial: "Fast shipping and so fresh. My whole office loved them.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/traditional-venezuelan-cheese-sticks-arrangement_23-2149050056.jpg", imageAlt: "mini quesitos sweet pastries" }, - { name: "Sofia L.", handle: "@sofia_bakes", testimonial: "Amazing packaging, arrived perfectly crisp!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-delicious-marzipan_23-2149717526.jpg", imageAlt: "mini pineapple turnovers" }, - { name: "David P.", handle: "@david_pr", testimonial: "Best birthday gift I've sent home to my family.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/bottom-close-view-cup-tea-lemon-slices-cinnamon-sticks-cookies-chocolate-grey-surface-free-space_140725-102493.jpg", imageAlt: "colorful sprinkle sugar cookies" }, - { name: "Ana S.", handle: "@ana_treats", testimonial: "Authentic flavor and super fast delivery.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-with-red-lipstick-is-laughing-while-chatting-smartphone-portrait-lady-gray-sweater-with-croissant-her-hands_197531-13456.jpg", imageAlt: "happy customer eating pastry" } + { name: "Elena R.", handle: "@elena_pr", testimonial: "These mini quesitos are exactly like the ones I grew up with!", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdgdbGggBUOxq2TMHKzW558NBW/uploaded-1774824491452-epckpqgo.jpg?_wi=1", imageAlt: "User provided image" }, + { name: "Carlos M.", handle: "@carlos_eats", testimonial: "Fast shipping and so fresh. My whole office loved them.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/traditional-venezuelan-cheese-sticks-arrangement_23-2149050056.jpg?_wi=1", imageAlt: "mini quesitos sweet pastries" }, + { name: "Sofia L.", handle: "@sofia_bakes", testimonial: "Amazing packaging, arrived perfectly crisp!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-delicious-marzipan_23-2149717526.jpg?_wi=1", imageAlt: "mini pineapple turnovers" }, + { name: "David P.", handle: "@david_pr", testimonial: "Best birthday gift I've sent home to my family.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/bottom-close-view-cup-tea-lemon-slices-cinnamon-sticks-cookies-chocolate-grey-surface-free-space_140725-102493.jpg?_wi=1", imageAlt: "colorful sprinkle sugar cookies" }, + { name: "Ana S.", handle: "@ana_treats", testimonial: "Authentic flavor and super fast delivery.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-with-red-lipstick-is-laughing-while-chatting-smartphone-portrait-lady-gray-sweater-with-croissant-her-hands_197531-13456.jpg?_wi=1", imageAlt: "happy customer eating pastry" } ]} buttons={[{ text: "Order Now", href: "#products" }]} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdgdbGggBUOxq2TMHKzW558NBW/uploaded-1774824491452-epckpqgo.jpg" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdgdbGggBUOxq2TMHKzW558NBW/uploaded-1774824491452-epckpqgo.jpg?_wi=2" imageAlt="BakeBox Mini Baked Goods" avatars={[ { src: "http://img.b2bpic.net/free-photo/woman-with-red-lipstick-is-laughing-while-chatting-smartphone-portrait-lady-gray-sweater-with-croissant-her-hands_197531-13456.jpg", alt: "Customer 1" }, @@ -78,10 +78,10 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { id: "p1", name: "Mini Quesitos", price: "$7.89", variant: "8-pack", imageSrc: "http://img.b2bpic.net/free-photo/traditional-venezuelan-cheese-sticks-arrangement_23-2149050056.jpg" }, - { id: "p2", name: "Mini Pineapple Turnovers", price: "$7.89", variant: "8-pack", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-delicious-marzipan_23-2149717526.jpg" }, - { id: "p3", name: "Mini Sprinkle Cookies", price: "$7.89", variant: "8-pack", imageSrc: "http://img.b2bpic.net/free-photo/bottom-close-view-cup-tea-lemon-slices-cinnamon-sticks-cookies-chocolate-grey-surface-free-space_140725-102493.jpg" }, - { id: "p4", name: "Guava Pastelitos", price: "$8.49", variant: "8-pack", imageSrc: "http://img.b2bpic.net/free-photo/traditional-venezuelan-cheese-sticks-arrangement_23-2149050056.jpg" } + { id: "p1", name: "Mini Quesitos", price: "$7.89", variant: "8-pack", imageSrc: "http://img.b2bpic.net/free-photo/traditional-venezuelan-cheese-sticks-arrangement_23-2149050056.jpg?_wi=2" }, + { id: "p2", name: "Mini Pineapple Turnovers", price: "$7.89", variant: "8-pack", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-delicious-marzipan_23-2149717526.jpg?_wi=2" }, + { id: "p3", name: "Mini Sprinkle Cookies", price: "$7.89", variant: "8-pack", imageSrc: "http://img.b2bpic.net/free-photo/bottom-close-view-cup-tea-lemon-slices-cinnamon-sticks-cookies-chocolate-grey-surface-free-space_140725-102493.jpg?_wi=2" }, + { id: "p4", name: "Guava Pastelitos", price: "$8.49", variant: "8-pack", imageSrc: "http://img.b2bpic.net/free-photo/traditional-venezuelan-cheese-sticks-arrangement_23-2149050056.jpg?_wi=3" } ]} title="Our Best Sellers" description="Delicious Puerto Rican-inspired treats, delivered fresh to your door." @@ -122,11 +122,11 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={true} testimonials={[ - { id: "1", name: "Maria G.", role: "Foodie", company: "Customer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-with-red-lipstick-is-laughing-while-chatting-smartphone-portrait-lady-gray-sweater-with-croissant-her-hands_197531-13456.jpg" }, + { id: "1", name: "Maria G.", role: "Foodie", company: "Customer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-with-red-lipstick-is-laughing-while-chatting-smartphone-portrait-lady-gray-sweater-with-croissant-her-hands_197531-13456.jpg?_wi=2" }, { id: "2", name: "John D.", role: "Fan", company: "Customer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/men-checking-stock-pastry-bakery-shop_53876-15918.jpg" }, { id: "3", name: "Sofia P.", role: "Subscriber", company: "Customer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pleasantly-surprised-girl-having-phone-conversation-eating-dessert-drinking-coffee_8353-6234.jpg" }, { id: "4", name: "Luis A.", role: "Regular", company: "Customer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-holding-enjoying-paper-wrapped-sandwiches_52683-160704.jpg" }, - { id: "5", name: "Elena R.", role: "Enthusiast", company: "Customer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-with-red-lipstick-is-laughing-while-chatting-smartphone-portrait-lady-gray-sweater-with-croissant-her-hands_197531-13456.jpg" } + { id: "5", name: "Elena R.", role: "Enthusiast", company: "Customer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-with-red-lipstick-is-laughing-while-chatting-smartphone-portrait-lady-gray-sweater-with-croissant-her-hands_197531-13456.jpg?_wi=3" } ]} title="Loved by Our Customers" description="See why our treats are a staple for celebrations and daily cravings." @@ -149,7 +149,7 @@ export default function LandingPage() { description="Follow us on Instagram or chat with us on WhatsApp for special offers and updates." mediaAnimation="slide-up" buttonText="Follow Instagram" - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdgdbGggBUOxq2TMHKzW558NBW/uploaded-1774824491452-epckpqgo.jpg" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdgdbGggBUOxq2TMHKzW558NBW/uploaded-1774824491452-epckpqgo.jpg?_wi=3" /> -- 2.49.1