diff --git a/src/app/page.tsx b/src/app/page.tsx index e1e5005..4a84b7d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,7 +77,7 @@ export default function LandingPage() { reviewCount: "24.5k", imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-holding-reusable-cup_53876-105686.jpg", imageAlt: "Premium Stainless Steel Cup" } ]} - gridVariant="bento-grid" + gridVariant="four-items-2x2-equal-grid" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} @@ -111,6 +111,9 @@ export default function LandingPage() { id: "4", title: "Temperature Control", content: "Double-wall insulation technology keeps your beverages at the perfect temperature, whether hot or cold, for hours on end." } ]} + buttons={[ + { text: "Shop Now", href: "#products" } + ]} />