From 85a3d08a80b56039fde09db05874064dacc9bbd2 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 11:27:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 265 ++++++++++++----------------------------------- 1 file changed, 64 insertions(+), 201 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 18edb1e..107cc0d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,21 +33,13 @@ export default function LandingPage() { @@ -56,75 +48,53 @@ export default function LandingPage() {
@@ -145,47 +115,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "V60 Dripper", - price: "$25", - variant: "Ceramic", - imageSrc: "http://img.b2bpic.net/free-photo/female-barista-holding-coffee-filter-jug_23-2148824462.jpg", - }, + id: "p1", name: "V60 Dripper", price: "$25", variant: "Ceramic", imageSrc: "http://img.b2bpic.net/free-photo/female-barista-holding-coffee-filter-jug_23-2148824462.jpg"}, { - id: "p2", - name: "French Press", - price: "$45", - variant: "Steel", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-ready-be-served-coffee-with-sugar_23-2148464004.jpg", - }, + id: "p2", name: "French Press", price: "$45", variant: "Steel", imageSrc: "http://img.b2bpic.net/free-photo/close-up-ready-be-served-coffee-with-sugar_23-2148464004.jpg"}, { - id: "p3", - name: "Handmade Mug", - price: "$18", - variant: "Stoneware", - imageSrc: "http://img.b2bpic.net/free-photo/handmade-cup-books-closeup-wooden-surface-copy-space_169016-46354.jpg", - }, + id: "p3", name: "Handmade Mug", price: "$18", variant: "Stoneware", imageSrc: "http://img.b2bpic.net/free-photo/handmade-cup-books-closeup-wooden-surface-copy-space_169016-46354.jpg"}, { - id: "p4", - name: "Ethiopian Blend", - price: "$22", - variant: "250g", - imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-container_23-2148173321.jpg", - }, + id: "p4", name: "Ethiopian Blend", price: "$22", variant: "250g", imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-container_23-2148173321.jpg"}, { - id: "p5", - name: "Burr Grinder", - price: "$120", - variant: "Professional", - imageSrc: "http://img.b2bpic.net/free-photo/coffee-pot-cup_23-2147693944.jpg", - }, + id: "p5", name: "Burr Grinder", price: "$120", variant: "Professional", imageSrc: "http://img.b2bpic.net/free-photo/coffee-pot-cup_23-2147693944.jpg"}, { - id: "p6", - name: "Wooden Scoop", - price: "$12", - variant: "Walnut", - imageSrc: "http://img.b2bpic.net/free-photo/tool-used-coffee-machine-coffee-making-process_23-2150187518.jpg", - }, + id: "p6", name: "Wooden Scoop", price: "$12", variant: "Walnut", imageSrc: "http://img.b2bpic.net/free-photo/tool-used-coffee-machine-coffee-making-process_23-2150187518.jpg"}, ]} title="Our Signature Selection" description="Hand-picked equipment and beans to elevate your home brewing ritual." @@ -199,50 +139,27 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "basic", - badge: "Weekly", - price: "$15/mo", - subtitle: "For daily coffee lovers", - features: [ - "Fresh Roast", - "Standard Shipping", - ], + id: "basic", badge: "Weekly", price: "$15/mo", subtitle: "For daily coffee lovers", features: [ + "Fresh Roast", "Standard Shipping"], buttons: [ { - text: "Select Plan", - }, + text: "Select Plan"}, ], }, { - id: "pro", - badge: "Monthly", - price: "$40/mo", - subtitle: "Curated selection", - features: [ - "Exotic Beans", - "Priority Shipping", - "Brew Guide", - ], + id: "pro", badge: "Monthly", price: "$40/mo", subtitle: "Curated selection", features: [ + "Exotic Beans", "Priority Shipping", "Brew Guide"], buttons: [ { - text: "Select Plan", - }, + text: "Select Plan"}, ], }, { - id: "master", - badge: "Annual", - price: "$400/yr", - subtitle: "Complete experience", - features: [ - "Limited Batches", - "Exclusive Gadgets", - "Free Shipping", - ], + id: "master", badge: "Annual", price: "$400/yr", subtitle: "Complete experience", features: [ + "Limited Batches", "Exclusive Gadgets", "Free Shipping"], buttons: [ { - text: "Select Plan", - }, + text: "Select Plan"}, ], }, ]} @@ -259,45 +176,20 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - name: "Alice M.", - role: "Designer", - company: "Studio", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-fairskinned-adult-woman-smiling-looking-camera-while-drinking-coffee-morning-standing-by-window-concept-rest-recovery_197531-31124.jpg", - }, + id: "t1", name: "Alice M.", role: "Designer", company: "Studio", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/happy-fairskinned-adult-woman-smiling-looking-camera-while-drinking-coffee-morning-standing-by-window-concept-rest-recovery_197531-31124.jpg"}, { - id: "t2", - name: "Bob K.", - role: "Engineer", - company: "Tech", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-bearded-man-earphones_171337-4772.jpg", - }, + id: "t2", name: "Bob K.", role: "Engineer", company: "Tech", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-bearded-man-earphones_171337-4772.jpg"}, { - id: "t3", - name: "Chloe L.", - role: "Writer", - company: "Media", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-women-reading-menu-cafe_23-2147785423.jpg", - }, + id: "t3", name: "Chloe L.", role: "Writer", company: "Media", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-women-reading-menu-cafe_23-2147785423.jpg"}, { - id: "t4", - name: "David S.", - role: "Manager", - company: "Retail", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/transparent-word-coffee-background-coffee-beans-mockup-advertising_169016-53812.jpg", - }, + id: "t4", name: "David S.", role: "Manager", company: "Retail", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/transparent-word-coffee-background-coffee-beans-mockup-advertising_169016-53812.jpg"}, { - id: "t5", - name: "Elena R.", - role: "Architect", - company: "Build", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/waitress-serving-cup-coffee-customers_1170-652.jpg", - }, + id: "t5", name: "Elena R.", role: "Architect", company: "Build", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/waitress-serving-cup-coffee-customers_1170-652.jpg"}, ]} title="Customer Stories" description="We are proud to serve our community of coffee lovers." @@ -311,23 +203,14 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - icon: Coffee, - title: "Roasts", - value: "150", - }, + id: "m1", icon: Coffee, + title: "Roasts", value: "150"}, { - id: "m2", - icon: Users, - title: "Farmers", - value: "20", - }, + id: "m2", icon: Users, + title: "Farmers", value: "20"}, { - id: "m3", - icon: Leaf, - title: "Bio-degradable", - value: "100%", - }, + id: "m3", icon: Leaf, + title: "Bio-degradable", value: "100%"}, ]} title="Our Impact" description="Quality meets sustainability at every step of our process." @@ -339,20 +222,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", - title: "How is coffee sourced?", - content: "Ethically and directly from partner farms.", - }, + id: "f1", title: "How is coffee sourced?", content: "Ethically and directly from partner farms."}, { - id: "f2", - title: "Can I cancel my subscription?", - content: "Yes, you can pause or cancel anytime.", - }, + id: "f2", title: "Can I cancel my subscription?", content: "Yes, you can pause or cancel anytime."}, { - id: "f3", - title: "Shipping times?", - content: "3-5 business days for standard orders.", - }, + id: "f3", title: "Shipping times?", content: "3-5 business days for standard orders."}, ]} sideTitle="Common Questions" sideDescription="Everything you need to know about our beans and brewing gear." @@ -364,8 +238,7 @@ export default function LandingPage() {