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"},
]}
/>
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"},
]}
/>
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"},
]}
/>
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"
/>
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"},
]}
/>