12 Commits

Author SHA1 Message Date
18c8680979 Merge version_4 into main
Merge version_4 into main
2026-03-03 11:03:40 +00:00
94b270f5f7 Update src/app/page.tsx 2026-03-03 11:03:34 +00:00
4e1ba2b5d9 Update src/app/layout.tsx 2026-03-03 11:03:32 +00:00
747a0caae3 Merge version_3 into main
Merge version_3 into main
2026-03-03 09:59:33 +00:00
f08974bb7f Update src/app/page.tsx 2026-03-03 09:59:28 +00:00
6057e26a5c Update src/app/layout.tsx 2026-03-03 09:59:28 +00:00
f361c657cd Merge version_2 into main
Merge version_2 into main
2026-03-03 09:17:59 +00:00
d715448672 Update src/app/page.tsx 2026-03-03 09:17:54 +00:00
4d6d8f595b Update src/app/layout.tsx 2026-03-03 09:17:53 +00:00
72d082049d Merge version_1 into main
Merge version_1 into main
2026-03-03 09:05:39 +00:00
ba413a4c3d Merge version_1 into main
Merge version_1 into main
2026-03-03 09:00:35 +00:00
16b1683ef1 Merge version_1 into main
Merge version_1 into main
2026-03-03 08:59:53 +00:00
2 changed files with 8 additions and 9 deletions

View File

@@ -1425,4 +1425,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -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>
);
}
}