Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8cf5e51a80 | |||
| f5c09e367c | |||
| 4e44b70e07 | |||
| 5e5a3a2e71 | |||
| 612c3be02f |
@@ -94,11 +94,11 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "p1", name: "Victorian Candlestick", price: "$125", imageSrc: "http://img.b2bpic.net/free-photo/vintage-chandelier-two-positions-white-background-studio-photo-vintage-retro-old-fashioned-style-candle-holder_482257-33029.jpg" },
|
||||
{ id: "p2", name: "Velvet Raven Cushion", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/garlic-with-twigs-near-frame_23-2147694973.jpg" },
|
||||
{ id: "p3", name: "Ornate Bone Frame", price: "$195", imageSrc: "http://img.b2bpic.net/free-vector/rectangular-ornamental-frame-black-background_1115-649.jpg" },
|
||||
{ id: "p4", name: "Glazed Crypt Jar", price: "$140", imageSrc: "http://img.b2bpic.net/free-photo/vintage-antique-ancient-kettle-marble-background_114579-46793.jpg" },
|
||||
{ id: "p5", name: "Obsidian Figurine", price: "$320", imageSrc: "http://img.b2bpic.net/free-photo/witch-hand-with-long-nails_23-2147680165.jpg" }
|
||||
{ id: "p1", name: "Victorian Candlestick", price: "$120.00", imageSrc: "http://img.b2bpic.net/free-photo/vintage-chandelier-two-positions-white-background-studio-photo-vintage-retro-old-fashioned-style-candle-holder_482257-33029.jpg" },
|
||||
{ id: "p2", name: "Velvet Raven Cushion", price: "$45.00", imageSrc: "http://img.b2bpic.net/free-photo/garlic-with-twigs-near-frame_23-2147694973.jpg" },
|
||||
{ id: "p3", name: "Ornate Bone Frame", price: "$80.00", imageSrc: "http://img.b2bpic.net/free-vector/rectangular-ornamental-frame-black-background_1115-649.jpg" },
|
||||
{ id: "p4", name: "Glazed Crypt Jar", price: "$60.00", imageSrc: "http://img.b2bpic.net/free-photo/vintage-antique-ancient-kettle-marble-background_114579-46793.jpg" },
|
||||
{ id: "p5", name: "Obsidian Figurine", price: "$95.00", imageSrc: "http://img.b2bpic.net/free-photo/witch-hand-with-long-nails_23-2147680165.jpg" }
|
||||
]}
|
||||
title="Curated Collections"
|
||||
description="Explore our current selection of rare finds and bespoke gothic creations. Shop our curated dark decor pieces to find your next statement piece."
|
||||
@@ -145,7 +145,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
text="The sanctuary awaits. Visit us or reach out for inquiries about our current collections and bespoke services."
|
||||
buttons={[{ text: "Email Our Curators", href: "#" }]}
|
||||
buttons={[{ text: "Email Our Curators", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -162,4 +162,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user