Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 18a470c1ca | |||
| 8ffa464ab4 | |||
| 9f04254f09 | |||
| 0e2452c35e |
@@ -117,22 +117,27 @@ 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={[
|
||||||
{
|
{
|
||||||
id: "f1", title: "Precision Cuts", descriptions: [
|
id: "f1", title: "Precision Cuts", descriptions: [
|
||||||
"Expert cutting techniques for all hair types."],
|
"Achieve a sculpted look that complements your facial structure with our high-precision cutting services."],
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2l1mvz"},
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2l1mvz"},
|
||||||
{
|
{
|
||||||
id: "f2", title: "Expert Coloring", descriptions: [
|
id: "f2", title: "Expert Coloring", descriptions: [
|
||||||
"Custom color matching and advanced dyeing."],
|
"Enhance your natural radiance with vibrant, long-lasting color tailored specifically to your skin tone."],
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=y1obwm"},
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=y1obwm"},
|
||||||
{
|
{
|
||||||
id: "f3", title: "Grooming", descriptions: [
|
id: "f3", title: "Grooming", descriptions: [
|
||||||
"Detailed styling for men and women."],
|
"Enjoy a refreshed appearance with professional styling and grooming for a polished, confident finish."],
|
||||||
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."
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user