Update src/app/page.tsx
This commit is contained in:
@@ -95,9 +95,9 @@ export default function LandingPage() {
|
||||
|
||||
<div id="shop" data-section="shop">
|
||||
<ProductCardThree
|
||||
title="Merch Store"
|
||||
description="Exclusive merchandise and collectibles. Show your support and take home a piece of Bibito's legacy."
|
||||
tag="Limited Edition"
|
||||
title="Shop All Products"
|
||||
description="Browse our complete collection of merchandise and exclusive items. Find everything you love in one place."
|
||||
tag="Complete Collection"
|
||||
tagIcon={ShoppingBag}
|
||||
products={[
|
||||
{
|
||||
@@ -111,9 +111,15 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "4", name: "Exclusive Poster", price: "$19.99", imageSrc: "https://img.b2bpic.net/free-vector/gradient-album-cover-template_52683-124660.jpg", imageAlt: "Exclusive Poster", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "5", name: "Premium Cap", price: "$24.99", imageSrc: "https://img.b2bpic.net/free-vector/gradient-album-cover-template_23-2150574681.jpg", imageAlt: "Premium Cap", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "6", name: "Collector's Box Set", price: "$89.99", imageSrc: "https://img.b2bpic.net/free-photo/mixing-engineer-pressing-sliders-control-desk-balance-tracks_482257-122057.jpg", imageAlt: "Collector's Box Set", initialQuantity: 1
|
||||
}
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="noInvert"
|
||||
@@ -286,4 +292,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user