Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 94b270f5f7 | |||
| 4e1ba2b5d9 | |||
| 747a0caae3 | |||
| f08974bb7f | |||
| 6057e26a5c | |||
| f361c657cd |
@@ -46,7 +46,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Book an Appointment", href: "#contact" },
|
||||
{ text: "Book Your Cut Now", href: "#contact" },
|
||||
{ text: "Call Now", href: "tel:0465259710" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -88,7 +88,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Haircut", description: "Fresh fades, sharp lines, and classic cuts executed with precision. Every cut is customized to your face shape and style preferences.", media: {
|
||||
id: "1", title: "Haircut", description: "Fresh fades, sharp lines, and classic cuts executed with precision. Every cut is customized to your face shape and style preferences. Starting at €15.", media: {
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=1", imageAlt: "Professional haircut service"
|
||||
},
|
||||
items: [
|
||||
@@ -99,7 +99,7 @@ export default function LandingPage() {
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
id: "2", title: "Skin Fade", description: "Clean, sharp skin fades with perfect blending. We specialize in modern fade techniques that keep your look fresh and polished.", media: {
|
||||
id: "2", title: "Skin Fade", description: "Clean, sharp skin fades with perfect blending. We specialize in modern fade techniques that keep your look fresh and polished. Starting at €18.", media: {
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=2", imageAlt: "Expert skin fade service"
|
||||
},
|
||||
items: [
|
||||
@@ -110,7 +110,7 @@ export default function LandingPage() {
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
id: "3", title: "Beard Trim", description: "Professional beard grooming and styling. We sculpt and shape your beard to perfection with expert attention to detail.", media: {
|
||||
id: "3", title: "Beard Trim", description: "Professional beard grooming and styling. We sculpt and shape your beard to perfection with expert attention to detail. Starting at €12.", media: {
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=3", imageAlt: "Professional beard trimming"
|
||||
},
|
||||
items: [
|
||||
@@ -121,7 +121,7 @@ export default function LandingPage() {
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
id: "4", title: "Kids Haircut", description: "Family-friendly service for kids of all ages. We create a comfortable, fun experience while delivering quality cuts they'll love.", media: {
|
||||
id: "4", title: "Kids Haircut", description: "Family-friendly service for kids of all ages. We create a comfortable, fun experience while delivering quality cuts they'll love. Starting at €10.", media: {
|
||||
imageSrc: "/placeholders/placeholder1.webp?_wi=4", imageAlt: "Children's haircut service"
|
||||
},
|
||||
items: [
|
||||
|
||||
Reference in New Issue
Block a user