Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a5e4f633d5 | |||
| be7e505595 | |||
| 14799fd970 | |||
| 5e3ab17e86 |
@@ -47,7 +47,7 @@ export default function LandingPage() {
|
|||||||
background={{ variant: "radial-gradient" }}
|
background={{ variant: "radial-gradient" }}
|
||||||
title="Luxury Hair. Bold Beauty. Timeless Confidence."
|
title="Luxury Hair. Bold Beauty. Timeless Confidence."
|
||||||
description="Experience premium hairstyling, flawless installs, and expert beauty care with Jean’s Hair Team."
|
description="Experience premium hairstyling, flawless installs, and expert beauty care with Jean’s Hair Team."
|
||||||
buttons={[{ text: "Book Appointment", href: "#contact" }, { text: "View Services", href: "#services" }]}
|
buttons={[{ text: "Secure Your Spot", href: "#contact" }, { text: "View Services", href: "#services" }]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/young-woman-posing-with-photo-tape-red-background_114579-60923.jpg?_wi=1"
|
imageSrc="http://img.b2bpic.net/free-photo/young-woman-posing-with-photo-tape-red-background_114579-60923.jpg?_wi=1"
|
||||||
imageAlt="Glmorous salon hair model"
|
imageAlt="Glmorous salon hair model"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
@@ -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