Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 14799fd970 | |||
| 5e3ab17e86 |
@@ -96,9 +96,10 @@ export default function LandingPage() {
|
|||||||
<div id="gallery" data-section="gallery">
|
<div id="gallery" data-section="gallery">
|
||||||
<ProductCardTwo
|
<ProductCardTwo
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="split-actions"
|
||||||
gridVariant="four-items-2x2-equal-grid"
|
gridVariant="four-items-2x2-equal-grid"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
buttons={[{ text: "Book Your Session", href: "#contact" }]}
|
||||||
products={[
|
products={[
|
||||||
{ id: "1", brand: "Style", name: "Bridal Updo", price: "From $150", rating: 5, reviewCount: "50+", imageSrc: "http://img.b2bpic.net/free-photo/bride-with-wedding-dress_23-2148106130.jpg" },
|
{ id: "1", brand: "Style", name: "Bridal Updo", price: "From $150", rating: 5, reviewCount: "50+", imageSrc: "http://img.b2bpic.net/free-photo/bride-with-wedding-dress_23-2148106130.jpg" },
|
||||||
{ id: "2", brand: "Style", name: "Luxury Weave", price: "From $200", rating: 5, reviewCount: "80+", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-hair-dyed-beauty-salon_23-2149167370.jpg" },
|
{ id: "2", brand: "Style", name: "Luxury Weave", price: "From $200", rating: 5, reviewCount: "80+", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-hair-dyed-beauty-salon_23-2149167370.jpg" },
|
||||||
|
|||||||
Reference in New Issue
Block a user