@@ -163,21 +75,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
features={[
- {
- title: "Classic Haircut",
- description: "Precision haircutting with professional tools and styling products.",
- imageSrc: "http://img.b2bpic.net/free-photo/mid-section-view-hairdresser-s-hand-with-electric-trimmer_23-2147839811.jpg?_wi=1",
- },
- {
- title: "Beard Trim",
- description: "Hot towel treatment and meticulous beard shaping.",
- imageSrc: "http://img.b2bpic.net/free-photo/mid-section-view-hairdresser-s-hand-with-electric-trimmer_23-2147839811.jpg?_wi=2",
- },
- {
- title: "Full Service",
- description: "A complete groom combining haircut, beard work, and facial treatment.",
- imageSrc: "http://img.b2bpic.net/free-photo/mid-section-view-hairdresser-s-hand-with-electric-trimmer_23-2147839811.jpg?_wi=3",
- },
+ { title: "Classic Haircut", description: "Precision haircutting with professional tools and styling products.", imageSrc: "http://img.b2bpic.net/free-photo/mid-section-view-hairdresser-s-hand-with-electric-trimmer_23-2147839811.jpg?_wi=1" },
+ { title: "Beard Trim", description: "Hot towel treatment and meticulous beard shaping.", imageSrc: "http://img.b2bpic.net/free-photo/mid-section-view-hairdresser-s-hand-with-electric-trimmer_23-2147839811.jpg?_wi=2" },
+ { title: "Full Service", description: "A complete groom combining haircut, beard work, and facial treatment.", imageSrc: "http://img.b2bpic.net/free-photo/mid-section-view-hairdresser-s-hand-with-electric-trimmer_23-2147839811.jpg?_wi=3" },
]}
title="Services"
description="Tailored grooming for the modern gentleman."
@@ -187,50 +87,11 @@ export default function LandingPage() {
window.location.href = 'tel:+358452511787'}
/>
@@ -262,4 +118,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file