From 8322189e23d467499863ebe0ba56cfcfca4200aa Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 01:45:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) 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." /> -- 2.49.1