3 Commits

Author SHA1 Message Date
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
2 changed files with 6 additions and 6 deletions

View File

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

View File

@@ -88,7 +88,7 @@ export default function LandingPage() {
tagAnimation="slide-up" tagAnimation="slide-up"
features={[ 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" imageSrc: "/placeholders/placeholder1.webp?_wi=1", imageAlt: "Professional haircut service"
}, },
items: [ items: [
@@ -99,7 +99,7 @@ export default function LandingPage() {
reverse: false 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" imageSrc: "/placeholders/placeholder1.webp?_wi=2", imageAlt: "Expert skin fade service"
}, },
items: [ items: [
@@ -110,7 +110,7 @@ export default function LandingPage() {
reverse: true 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" imageSrc: "/placeholders/placeholder1.webp?_wi=3", imageAlt: "Professional beard trimming"
}, },
items: [ items: [
@@ -121,7 +121,7 @@ export default function LandingPage() {
reverse: false 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" imageSrc: "/placeholders/placeholder1.webp?_wi=4", imageAlt: "Children's haircut service"
}, },
items: [ items: [
@@ -205,4 +205,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }