5 Commits

Author SHA1 Message Date
d281280443 Update src/app/shop/page.tsx 2026-02-27 06:09:45 +00:00
0cb5361d55 Update src/app/shop/[id]/page.tsx 2026-02-27 06:09:44 +00:00
2a7d65f16c Update src/app/page.tsx 2026-02-27 06:09:43 +00:00
95cf0d3e7f Update src/app/blog/page.tsx 2026-02-27 06:09:42 +00:00
749f937dd1 Merge version_4 into main
Merge version_4 into main
2026-02-27 05:02:34 +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>
);
}
}