From d7ddf0ce32881e82bd74164baf00c0f344d61e0f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 13:48:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 74dbffe..796c35f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,16 +48,16 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "fluid" }} leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/boy-eating-restaurant_23-2148172673.jpg", imageAlt: "Cozy coffee shop interior" }, - { imageSrc: "http://img.b2bpic.net/free-photo/man-barista-working-counter_23-2148326725.jpg", imageAlt: "Expert barista at work" }, - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-cup-with-coffee_23-2148892839.jpg", imageAlt: "Premium espresso preparation" }, + { imageSrc: "http://img.b2bpic.net/free-photo/boy-eating-restaurant_23-2148172673.jpg?_wi=1", imageAlt: "Cozy coffee shop interior" }, + { imageSrc: "http://img.b2bpic.net/free-photo/man-barista-working-counter_23-2148326725.jpg?_wi=1", imageAlt: "Expert barista at work" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-cup-with-coffee_23-2148892839.jpg?_wi=1", imageAlt: "Premium espresso preparation" }, { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-croissant-coffee-breakfast_23-2148858518.jpg", imageAlt: "Fresh artisanal pastries" } ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/ice-coffee-americano_1232-2686.jpg", imageAlt: "Refreshing cold brew coffee" }, - { imageSrc: "http://img.b2bpic.net/free-photo/boy-eating-restaurant_23-2148172673.jpg", imageAlt: "Comfortable seating area" }, - { imageSrc: "http://img.b2bpic.net/free-photo/man-barista-working-counter_23-2148326725.jpg", imageAlt: "Coffee craftsmanship" }, - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-cup-with-coffee_23-2148892839.jpg", imageAlt: "Beautiful latte art" } + { imageSrc: "http://img.b2bpic.net/free-photo/ice-coffee-americano_1232-2686.jpg?_wi=1", imageAlt: "Refreshing cold brew coffee" }, + { imageSrc: "http://img.b2bpic.net/free-photo/boy-eating-restaurant_23-2148172673.jpg?_wi=2", imageAlt: "Comfortable seating area" }, + { imageSrc: "http://img.b2bpic.net/free-photo/man-barista-working-counter_23-2148326725.jpg?_wi=2", imageAlt: "Coffee craftsmanship" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-cup-with-coffee_23-2148892839.jpg?_wi=2", imageAlt: "Beautiful latte art" } ]} buttons={[ { text: "Order Online", href: "#menu" }, @@ -77,7 +77,7 @@ export default function LandingPage() { description="Guilty Bite Coffee Collective" subdescription="Est. 2020 | Independently Owned" icon={Heart} - imageSrc="http://img.b2bpic.net/free-photo/man-barista-working-counter_23-2148326725.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-barista-working-counter_23-2148326725.jpg?_wi=3" imageAlt="Our barista team at work" mediaAnimation="slide-up" useInvertedBackground={true} @@ -92,9 +92,9 @@ export default function LandingPage() { tagIcon={Award} tagAnimation="slide-up" products={[ - { id: "1", name: "Double Shot Espresso", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-cup-with-coffee_23-2148892839.jpg", imageAlt: "Double Shot Espresso", initialQuantity: 1 }, - { id: "2", name: "Vanilla Latte", price: "$5.75", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-cup-with-coffee_23-2148892839.jpg", imageAlt: "Vanilla Latte", initialQuantity: 1 }, - { id: "3", name: "Cold Brew Concentrate", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/ice-coffee-americano_1232-2686.jpg", imageAlt: "Cold Brew Concentrate", initialQuantity: 1 } + { id: "1", name: "Double Shot Espresso", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-cup-with-coffee_23-2148892839.jpg?_wi=3", imageAlt: "Double Shot Espresso", initialQuantity: 1 }, + { id: "2", name: "Vanilla Latte", price: "$5.75", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-cup-with-coffee_23-2148892839.jpg?_wi=4", imageAlt: "Vanilla Latte", initialQuantity: 1 }, + { id: "3", name: "Cold Brew Concentrate", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/ice-coffee-americano_1232-2686.jpg?_wi=2", imageAlt: "Cold Brew Concentrate", initialQuantity: 1 } ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -111,12 +111,12 @@ export default function LandingPage() { tagIcon={Star} tagAnimation="slide-up" testimonials={[ - { id: "1", name: "Sarah Anderson", handle: "Coffee Enthusiast", testimonial: "The best espresso in town! The atmosphere is cozy and welcoming. I come here every morning for my caffeine fix and leave with a smile.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman_23-2147615403.jpg", imageAlt: "Sarah Anderson" }, - { id: "2", name: "Marcus Chen", handle: "Local Business Owner", testimonial: "Guilty Bite has become my go-to spot for client meetings. The quality of their coffee and the barista's expertise is unmatched in our neighborhood.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg", imageAlt: "Marcus Chen" }, + { id: "1", name: "Sarah Anderson", handle: "Coffee Enthusiast", testimonial: "The best espresso in town! The atmosphere is cozy and welcoming. I come here every morning for my caffeine fix and leave with a smile.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman_23-2147615403.jpg?_wi=1", imageAlt: "Sarah Anderson" }, + { id: "2", name: "Marcus Chen", handle: "Local Business Owner", testimonial: "Guilty Bite has become my go-to spot for client meetings. The quality of their coffee and the barista's expertise is unmatched in our neighborhood.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg?_wi=1", imageAlt: "Marcus Chen" }, { id: "3", name: "Emma Rodriguez", handle: "Pastry Lover", testimonial: "The croissants here are absolutely divine! Fresh, buttery, and perfect with their signature espresso. Worth every penny.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-person-barbeque_23-2149271990.jpg", imageAlt: "Emma Rodriguez" }, { id: "4", name: "James Thompson", handle: "Remote Worker", testimonial: "Perfect place to work from. Great WiFi, comfortable seating, and the baristas know my order by heart. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-talking-mobile-phone-waiting-area_107420-95801.jpg", imageAlt: "James Thompson" }, - { id: "5", name: "Lisa Park", handle: "@coffee_addict", testimonial: "The cold brew here is incredibly smooth. No bitterness, just pure coffee perfection. This is my favorite café in the entire city.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman_23-2147615403.jpg", imageAlt: "Lisa Park" }, - { id: "6", name: "David Wilson", handle: "Coffee Roaster", testimonial: "As someone in the industry, I appreciate their commitment to quality beans and perfect brewing techniques. A true gem.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg", imageAlt: "David Wilson" } + { id: "5", name: "Lisa Park", handle: "@coffee_addict", testimonial: "The cold brew here is incredibly smooth. No bitterness, just pure coffee perfection. This is my favorite café in the entire city.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman_23-2147615403.jpg?_wi=2", imageAlt: "Lisa Park" }, + { id: "6", name: "David Wilson", handle: "Coffee Roaster", testimonial: "As someone in the industry, I appreciate their commitment to quality beans and perfect brewing techniques. A true gem.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg?_wi=2", imageAlt: "David Wilson" } ]} animationType="slide-up" textboxLayout="default"