From 5820e569ffc541f7aaa6e457f092bd0347a613a7 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 12:17:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 213 +++++++---------------------------------------- 1 file changed, 29 insertions(+), 184 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 98e4b69..f63e227 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,22 +29,10 @@ export default function LandingPage() { @@ -107,38 +74,17 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Fresh Roast", - description: "Sourced daily from sustainable farms across the globe.", - bentoComponent: "media-stack", - items: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-wooden-spoon-paper_114579-16912.jpg?_wi=1", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/person-holding-cup-milky-coffee_114579-4398.jpg?_wi=1", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-pillow-sofa-decoration-living-room_1339-7561.jpg?_wi=1", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/boy-having-coffee-restaurant_23-2148172665.jpg?_wi=2", - imageAlt: "fresh coffee shop interior warm lighting", + title: "Fresh Roast", description: "Sourced daily from sustainable farms across the globe.", bentoComponent: "media-stack", items: [ + { imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-wooden-spoon-paper_114579-16912.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/person-holding-cup-milky-coffee_114579-4398.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-pillow-sofa-decoration-living-room_1339-7561.jpg" }, + ] }, { - title: "Artisan Brewing", - description: "Expert hands crafting every pour to perfection.", - bentoComponent: "reveal-icon", - icon: Coffee, - imageSrc: "http://img.b2bpic.net/free-photo/coffee-mug_74190-2644.jpg", - imageAlt: "coffee shop staff serving happy customer", + title: "Artisan Brewing", description: "Expert hands crafting every pour to perfection.", bentoComponent: "reveal-icon", icon: Coffee }, { - title: "Cozy Atmosphere", - description: "A warm space built for meeting, reading, or relaxing.", - bentoComponent: "reveal-icon", - icon: Coffee, - imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-wooden-spoon-paper_114579-16912.jpg?_wi=2", - imageAlt: "fresh roasted coffee beans in burlap sack", + title: "Cozy Atmosphere", description: "A warm space built for meeting, reading, or relaxing.", bentoComponent: "reveal-icon", icon: Coffee }, ]} title="Why Fiesta Coffee?" @@ -151,61 +97,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "1", - name: "Alex R.", - date: "Oct 2024", - title: "Regular Visitor", - quote: "The absolute best roast in town. The atmosphere is like a second home.", - tag: "Coffee Lover", - avatarSrc: "http://img.b2bpic.net/free-photo/confident-young-female-coffee-barista-giving-cup_1262-4904.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/person-holding-cup-milky-coffee_114579-4398.jpg?_wi=2", - imageAlt: "barista making professional latte art", - }, - { - id: "2", - name: "Maria L.", - date: "Sep 2024", - title: "Coffee Snob", - quote: "I've traveled the world for coffee, and Fiesta holds its own against the best.", - tag: "Latte Fanatic", - avatarSrc: "http://img.b2bpic.net/free-photo/blogger-girl-is-laughting-by-looking-camera-cafe_176474-116248.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-pillow-sofa-decoration-living-room_1339-7561.jpg?_wi=2", - imageAlt: "cozy coffee shop seating area corner", - }, - { - id: "3", - name: "James K.", - date: "Aug 2024", - title: "Neighborhood Resident", - quote: "Friendly staff, great vibe, and perfect coffee every time I visit.", - tag: "Daily Ritual", - avatarSrc: "http://img.b2bpic.net/free-photo/young-adult-pressing-buzzer-button_23-2149586564.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/confident-young-female-coffee-barista-giving-cup_1262-4904.jpg", - imageAlt: "happy coffee shop regular customer", - }, - { - id: "4", - name: "Sarah P.", - date: "Jul 2024", - title: "Remote Worker", - quote: "The perfect spot to get work done with a cup of exceptional brew.", - tag: "Remote Professional", - avatarSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-businesswoman-drinking-coffee-while-being-work-there-are-people-background_637285-1103.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/blogger-girl-is-laughting-by-looking-camera-cafe_176474-116248.jpg", - imageAlt: "smiling coffee shop visitor portrait", - }, - { - id: "5", - name: "Tom B.", - date: "Jun 2024", - title: "Coffee Shop Aficionado", - quote: "Fiesta has soul. You can taste the passion in every sip they serve.", - tag: "Reviewer", - avatarSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-indoor_344912-791.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/young-adult-pressing-buzzer-button_23-2149586564.jpg", - imageAlt: "happy coffee enthusiast morning shop", - }, + { id: "1", name: "Alex R.", date: "Oct 2024", title: "Regular Visitor", quote: "The absolute best roast in town. The atmosphere is like a second home.", tag: "Coffee Lover", avatarSrc: "http://img.b2bpic.net/free-photo/confident-young-female-coffee-barista-giving-cup_1262-4904.jpg", imageSrc: "http://img.b2bpic.net/free-photo/person-holding-cup-milky-coffee_114579-4398.jpg", imageAlt: "barista making professional latte art" }, + { id: "2", name: "Maria L.", date: "Sep 2024", title: "Coffee Snob", quote: "I've traveled the world for coffee, and Fiesta holds its own against the best.", tag: "Latte Fanatic", avatarSrc: "http://img.b2bpic.net/free-photo/blogger-girl-is-laughting-by-looking-camera-cafe_176474-116248.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-pillow-sofa-decoration-living-room_1339-7561.jpg", imageAlt: "cozy coffee shop seating area corner" }, + { id: "3", name: "James K.", date: "Aug 2024", title: "Neighborhood Resident", quote: "Friendly staff, great vibe, and perfect coffee every time I visit.", tag: "Daily Ritual", avatarSrc: "http://img.b2bpic.net/free-photo/young-adult-pressing-buzzer-button_23-2149586564.jpg", imageSrc: "http://img.b2bpic.net/free-photo/confident-young-female-coffee-barista-giving-cup_1262-4904.jpg", imageAlt: "happy coffee shop regular customer" }, + { id: "4", name: "Sarah P.", date: "Jul 2024", title: "Remote Worker", quote: "The perfect spot to get work done with a cup of exceptional brew.", tag: "Remote Professional", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-businesswoman-drinking-coffee-while-being-work-there-are-people-background_637285-1103.jpg", imageSrc: "http://img.b2bpic.net/free-photo/blogger-girl-is-laughting-by-looking-camera-cafe_176474-116248.jpg", imageAlt: "smiling coffee shop visitor portrait" }, + { id: "5", name: "Tom B.", date: "Jun 2024", title: "Coffee Shop Aficionado", quote: "Fiesta has soul. You can taste the passion in every sip they serve.", tag: "Reviewer", avatarSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-indoor_344912-791.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-pressing-buzzer-button_23-2149586564.jpg", imageAlt: "happy coffee enthusiast morning shop" }, ]} title="Loved by Locals" description="Don't just take our word for it—join the Fiesta family." @@ -215,71 +111,20 @@ export default function LandingPage() {