diff --git a/src/app/page.tsx b/src/app/page.tsx index 9f4885d..b21a7c9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,6 +78,7 @@ export default function LandingPage() { { id: "2", brand: "Busters", name: "Berry Blast", price: "$2.99", rating: 5, reviewCount: "890", imageSrc: "http://img.b2bpic.net/free-photo/beer-glass_23-2148098765.jpg" }, { id: "3", brand: "Busters", name: "Mango Madness", price: "$3.49", rating: 4, reviewCount: "450", imageSrc: "http://img.b2bpic.net/free-photo/delicious-colada-morada-composition_23-2149161468.jpg" } ]} + buttons={[{ text: "Buy Now", href: "#contact" }]} title="Explore Our Flavors" description="From refreshing citrus to bold berry, find your perfect match in our diverse lineup." />