Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9f04254f09 | |||
| 0e2452c35e |
@@ -117,7 +117,7 @@ export default function LandingPage() {
|
|||||||
<div id="services" data-section="services">
|
<div id="services" data-section="services">
|
||||||
<FeatureCardTwentySeven
|
<FeatureCardTwentySeven
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="split"
|
textboxLayout="split-actions"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
@@ -133,6 +133,11 @@ export default function LandingPage() {
|
|||||||
"Detailed styling for men and women."],
|
"Detailed styling for men and women."],
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qa1y0n"},
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qa1y0n"},
|
||||||
]}
|
]}
|
||||||
|
buttons={[
|
||||||
|
{
|
||||||
|
text: "Book Appointment", href: "#contact"
|
||||||
|
}
|
||||||
|
]}
|
||||||
title="Our Professional Services"
|
title="Our Professional Services"
|
||||||
description="We offer a wide range of services to cater to your specific hair needs."
|
description="We offer a wide range of services to cater to your specific hair needs."
|
||||||
/>
|
/>
|
||||||
@@ -230,4 +235,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user