Update src/app/about/page.tsx

This commit is contained in:
2026-01-15 11:37:40 +00:00
parent 5542af36b9
commit 127e3e2f5a

View File

@@ -14,13 +14,13 @@ export default function AboutPage() {
defaultButtonVariant="hover-bubble" defaultButtonVariant="hover-bubble"
defaultTextAnimation="reveal-blur" defaultTextAnimation="reveal-blur"
borderRadius="rounded" borderRadius="rounded"
contentWidth="compact" contentWidth="medium"
sizing="largeSmallSizeMediumTitles" sizing="medium"
background="aurora" background="aurora"
cardStyle="solid" cardStyle="glass-elevated"
primaryButtonStyle="double-inset" primaryButtonStyle="gradient"
secondaryButtonStyle="solid" secondaryButtonStyle="glass"
headingFontWeight="medium" showBlurBottom={false}
> >
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
@@ -45,24 +45,16 @@ export default function AboutPage() {
tag="Our Story" tag="Our Story"
bulletPoints={[ bulletPoints={[
{ {
title: "Ethically Sourced", title: "Ethically Sourced", description: "Direct partnerships with farmers ensuring fair trade and sustainable practices", icon: Leaf
description: "Direct partnerships with farmers ensuring fair trade and sustainable practices",
icon: Leaf
}, },
{ {
title: "Expert Selection", title: "Expert Selection", description: "Handpicked beans and leaves curated by our experienced tasting team", icon: Award
description: "Handpicked beans and leaves curated by our experienced tasting team",
icon: Award
}, },
{ {
title: "Small Batch Roasting", title: "Small Batch Roasting", description: "Fresh roasts prepared in small quantities for maximum flavor and quality", icon: Flame
description: "Fresh roasts prepared in small quantities for maximum flavor and quality",
icon: Flame
}, },
{ {
title: "Community Focused", title: "Community Focused", description: "Building a community of coffee and tea lovers who appreciate quality", icon: Users
description: "Building a community of coffee and tea lovers who appreciate quality",
icon: Users
} }
]} ]}
imageSrc="https://img.b2bpic.net/free-photo/green-tea-leaves-field_53876-95115.jpg" imageSrc="https://img.b2bpic.net/free-photo/green-tea-leaves-field_53876-95115.jpg"
@@ -82,49 +74,38 @@ export default function AboutPage() {
tag="Our Difference" tag="Our Difference"
negativeCard={{ negativeCard={{
items: [ items: [
"Mass-produced blends", "Mass-produced blends", "Unknown origins", "Stale inventory", "Inconsistent quality"
"Unknown origins",
"Stale inventory",
"Inconsistent quality"
] ]
}} }}
positiveCard={{ positiveCard={{
items: [ items: [
"Small-batch roasted to order", "Small-batch roasted to order", "Traceable sourcing", "Fresh roasts delivered monthly", "Rigorous quality testing"
"Traceable sourcing",
"Fresh roasts delivered monthly",
"Rigorous quality testing"
] ]
}} }}
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground="invertDefault" useInvertedBackground="invertDefault"
titleClassName="text-4xl font-bold mb-4"
descriptionClassName="text-base mb-8"
/> />
</div> </div>
<FooterBaseReveal <FooterBaseReveal
columns={[ columns={[
{ {
title: "Shop", title: "Shop", items: [
items: [
{ label: "Coffee", href: "/products" }, { label: "Coffee", href: "/products" },
{ label: "Tea", href: "/products" }, { label: "Tea", href: "/products" },
{ label: "Brewing Guides", href: "#about" } { label: "Brewing Guides", href: "#about" }
] ]
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ label: "About Us", href: "#about" }, { label: "About Us", href: "#about" },
{ label: "Sustainability", href: "#about" }, { label: "Sustainability", href: "#about" },
{ label: "Contact", href: "/contact" } { label: "Contact", href: "/contact" }
] ]
}, },
{ {
title: "Connect", title: "Connect", items: [
items: [
{ label: "Instagram", href: "https://instagram.com" }, { label: "Instagram", href: "https://instagram.com" },
{ label: "Facebook", href: "https://facebook.com" }, { label: "Facebook", href: "https://facebook.com" },
{ label: "Newsletter", href: "/contact" } { label: "Newsletter", href: "/contact" }