Update src/app/services/page.tsx

This commit is contained in:
2026-03-04 23:14:36 +00:00
parent 42939668c7
commit d56261ccbc

View File

@@ -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() {
<FooterSimple
columns={[
{
title: "Navigate",
items: [
title: "Navigate", items: [
{ label: "Home", href: "/" },
{ label: "About", href: "/about" },
{ label: "Services", href: "/services" },
@@ -174,8 +147,7 @@ export default function ServicesPage() {
],
},
{
title: "Book",
items: [
title: "Book", items: [
{ label: "Appointments", href: "/contact" },
{ label: "Gift Cards", href: "#" },
{ label: "Loyalty Program", href: "#" },
@@ -183,8 +155,7 @@ export default function ServicesPage() {
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Instagram", href: "https://instagram.com" },
{ label: "Facebook", href: "https://facebook.com" },
{ label: "Reviews", href: "/" },
@@ -192,8 +163,7 @@ export default function ServicesPage() {
],
},
{
title: "Info",
items: [
title: "Info", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Location", href: "#" },