Merge version_5 into main #4

Merged
bender merged 4 commits from version_5 into main 2026-02-27 06:09:49 +00:00
4 changed files with 18 additions and 19 deletions

View File

@@ -91,4 +91,4 @@ export default function BlogPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -76,21 +76,20 @@ export default function LandingPage() {
]}
buttonAnimation="slide-up"
/>
</div>
<div id="brands" data-section="brands">
<SocialProofOne
title="Trusted by Premium Brands"
description="We partner with the finest coffee suppliers and artisan producers from around the world"
tag="Our Partners"
names={[
"Ethiopian Highlands Coffee", "Colombian Fair Trade Co.", "Indonesian Sumatra Estates", "Kenyan AA Beans", "Brazilian Santos Roasters", "Peruvian Organic Farms"
]}
textboxLayout="default"
useInvertedBackground={false}
speed={40}
showCard={true}
/>
<div className="mt-12">
<SocialProofOne
title="Trusted by Premium Brands"
description="We partner with the finest coffee suppliers and artisan producers from around the world"
tag="Our Partners"
names={[
"Ethiopian Highlands Coffee", "Colombian Fair Trade Co.", "Indonesian Sumatra Estates", "Kenyan AA Beans", "Brazilian Santos Roasters", "Peruvian Organic Farms"
]}
textboxLayout="default"
useInvertedBackground={false}
speed={40}
showCard={true}
/>
</div>
</div>
<div id="product" data-section="product">
@@ -325,4 +324,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -316,4 +316,4 @@ function ProductPageContent({ params }: ProductPageProps) {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -166,4 +166,4 @@ export default function ShopPage() {
<ShopPageContent />
</Suspense>
);
}
}