Update src/app/page.tsx

This commit is contained in:
2026-04-29 06:24:23 +00:00
parent 0d4ea3fd0d
commit ac1ecda282

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>
);
}
}