6 Commits

Author SHA1 Message Date
4161232bfc Merge version_3 into main
Merge version_3 into main
2026-04-17 01:45:53 +00:00
6331939bc2 Update src/app/page.tsx 2026-04-17 01:45:50 +00:00
ddc068abfe Merge version_2 into main
Merge version_2 into main
2026-04-17 01:45:08 +00:00
8322189e23 Update src/app/page.tsx 2026-04-17 01:45:02 +00:00
2926db8f60 Merge version_1 into main
Merge version_1 into main
2026-04-17 01:44:15 +00:00
e50fccb157 Merge version_1 into main
Merge version_1 into main
2026-04-17 01:43:46 +00:00

View File

@@ -74,10 +74,11 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{ id: "1", brand: "Busters", name: "Citrus Burst", price: "$2.99", rating: 5, reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/recycled-aluminium-cans_23-2149436501.jpg" },
{ 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" }
{ id: "1", brand: "Busters", name: "Citrus Burst", price: "Starting at $2.99", rating: 5, reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/recycled-aluminium-cans_23-2149436501.jpg" },
{ id: "2", brand: "Busters", name: "Berry Blast", price: "Starting at $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: "Starting at $2.99", 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."
/>
@@ -165,4 +166,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}