diff --git a/src/app/page.tsx b/src/app/page.tsx
index 3c8618b..512de5f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
@@ -58,75 +46,20 @@ export default function LandingPage() {
title="Three Decades of Palermo Barbering Excellence"
description="Where tradition meets modern style. Book your appointment with Palermo's most trusted barbers—fast, precise, and always welcoming."
testimonials={[
- {
- name: "Marco G.",
- handle: "@marco_palermo",
- testimonial: "30 anni di eccellenza. Non cambierei mai il mio barbiere di fiducia.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-cafe-checking-time_23-2147689261.jpg?_wi=1",
- imageAlt: "barber shop interior vintage style",
- },
- {
- name: "Luca S.",
- handle: "@lucas_style",
- testimonial: "Professionali, veloci e sempre aggiornati sulle ultime tendenze.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/barber-man-with-shaving-foam-his-face-shaving-himself-using-razor-purple-wall_141793-52672.jpg?_wi=1",
- imageAlt: "barber shop interior vintage style",
- },
- {
- name: "Giovanni P.",
- handle: "@gio_barber",
- testimonial: "L'atmosfera è fantastica e il taglio è sempre preciso.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-near-blurred-stylist_23-2147778876.jpg?_wi=1",
- imageAlt: "barber shop interior vintage style",
- },
- {
- name: "Andrea R.",
- handle: "@andre_style",
- testimonial: "Tagli moderni con un tocco classico inimitabile.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313038.jpg?_wi=1",
- imageAlt: "barber shop interior vintage style",
- },
- {
- name: "Stefano M.",
- handle: "@stef_palermo",
- testimonial: "Il miglior posto a Palermo per la barba.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/mature-smiling-shoemaker-workshop-making-shoes_171337-12267.jpg?_wi=1",
- imageAlt: "barber shop interior vintage style",
- },
+ { name: "Marco G.", handle: "@marco_palermo", testimonial: "30 anni di eccellenza. Non cambierei mai il mio barbiere di fiducia.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-cafe-checking-time_23-2147689261.jpg", imageAlt: "barber shop interior vintage style" },
+ { name: "Luca S.", handle: "@lucas_style", testimonial: "Professionali, veloci e sempre aggiornati sulle ultime tendenze.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/barber-man-with-shaving-foam-his-face-shaving-himself-using-razor-purple-wall_141793-52672.jpg", imageAlt: "barber shop interior vintage style" },
+ { name: "Giovanni P.", handle: "@gio_barber", testimonial: "L'atmosfera è fantastica e il taglio è sempre preciso.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-near-blurred-stylist_23-2147778876.jpg", imageAlt: "barber shop interior vintage style" },
+ { name: "Andrea R.", handle: "@andre_style", testimonial: "Tagli moderni con un tocco classico inimitabile.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313038.jpg", imageAlt: "barber shop interior vintage style" },
+ { name: "Stefano M.", handle: "@stef_palermo", testimonial: "Il miglior posto a Palermo per la barba.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/mature-smiling-shoemaker-workshop-making-shoes_171337-12267.jpg", imageAlt: "barber shop interior vintage style" },
]}
- buttons={[
- {
- text: "Book Your Appointment",
- href: "#contact",
- },
- ]}
- imageSrc="http://img.b2bpic.net/free-photo/stylish-man-cafe-checking-time_23-2147689261.jpg?_wi=2"
+ buttons={[{ text: "Book Your Appointment", href: "#contact" }]}
+ imageSrc="http://img.b2bpic.net/free-photo/stylish-man-cafe-checking-time_23-2147689261.jpg"
avatars={[
- {
- src: "http://img.b2bpic.net/free-photo/elderly-shoes-designer-is-making-laces-shoes-from-his-new-handmade-collection_613910-17415.jpg",
- alt: "Elderly shoes designer",
- },
- {
- src: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-his-hair-washed_23-2149220571.jpg",
- alt: "Man getting hair washed",
- },
- {
- src: "http://img.b2bpic.net/free-photo/young-bearded-man-getting-haircut-by-hairdresser-while-sitting-chair-barbershop-barber-soul_627829-6405.jpg",
- alt: "Man getting haircut",
- },
- {
- src: "http://img.b2bpic.net/free-photo/brush-element-shaving-tool-close-up-berber-shop_1303-20672.jpg",
- alt: "Shaving tool",
- },
- {
- src: "http://img.b2bpic.net/free-photo/male-barber-sitting-his-shop_23-2149186519.jpg",
- alt: "Male barber shop",
- },
+ { src: "http://img.b2bpic.net/free-photo/elderly-shoes-designer-is-making-laces-shoes-from-his-new-handmade-collection_613910-17415.jpg", alt: "Elderly shoes designer" },
+ { src: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-his-hair-washed_23-2149220571.jpg", alt: "Man getting hair washed" },
+ { src: "http://img.b2bpic.net/free-photo/young-bearded-man-getting-haircut-by-hairdresser-while-sitting-chair-barbershop-barber-soul_627829-6405.jpg", alt: "Man getting haircut" },
+ { src: "http://img.b2bpic.net/free-photo/brush-element-shaving-tool-close-up-berber-shop_1303-20672.jpg", alt: "Shaving tool" },
+ { src: "http://img.b2bpic.net/free-photo/male-barber-sitting-his-shop_23-2149186519.jpg", alt: "Male barber shop" },
]}
/>
@@ -136,21 +69,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Our Legacy in Numbers"
metrics={[
- {
- label: "Years Established",
- value: "30+",
- icon: Award,
- },
- {
- label: "Client Satisfaction",
- value: "4.9/5",
- icon: Star,
- },
- {
- label: "Appointments Completed",
- value: "50k+",
- icon: Scissors,
- },
+ { label: "Years Established", value: "30+", icon: Award },
+ { label: "Client Satisfaction", value: "4.9/5", icon: Star },
+ { label: "Appointments Completed", value: "50k+", icon: Scissors },
]}
metricsAnimation="slide-up"
/>
@@ -161,21 +82,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
- {
- title: "Traditional Shaving",
- description: "Hot towel treatment and precise straight razor work.",
- imageSrc: "http://img.b2bpic.net/free-photo/barber-man-with-shaving-foam-his-face-shaving-himself-using-razor-purple-wall_141793-52672.jpg?_wi=2",
- },
- {
- title: "Modern Styling",
- description: "Customized haircuts tailored to your specific face shape.",
- imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-near-blurred-stylist_23-2147778876.jpg?_wi=2",
- },
- {
- title: "Precision Grooming",
- description: "Beard sculpting and maintenance to keep you looking sharp.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313038.jpg?_wi=2",
- },
+ { title: "Traditional Shaving", description: "Hot towel treatment and precise straight razor work.", imageSrc: "http://img.b2bpic.net/free-photo/barber-man-with-shaving-foam-his-face-shaving-himself-using-razor-purple-wall_141793-52672.jpg" },
+ { title: "Modern Styling", description: "Customized haircuts tailored to your specific face shape.", imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-near-blurred-stylist_23-2147778876.jpg" },
+ { title: "Precision Grooming", description: "Beard sculpting and maintenance to keep you looking sharp.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313038.jpg" },
]}
title="The Art of Grooming"
description="We blend traditional techniques with modern style precision."
@@ -188,57 +97,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
plans={[
- {
- id: "haircut",
- badge: "Classic",
- price: "€25",
- subtitle: "Precision haircut and wash",
- buttons: [
- {
- text: "Book",
- href: "#contact",
- },
- ],
- features: [
- "Consultation",
- "Haircut",
- "Style",
- ],
- },
- {
- id: "shave",
- badge: "Premium",
- price: "€20",
- subtitle: "Traditional razor shave",
- buttons: [
- {
- text: "Book",
- href: "#contact",
- },
- ],
- features: [
- "Hot Towel",
- "Shave",
- "Aftershave",
- ],
- },
- {
- id: "full",
- badge: "Expert",
- price: "€40",
- subtitle: "Full grooming experience",
- buttons: [
- {
- text: "Book",
- href: "#contact",
- },
- ],
- features: [
- "Haircut",
- "Beard Trim",
- "Treatment",
- ],
- },
+ { id: "haircut", badge: "Classic", price: "€25", subtitle: "Precision haircut and wash", buttons: [{ text: "Book", href: "#contact" }], features: ["Consultation", "Haircut", "Style"] },
+ { id: "shave", badge: "Premium", price: "€20", subtitle: "Traditional razor shave", buttons: [{ text: "Book", href: "#contact" }], features: ["Hot Towel", "Shave", "Aftershave"] },
+ { id: "full", badge: "Expert", price: "€40", subtitle: "Full grooming experience", buttons: [{ text: "Book", href: "#contact" }], features: ["Haircut", "Beard Trim", "Treatment"] },
]}
title="Premium Services"
description="Choose your grooming experience."
@@ -249,26 +110,12 @@ export default function LandingPage() {
@@ -377,14 +171,8 @@ export default function LandingPage() {