From 1b7ef8f27f90c032f3c74a4008eaf7bda6fa66d1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 06:56:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 66175c0..afa7f8d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,13 +46,13 @@ export default function LandingPage() { title="Bond over Coffee." description="Experience premium Belgian chocolate infused indulgence and artisan-roasted coffee at Coffee Bond, Sector 51, Noida." testimonials={[ - { name: "Ananya P.", handle: "@ananyap", testimonial: "Best Cortado in Noida! The vibe is unmatched.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/restaurant-with-leather-sofa-paintings-wall_140725-9715.jpg", imageAlt: "cozy cafe interior warm" }, - { name: "Rahul K.", handle: "@rahulk", testimonial: "Their Belgian Chocolate range is divine.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-roasted-coffee-beans_23-2148337231.jpg", imageAlt: "cozy cafe interior warm" }, - { name: "Priya S.", handle: "@priyas", testimonial: "A perfect spot for morning brew.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-white-background_23-2149514296.jpg", imageAlt: "cozy cafe interior warm" }, - { name: "Vikram J.", handle: "@vikramj", testimonial: "Excellent matcha selection.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", imageAlt: "cozy cafe interior warm" }, - { name: "Neha R.", handle: "@nehar", testimonial: "Love the cozy atmosphere.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-wearing-trendy-hat-sitting-wooden-table-coffee-shop_273609-1622.jpg", imageAlt: "cozy cafe interior warm" }, + { name: "Ananya P.", handle: "@ananyap", testimonial: "Best Cortado in Noida! The vibe is unmatched.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/restaurant-with-leather-sofa-paintings-wall_140725-9715.jpg?_wi=1", imageAlt: "cozy cafe interior warm" }, + { name: "Rahul K.", handle: "@rahulk", testimonial: "Their Belgian Chocolate range is divine.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-roasted-coffee-beans_23-2148337231.jpg?_wi=1", imageAlt: "cozy cafe interior warm" }, + { name: "Priya S.", handle: "@priyas", testimonial: "A perfect spot for morning brew.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-white-background_23-2149514296.jpg?_wi=1", imageAlt: "cozy cafe interior warm" }, + { name: "Vikram J.", handle: "@vikramj", testimonial: "Excellent matcha selection.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg?_wi=1", imageAlt: "cozy cafe interior warm" }, + { name: "Neha R.", handle: "@nehar", testimonial: "Love the cozy atmosphere.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-wearing-trendy-hat-sitting-wooden-table-coffee-shop_273609-1622.jpg?_wi=1", imageAlt: "cozy cafe interior warm" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/restaurant-with-leather-sofa-paintings-wall_140725-9715.jpg" + imageSrc="http://img.b2bpic.net/free-photo/restaurant-with-leather-sofa-paintings-wall_140725-9715.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/spotlight-portrait-golden-hour_23-2151915125.jpg", alt: "Spotlight portrait during golden hour" }, { src: "http://img.b2bpic.net/free-photo/smiling-woman-talking-phone-with-her-friend_1153-11.jpg", alt: "Smiling woman talking on the phone" }, @@ -91,7 +91,7 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Artisan Brewing", description: "Expertly crafted ristretto and latte pulls.", media: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-roasted-coffee-beans_23-2148337231.jpg" }, + title: "Artisan Brewing", description: "Expertly crafted ristretto and latte pulls.", media: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-roasted-coffee-beans_23-2148337231.jpg?_wi=2" }, items: [{ icon: CheckCircle, text: "Quality beans" }, { icon: CheckCircle, text: "Precision grinding" }, { icon: CheckCircle, text: "Expert baristas" }], reverse: false }, @@ -118,7 +118,7 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { id: "p1", name: "Double Espresso", price: "190", imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-white-background_23-2149514296.jpg" }, + { id: "p1", name: "Double Espresso", price: "190", imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-white-background_23-2149514296.jpg?_wi=2" }, { id: "p2", name: "Cappuccino", price: "190", imageSrc: "http://img.b2bpic.net/free-photo/copy-smell-romantic-espresso-nice_1232-3947.jpg" }, { id: "p3", name: "Iced Latte", price: "220", imageSrc: "http://img.b2bpic.net/free-photo/high-view-cup-coffee-table_23-2148251629.jpg" }, { id: "p4", name: "Dark Hot Chocolate", price: "300", imageSrc: "http://img.b2bpic.net/free-photo/cappuccino-coffee-with-tree-latte-art_53876-94345.jpg" }, @@ -135,8 +135,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { id: "1", title: "Great Vibe", quote: "Love the cozy atmosphere and premium coffee quality.", name: "Sarah J.", role: "Regular", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg" }, - { id: "2", title: "Matcha Choice", quote: "Best Strawberry Matcha in the area!", name: "Michael C.", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-wearing-trendy-hat-sitting-wooden-table-coffee-shop_273609-1622.jpg" }, + { id: "1", title: "Great Vibe", quote: "Love the cozy atmosphere and premium coffee quality.", name: "Sarah J.", role: "Regular", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg?_wi=2" }, + { id: "2", title: "Matcha Choice", quote: "Best Strawberry Matcha in the area!", name: "Michael C.", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-wearing-trendy-hat-sitting-wooden-table-coffee-shop_273609-1622.jpg?_wi=2" }, { id: "3", title: "Chocolate Lover", quote: "The Belgian hot chocolate is so rich.", name: "Emily R.", role: "Visitor", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-cute-brunette-woman-model-casual-summer-pink-clothes-with-no-makeup-isolated-gray_158538-14905.jpg" }, { id: "4", title: "Coffee Quality", quote: "The double espresso is just perfect.", name: "David K.", role: "Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-brown-herbal-tea-cups-saucer-neon-backdrop_23-2148091827.jpg" }, { id: "5", title: "Top Notch", quote: "Always my go-to place in Sector 51.", name: "Lisa M.", role: "Local", imageSrc: "http://img.b2bpic.net/free-photo/people-leisure-concept-headshot-attractive-young-hipster-trendy-black-hat-drinking-coffee-listening-music_273609-1725.jpg" }, @@ -169,7 +169,7 @@ export default function LandingPage() { title="Coffee Bond Sector 51" description="36, Market, Block B1.A, Sector 51, Noida. Come visit us for your daily caffeine fix." mediaAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/restaurant-with-leather-sofa-paintings-wall_140725-9715.jpg" + imageSrc="http://img.b2bpic.net/free-photo/restaurant-with-leather-sofa-paintings-wall_140725-9715.jpg?_wi=3" /> -- 2.49.1