Merge version_3 into main #3
@@ -59,6 +59,7 @@ export default function LandingPage() {
|
||||
<ProductCardTwo
|
||||
title="Our Collection"
|
||||
description="Discover the range of Snickers products crafted for every occasion."
|
||||
tag="Best Sellers"
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Snickers", name: "Original Bar", price: "$1.49", rating: 5,
|
||||
@@ -77,6 +78,9 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "View All Products", href: "#products" }
|
||||
]}
|
||||
containerClassName="py-20 md:py-32 lg:py-40 2xl:py-48"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user