From 2e992c883905024c6b8550d050294947783183c7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 13:34:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 362 ++++++----------------------------------------- 1 file changed, 45 insertions(+), 317 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 516e2c0..87b36fd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,22 +32,10 @@ export default function LandingPage() { @@ -176,66 +88,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { - title: "Ethically Sourced", - description: "100% ethically sourced coffee through our C.A.F.E. Practices program.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/seasoning-caffeine-color-seed-freshness_1172-455.jpg", - }, - items: [ - { - icon: Shield, - text: "Sustainable farming", - }, - { - icon: Award, - text: "Quality assurance", - }, - ], - reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/coffee-latte-art-cappuccino-foam-cup-wooden-table_23-2147908327.jpg?_wi=2", - imageAlt: "raw coffee beans burlap bag", - }, - { - title: "Artisan Roasting", - description: "Carefully roasted to bring out the unique flavor profile of every bean.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-male-preparing-coffee_23-2148366574.jpg", - }, - items: [ - { - icon: Zap, - text: "Precision roasting", - }, - { - icon: Star, - text: "Expert craftsmanship", - }, - ], - reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-holding-cups_23-2148705564.jpg?_wi=2", - imageAlt: "raw coffee beans burlap bag", - }, - { - title: "Innovation Driven", - description: "Seamless digital experiences from mobile ordering to personalized rewards.", - media: { - imageSrc: "http://img.b2bpic.net/free-photo/coffee-take-away-order-online-delivery-menu-concept_53876-124758.jpg", - }, - items: [ - { - icon: Smartphone, - text: "Seamless ordering", - }, - { - icon: MessageCircle, - text: "Personalized service", - }, - ], - reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/male-barista-grinding-coffee-coffee-shop_23-2148824402.jpg?_wi=2", - imageAlt: "raw coffee beans burlap bag", - }, + { title: "Ethically Sourced", description: "100% ethically sourced coffee through our C.A.F.E. Practices program.", media: { imageSrc: "http://img.b2bpic.net/free-photo/seasoning-caffeine-color-seed-freshness_1172-455.jpg", imageAlt: "raw coffee beans burlap bag" }, items: [{ icon: Shield, text: "Sustainable farming" }, { icon: Award, text: "Quality assurance" }], reverse: false }, + { title: "Artisan Roasting", description: "Carefully roasted to bring out the unique flavor profile of every bean.", media: { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-male-preparing-coffee_23-2148366574.jpg", imageAlt: "raw coffee beans burlap bag" }, items: [{ icon: Zap, text: "Precision roasting" }, { icon: Star, text: "Expert craftsmanship" }], reverse: true }, + { title: "Innovation Driven", description: "Seamless digital experiences from mobile ordering to personalized rewards.", media: { imageSrc: "http://img.b2bpic.net/free-photo/coffee-take-away-order-online-delivery-menu-concept_53876-124758.jpg", imageAlt: "raw coffee beans burlap bag" }, items: [{ icon: Smartphone, text: "Seamless ordering" }, { icon: MessageCircle, text: "Personalized service" }], reverse: false }, ]} title="The Starbucks Difference" description="Commitment to excellence in every step of the journey." @@ -244,46 +99,17 @@ export default function LandingPage() {
@@ -325,26 +135,11 @@ export default function LandingPage() { rating={5} author="Jordan Miller" avatars={[ - { - src: "http://img.b2bpic.net/free-photo/close-up-beautiful-joyful-african-student-woman-with-dark-wavy-hair-green-cardigan-sitting-cafe-drinking-cup-coffee-smiling-camera-woman-waiting-her-boyfriend-after-university_176420-12329.jpg", - alt: "Customer", - }, - { - src: "http://img.b2bpic.net/free-photo/portrait-beautiful-blonde-female-dressed-white-blouse-sitting-table-drinks-coffee-terrace-cafe_613910-3888.jpg", - alt: "Customer", - }, - { - src: "http://img.b2bpic.net/free-photo/two-friends-taking-selfie-with-mobile-phone-while-drinking-cup-coffee-coffee-shop-friends-concept_58466-16170.jpg", - alt: "Customer", - }, - { - src: "http://img.b2bpic.net/free-photo/elegant-man-having-drink-cafe_23-2147689312.jpg", - alt: "Customer", - }, - { - src: "http://img.b2bpic.net/free-photo/we-need-some-coffee-study_329181-2921.jpg", - alt: "Customer", - }, + { src: "http://img.b2bpic.net/free-photo/close-up-beautiful-joyful-african-student-woman-with-dark-wavy-hair-green-cardigan-sitting-cafe-drinking-cup-coffee-smiling-camera-woman-waiting-her-boyfriend-after-university_176420-12329.jpg", alt: "Customer" }, + { src: "http://img.b2bpic.net/free-photo/portrait-beautiful-blonde-female-dressed-white-blouse-sitting-table-drinks-coffee-terrace-cafe_613910-3888.jpg", alt: "Customer" }, + { src: "http://img.b2bpic.net/free-photo/two-friends-taking-selfie-with-mobile-phone-while-drinking-cup-coffee-coffee-shop-friends-concept_58466-16170.jpg", alt: "Customer" }, + { src: "http://img.b2bpic.net/free-photo/elegant-man-having-drink-cafe_23-2147689312.jpg", alt: "Customer" }, + { src: "http://img.b2bpic.net/free-photo/we-need-some-coffee-study_329181-2921.jpg", alt: "Customer" }, ]} ratingAnimation="slide-up" avatarsAnimation="blur-reveal" @@ -355,23 +150,7 @@ export default function LandingPage() {