3 Commits

Author SHA1 Message Date
a779557525 Merge version_3 into main
Merge version_3 into main
2026-04-29 06:24:26 +00:00
ac1ecda282 Update src/app/page.tsx 2026-04-29 06:24:23 +00:00
0d4ea3fd0d Merge version_2 into main
Merge version_2 into main
2026-04-29 06:23:32 +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>
);
}
}