Merge version_3 into main #4
@@ -74,9 +74,9 @@ 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"
|
||||
@@ -166,4 +166,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user