Merge version_3 into main #2
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user