From 8dbafe3d93d3fb7d0339d48bf4e8672ad92a800c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 14:39:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2207a14..acab573 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="medium" sizing="mediumLargeSizeMediumTitles" - background="grid" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="radial-glow" secondaryButtonStyle="glass" @@ -54,7 +54,7 @@ export default function LandingPage() { { text: "Learn More", href: "about" }, ]} buttonAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "sparkles-gradient" }} dashboard={{ title: "Coffee Exploration Hub", logoIcon: Coffee, imageSrc: "http://img.b2bpic.net/free-photo/black-coffee-mug-table-decorated-with-new-year-decor-new-year-eve-concept_132075-11326.jpg", searchPlaceholder: "Search by origin, roast level, or flavor...", buttons: [ @@ -133,7 +133,7 @@ export default function LandingPage() { { id: 3, tag: "Your Knowledge", title: "Complete Traceability", subtitle: "Know exactly where your coffee comes from", description: - "Every bag includes origin details, altitude, processing method, tasting notes, and brewing recommendations. Scan the QR code to view the farmer's story, harvest timeline, and sustainability certifications. Your coffee journey starts with knowledge.", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-coffee-plantation-instagram-stories_23-2149423944.jpg?_wi=1", imageAlt: "Coffee packaging label"}, + "Every bag includes origin details, altitude, processing method, tasting notes, and brewing recommendations. Scan the QR code to view the farmer's story, harvest timeline, and sustainability certifications. Your coffee journey starts with knowledge.", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-coffee-plantation-instagram-stories_23-2149423944.jpg", imageAlt: "Coffee packaging label"}, ]} textboxLayout="default" useInvertedBackground={true} @@ -149,17 +149,17 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "1", name: "Ethiopian Yirgacheffe", price: "$16.99", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-coffee-plantation-instagram-stories_23-2149423944.jpg?_wi=2", imageAlt: "Ethiopian Yirgacheffe premium coffee"}, + id: "1", name: "Ethiopian Yirgacheffe", price: "$16.99", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-coffee-plantation-instagram-stories_23-2149423944.jpg", imageAlt: "Ethiopian Yirgacheffe premium coffee"}, { - id: "2", name: "Colombian Geisha", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-coffee-label-design-template_23-2149818144.jpg?_wi=1", imageAlt: "Colombian Geisha specialty coffee"}, + id: "2", name: "Colombian Geisha", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-coffee-label-design-template_23-2149818144.jpg", imageAlt: "Colombian Geisha specialty coffee"}, { - id: "3", name: "House Signature Blend", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-shopping-organic-spices_23-2148672829.jpg?_wi=1", imageAlt: "House signature coffee blend"}, + id: "3", name: "House Signature Blend", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-shopping-organic-spices_23-2148672829.jpg", imageAlt: "House signature coffee blend"}, { - id: "4", name: "Kenyan AA", price: "$18.99", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-coffee-plantation-instagram-stories_23-2149423944.jpg?_wi=3", imageAlt: "Kenyan AA specialty coffee"}, + id: "4", name: "Kenyan AA", price: "$18.99", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-coffee-plantation-instagram-stories_23-2149423944.jpg", imageAlt: "Kenyan AA specialty coffee"}, { - id: "5", name: "Brazilian Santos", price: "$13.99", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-coffee-label-design-template_23-2149818144.jpg?_wi=2", imageAlt: "Brazilian Santos coffee beans"}, + id: "5", name: "Brazilian Santos", price: "$13.99", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-coffee-label-design-template_23-2149818144.jpg", imageAlt: "Brazilian Santos coffee beans"}, { - id: "6", name: "Costa Rican Tarrazú", price: "$17.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-shopping-organic-spices_23-2148672829.jpg?_wi=2", imageAlt: "Costa Rican Tarrazú premium coffee"}, + id: "6", name: "Costa Rican Tarrazú", price: "$17.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-shopping-organic-spices_23-2148672829.jpg", imageAlt: "Costa Rican Tarrazú premium coffee"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -258,7 +258,7 @@ export default function LandingPage() { "Absolutely! We provide wholesale pricing for cafés, offices, and corporate environments. Contact our business team to discuss bulk orders, custom blends, and recurring delivery schedules tailored to your needs."}, { id: "6", title: "What's your return or satisfaction guarantee?", content: - "We're confident you'll love your coffee. If you're not satisfied with any selection, contact us within 30 days and we'll provide a full refund or replacement. Your satisfaction is our priority."}, + "We're confident you'll love your coffee. If you're not satisfied with any selection, contact us within 30 days and we'll provide a full refund or replacement. Your satisfaction is our priority."} ]} faqsAnimation="slide-up" textPosition="left" -- 2.49.1