From 6057e26a5c9275f63e723032411acf73092f8e35 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:59:28 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 65915cb..44ba1db 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1425,4 +1425,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From f08974bb7f5843947298daf22235c5e46d45ac72 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:59:28 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f209f3b..d7771f4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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: [ @@ -205,4 +205,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1