From af2591f1e8daf81914a8dc49a2cf3dfd5ceddc5a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 23:14:09 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 88 +++++++++++---------------------------- 1 file changed, 24 insertions(+), 64 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 66486a6..5b3d42c 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -33,9 +33,7 @@ export default function ServicesPage() { { name: "Contact", id: "/contact" }, ]} button={{ - text: "Book Appointment", - href: "/appointment", - }} + text: "Book Appointment", href: "/appointment"}} /> @@ -49,48 +47,27 @@ export default function ServicesPage() { animationType="slide-up" features={[ { - id: "1", - title: "Suit Tailoring", - description: - "Perfect fit for your business wardrobe. Expert jacket, pants, and vest alterations.", - tag: "Professional", - imageSrc: - "http://img.b2bpic.net/free-photo/fashion-designer-taking-measurement-blue-fabric-with-measuring-tape-table_23-2148180320.jpg?_wi=2", - buttons: [ + id: "1", title: "Suit Tailoring", description: + "Perfect fit for your business wardrobe. Expert jacket, pants, and vest alterations.", tag: "Professional", imageSrc: + "http://img.b2bpic.net/free-photo/fashion-designer-taking-measurement-blue-fabric-with-measuring-tape-table_23-2148180320.jpg?_wi=2", buttons: [ { - text: "Schedule Now", - href: "/appointment", - }, + text: "Schedule Now", href: "/appointment"}, ], }, { - id: "2", - title: "Dress Alterations", - description: - "Hemming, taking in, letting out, and custom adjustments for any occasion.", - tag: "Elegant", - imageSrc: - "http://img.b2bpic.net/free-photo/close-up-hand-holding-cardboard_23-2148875319.jpg?_wi=2", - buttons: [ + id: "2", title: "Dress Alterations", description: + "Hemming, taking in, letting out, and custom adjustments for any occasion.", tag: "Elegant", imageSrc: + "http://img.b2bpic.net/free-photo/close-up-hand-holding-cardboard_23-2148875319.jpg?_wi=2", buttons: [ { - text: "Schedule Now", - href: "/appointment", - }, + text: "Schedule Now", href: "/appointment"}, ], }, { - id: "3", - title: "Wedding Dress Alterations", - description: - "Premium service for your special day. Custom fitting and delicate fabric expertise.", - tag: "Special Occasions", - imageSrc: - "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184343.jpg?_wi=2", - buttons: [ + id: "3", title: "Wedding Dress Alterations", description: + "Premium service for your special day. Custom fitting and delicate fabric expertise.", tag: "Special Occasions", imageSrc: + "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184343.jpg?_wi=2", buttons: [ { - text: "Schedule Now", - href: "/appointment", - }, + text: "Schedule Now", href: "/appointment"}, ], }, ]} @@ -102,33 +79,22 @@ export default function ServicesPage() { @@ -140,19 +106,13 @@ export default function ServicesPage() { socialLinks={[ { icon: Facebook, - href: "https://facebook.com/tailorstouch", - ariaLabel: "Facebook", - }, + href: "https://facebook.com/tailorstouch", ariaLabel: "Facebook"}, { icon: Instagram, - href: "https://instagram.com/tailorstouch", - ariaLabel: "Instagram", - }, + href: "https://instagram.com/tailorstouch", ariaLabel: "Instagram"}, { icon: Phone, - href: "tel:+1-555-123-4567", - ariaLabel: "Call Us", - }, + href: "tel:+1-555-123-4567", ariaLabel: "Call Us"}, ]} />