Merge version_3 into main #2

Merged
bender merged 1 commits from version_3 into main 2026-04-29 06:24:27 +00:00

View File

@@ -82,9 +82,12 @@ export default function LandingPage() {
<div id="products" data-section="products">
<ProductCardTwo
animationType="slide-up"
textboxLayout="default"
textboxLayout="split-actions"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
buttons={[
{ text: "View Menu", href: "#" }
]}
products={[
{
id: "1", brand: "Roast", name: "Ethiopian Yirgacheffe", price: "$18", rating: 5,
@@ -211,4 +214,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}