From d56261ccbc2cfdf9b50eedd465142e1f4758d54a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 23:14:36 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 78 ++++++++++++--------------------------- 1 file changed, 24 insertions(+), 54 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 8536776..a686fe2 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -44,14 +44,10 @@ export default function ServicesPage() { tagAnimation="slide-up" features={[ { - id: "1", - title: "Precision Haircuts", - description: - "Expert cuts for men and women. Timeless classics or modern styles—shaped perfectly to suit your face, hair type, and lifestyle.", - media: { + id: "1", title: "Precision Haircuts", description: + "Expert cuts for men and women. Timeless classics or modern styles—shaped perfectly to suit your face, hair type, and lifestyle.", media: { imageSrc: - "http://img.b2bpic.net/free-photo/man-showing-scissors-close-up_23-2148353462.jpg?_wi=2", - }, + "http://img.b2bpic.net/free-photo/man-showing-scissors-close-up_23-2148353462.jpg"}, items: [ { icon: Check, text: "Personalized consultation" }, { icon: Check, text: "Precision scissor work" }, @@ -60,14 +56,10 @@ export default function ServicesPage() { reverse: false, }, { - id: "2", - title: "Color & Highlights", - description: - "From subtle enhancement to bold transformation. Our colorists blend artistry with technical skill to achieve the perfect shade.", - media: { + id: "2", title: "Color & Highlights", description: + "From subtle enhancement to bold transformation. Our colorists blend artistry with technical skill to achieve the perfect shade.", media: { imageSrc: - "http://img.b2bpic.net/free-photo/cheerful-girl-process-hair-coloring_23-2147769774.jpg?_wi=2", - }, + "http://img.b2bpic.net/free-photo/cheerful-girl-process-hair-coloring_23-2147769774.jpg"}, items: [ { icon: Check, text: "Tone consultation" }, { icon: Check, text: "Premium color products" }, @@ -76,14 +68,10 @@ export default function ServicesPage() { reverse: true, }, { - id: "3", - title: "Styling & Special Events", - description: - "Special occasions deserve special attention. Expert styling for events, updos, and everyday confidence.", - media: { + id: "3", title: "Styling & Special Events", description: + "Special occasions deserve special attention. Expert styling for events, updos, and everyday confidence.", media: { imageSrc: - "http://img.b2bpic.net/free-photo/beautiufl-caucasian-lady-went-home-sits-armchair-th-living-room_132075-9638.jpg?_wi=2", - }, + "http://img.b2bpic.net/free-photo/beautiufl-caucasian-lady-went-home-sits-armchair-th-living-room_132075-9638.jpg"}, items: [ { icon: Check, text: "Event styling expertise" }, { icon: Check, text: "Updo mastery" }, @@ -92,21 +80,16 @@ export default function ServicesPage() { reverse: false, }, { - id: "4", - title: "Men's Grooming", - description: - "Sharp, clean, confident. Precision fades, beard work, and grooming advice for the modern gentleman.", - media: { + id: "4", title: "Men's Grooming", description: + "Sharp, clean, confident. Precision fades, beard work, and grooming advice for the modern gentleman.", media: { imageSrc: - "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg?_wi=2", - }, + "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg"}, items: [ { icon: Check, text: "Precision fades" }, { icon: Check, text: "Beard shaping & care" }, { icon: Check, - text: "Grooming product recommendations", - }, + text: "Grooming product recommendations"}, ], reverse: true, }, @@ -124,23 +107,14 @@ export default function ServicesPage() { tagAnimation="slide-up" metrics={[ { - id: "1", - value: "Craftsmanship", - description: - "Years of expertise. Skilled hands. No shortcuts. Every cut reflects our commitment to excellence and attention to detail.", - }, + id: "1", value: "Craftsmanship", description: + "Years of expertise. Skilled hands. No shortcuts. Every cut reflects our commitment to excellence and attention to detail."}, { - id: "2", - value: "Atmosphere", - description: - "Warm welcome. A joke between cuts. A drink if you like. You'll feel at home the moment you walk through our door.", - }, + id: "2", value: "Atmosphere", description: + "Warm welcome. A joke between cuts. A drink if you like. You'll feel at home the moment you walk through our door."}, { - id: "3", - value: "Consistency", - description: - "You don't gamble here. You know you'll leave happy. Our clients come back because they trust the result, every single time.", - }, + id: "3", value: "Consistency", description: + "You don't gamble here. You know you'll leave happy. Our clients come back because they trust the result, every single time."}, ]} metricsAnimation="slide-up" useInvertedBackground={true} @@ -153,7 +127,7 @@ export default function ServicesPage() { title="Ready for your next appointment?" description="Book today and experience why Déjà Vu is a name people remember. Your perfect cut awaits." tagIcon={Calendar} - background={{ variant: "aurora" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Book Now" @@ -165,8 +139,7 @@ export default function ServicesPage() {