Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e3bfbe42fe | |||
| ad2db84f97 | |||
| d2e88768c4 |
@@ -81,12 +81,13 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="gallery" data-section="gallery">
|
<div id="gallery" data-section="gallery">
|
||||||
<ProductCardFour
|
<ProductCardFour
|
||||||
textboxLayout="default"
|
textboxLayout="split-actions"
|
||||||
gridVariant="bento-grid"
|
gridVariant="bento-grid"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
title="Art Collection"
|
title="Art Collection"
|
||||||
description="Curated selection of abstract works."
|
description="Curated selection of abstract works."
|
||||||
|
buttons={[{ text: "Inquire About Collection", href: "#contact" }]}
|
||||||
products={[
|
products={[
|
||||||
{ id: "1", name: "Midnight Echo", price: "$2,400", variant: "Oil on Canvas", imageSrc: "http://img.b2bpic.net/free-photo/boiling-blue-liquid-with-foam-blobs_23-2147934166.jpg" },
|
{ id: "1", name: "Midnight Echo", price: "$2,400", variant: "Oil on Canvas", imageSrc: "http://img.b2bpic.net/free-photo/boiling-blue-liquid-with-foam-blobs_23-2147934166.jpg" },
|
||||||
{ id: "2", name: "Amber Light", price: "$1,800", variant: "Acrylic on Linen", imageSrc: "http://img.b2bpic.net/free-photo/abstract-hand-paint-watercolour-texture_1409-2519.jpg" },
|
{ id: "2", name: "Amber Light", price: "$1,800", variant: "Acrylic on Linen", imageSrc: "http://img.b2bpic.net/free-photo/abstract-hand-paint-watercolour-texture_1409-2519.jpg" },
|
||||||
@@ -166,4 +167,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user