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() {