Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a6e1a5c8a4 | |||
| 884b17feb0 | |||
| 98867a4478 | |||
| e04bdf345d | |||
| 4969b13759 |
@@ -36,6 +36,8 @@ export default function LandingPage() {
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "Shop", id: "products"},
|
||||
{
|
||||
name: "Accessories", id: "accessories"},
|
||||
{
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
@@ -126,6 +128,32 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="accessories" data-section="accessories">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "ring-1", name: "Delicate Diamond Ring", price: "$450.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ESdxs13TPrZMhkTBmCRRLe0Sbe/uploaded-1701389278783-d34a47t4.jpg", imageAlt: "Delicate Diamond Ring", priceButtonProps: { text: "Add to Cart" },
|
||||
},
|
||||
{
|
||||
id: "ring-2", name: "Minimalist Silver Band", price: "$120.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ESdxs13TPrZMhkTBmCRRLe0Sbe/uploaded-1701389278783-p9o7e1q8.jpg", imageAlt: "Minimalist Silver Band", priceButtonProps: { text: "Add to Cart" },
|
||||
},
|
||||
{
|
||||
id: "ring-3", name: "Vintage Emerald Ring", price: "$780.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ESdxs13TPrZMhkTBmCRRLe0Sbe/uploaded-1701389278783-j2k5m6n9.jpg", imageAlt: "Vintage Emerald Ring", priceButtonProps: { text: "Add to Cart" },
|
||||
},
|
||||
{
|
||||
id: "ring-4", name: "Bold Statement Ring", price: "$220.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ESdxs13TPrZMhkTBmCRRLe0Sbe/uploaded-1701389278783-x7z3w8y2.jpg", imageAlt: "Bold Statement Ring", priceButtonProps: { text: "Add to Cart" },
|
||||
},
|
||||
]}
|
||||
title="Our Exquisite Ring Collection"
|
||||
description="Discover timeless beauty with our hand-picked selection of rings. Perfect for every occasion, crafted with precision and passion."
|
||||
tag="Rings"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwentyOne
|
||||
useInvertedBackground={false}
|
||||
@@ -254,7 +282,7 @@ export default function LandingPage() {
|
||||
{
|
||||
label: "Outerwear", href: "#"},
|
||||
{
|
||||
label: "Accessories", href: "#"},
|
||||
label: "Accessories", href: "#accessories"},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user