Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-02-25 10:07:25 +00:00
4 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
use client";
"use client";
import ReactLenis from "lenis/react";
import BlogCardThree from "@/components/sections/blog/BlogCardThree";

View File

@@ -147,13 +147,13 @@ export default function LandingPage() {
tagAnimation="slide-up"
products={[
{
id: "1", name: "Ethiopian Yirgacheffe Beans - 12oz", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-brown-coffee-seeds-with-macarons_140725-27789.jpg?_wi=1", imageAlt: "Ethiopian Yirgacheffe coffee beans", initialQuantity: 1
id: "1", name: "Ethiopian Yirgacheffe Beans - 12oz", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-brown-coffee-seeds-with-macarons_140725-27789.jpg", imageAlt: "Ethiopian Yirgacheffe coffee beans", initialQuantity: 1
},
{
id: "2", name: "Colombian Medium Roast - 12oz", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-container-full-coffee-beans-wooden-surface_181624-58235.jpg", imageAlt: "Colombian medium roast beans", initialQuantity: 1
},
{
id: "3", name: "Brew Haven House Blend - 1lb", price: "$16.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-brown-coffee-seeds-with-macarons_140725-27789.jpg?_wi=2", imageAlt: "Brew Haven signature house blend", initialQuantity: 1
id: "3", name: "Brew Haven House Blend - 1lb", price: "$16.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-brown-coffee-seeds-with-macarons_140725-27789.jpg", imageAlt: "Brew Haven signature house blend", initialQuantity: 1
},
{
id: "4", name: "Dark Roast Espresso - 12oz", price: "$13.99", imageSrc: "http://img.b2bpic.net/free-photo/smoke-rises-from-roasted-coffee-beans-coffee-mug-lies-fragrant-coffee-selective-focus-beans_166373-2305.jpg", imageAlt: "Dark roast espresso beans", initialQuantity: 1

View File

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

View File

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