|
|
|
|
@@ -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"
|
|
|
|
|
@@ -68,8 +68,7 @@ export default function LandingPage() {
|
|
|
|
|
<div id="about" data-section="about">
|
|
|
|
|
<InlineImageSplitTextAbout
|
|
|
|
|
heading={[
|
|
|
|
|
{ type: "text", content: "About " },
|
|
|
|
|
{ type: "text", content: "DZ Barber Shop" }
|
|
|
|
|
{ type: "text", content: "About DZ Barber Shop: Premium Cuts, Expert Care, Community Pride" }
|
|
|
|
|
]}
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
buttons={[
|
|
|
|
|
@@ -89,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: [
|
|
|
|
|
@@ -100,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: [
|
|
|
|
|
@@ -111,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: [
|
|
|
|
|
@@ -122,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: [
|
|
|
|
|
@@ -206,4 +205,4 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|