From e45e395d5c9766fa5f6e8b2fd51980884ef67dcb Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 23:14:08 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 40 ++++++++++------------------------------ 1 file changed, 10 insertions(+), 30 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 3cb88af..7ed4646 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -33,9 +33,7 @@ export default function AboutPage() { { name: "Contact", id: "/contact" }, ]} button={{ - text: "Book Appointment", - href: "/appointment", - }} + text: "Book Appointment", href: "/appointment"}} /> @@ -63,26 +61,14 @@ export default function AboutPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah Mitchell", - imageSrc: - "http://img.b2bpic.net/free-photo/expressive-young-woman-posing_344912-2424.jpg?_wi=2", - imageAlt: "professional woman portrait headshot", - }, + id: "1", name: "Sarah Mitchell", imageSrc: + "http://img.b2bpic.net/free-photo/expressive-young-woman-posing_344912-2424.jpg?_wi=2", imageAlt: "professional woman portrait headshot"}, { - id: "2", - name: "James Chen", - imageSrc: - "http://img.b2bpic.net/free-photo/portrait-successful-young-businessman-with-his-arms-crossed-looking-camera_23-2148176207.jpg?_wi=2", - imageAlt: "professional man portrait headshot", - }, + id: "2", name: "James Chen", imageSrc: + "http://img.b2bpic.net/free-photo/portrait-successful-young-businessman-with-his-arms-crossed-looking-camera_23-2148176207.jpg?_wi=2", imageAlt: "professional man portrait headshot"}, { - id: "3", - name: "Emma Williams", - imageSrc: - "http://img.b2bpic.net/free-photo/portrait-young-business-woman-standing-bu-office-building_1303-31732.jpg?_wi=2", - imageAlt: "professional woman portrait headshot", - }, + id: "3", name: "Emma Williams", imageSrc: + "http://img.b2bpic.net/free-photo/portrait-young-business-woman-standing-bu-office-building_1303-31732.jpg?_wi=2", imageAlt: "professional woman portrait headshot"}, ]} /> @@ -95,19 +81,13 @@ export default function AboutPage() { 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"}, ]} /> -- 2.49.1 From 00017732ea9a1cb11c4b6de00d0de545c0c436e2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 23:14:08 +0000 Subject: [PATCH 2/5] Update src/app/appointment/page.tsx --- src/app/appointment/page.tsx | 58 +++++++++++------------------------- 1 file changed, 18 insertions(+), 40 deletions(-) diff --git a/src/app/appointment/page.tsx b/src/app/appointment/page.tsx index 268590c..5d803a0 100644 --- a/src/app/appointment/page.tsx +++ b/src/app/appointment/page.tsx @@ -25,15 +25,13 @@ export default function AppointmentPage() { @@ -41,39 +39,25 @@ export default function AppointmentPage() { @@ -84,19 +68,13 @@ export default function AppointmentPage() { 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"}, ]} /> -- 2.49.1 From f3e33bce1d59b405978d46ee457a88bb2056e6f9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 23:14:08 +0000 Subject: [PATCH 3/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 50 +++++++++++----------------------------- 1 file changed, 14 insertions(+), 36 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 233331f..71f7812 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -32,9 +32,7 @@ export default function ContactPage() { { name: "Contact", id: "/contact" }, ]} button={{ - text: "Book Appointment", - href: "/appointment", - }} + text: "Book Appointment", href: "/appointment"}} /> @@ -43,39 +41,25 @@ export default function ContactPage() { @@ -87,19 +71,13 @@ export default function ContactPage() { 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"}, ]} /> -- 2.49.1 From cb7fd2ff32d7cb215436a251650313a4732ebbf5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 23:14:09 +0000 Subject: [PATCH 4/5] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b8c4932..828a0a4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,9 +47,9 @@ export default function HomePage() { description="Professional tailoring and alterations for suits, dresses, formalwear, and everyday clothing." tag="Welcome to Excellence" tagIcon={Star} - imageSrc="http://img.b2bpic.net/free-photo/side-view-woman-cutting-fabric_23-2148827137.jpg" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AosgeeV2VpNTt0ql2Lbdbgho33/uploaded-1773270792201-9r4t31tl.jpg" imageAlt="Professional tailor working on clothing" - showBlur={true} + showBlur={false} showDimOverlay={false} buttons={[ { @@ -186,7 +186,7 @@ export default function HomePage() { text: "Book Now", href: "/appointment"}} ctaIcon={Calendar} useInvertedBackground={false} - animationType="slide-up" + animationType="none" /> -- 2.49.1 From af2591f1e8daf81914a8dc49a2cf3dfd5ceddc5a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 23:14:09 +0000 Subject: [PATCH 5/5] 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"}, ]} /> -- 2.49.1