From 6cde7f0a646712b9896b08ae2c1603162b7cc233 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 05:07:56 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 98b2751..b1ec70b 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -146,8 +146,6 @@ export default function AboutPage() { }, ]} containerClassName="gap-12" - titleClassName="text-4xl font-extrabold" - descriptionClassName="text-lg opacity-90" /> From 7c429d358bc8f20df00d14020630b799aea12224 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 05:07:57 +0000 Subject: [PATCH 2/5] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index ef868a6..a70e656 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -129,8 +129,6 @@ export default function GalleryPage() { buttons={[{ text: "Book Now", href: "/packages" }]} buttonAnimation="blur-reveal" containerClassName="gap-12" - titleClassName="text-4xl font-extrabold" - descriptionClassName="text-lg opacity-90" /> From 2c65f8a25ca5b37e6f8ec958f6a0952399859c66 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 05:07:58 +0000 Subject: [PATCH 3/5] Update src/app/packages/page.tsx --- src/app/packages/page.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/packages/page.tsx b/src/app/packages/page.tsx index 68f7496..c62ef8d 100644 --- a/src/app/packages/page.tsx +++ b/src/app/packages/page.tsx @@ -134,8 +134,6 @@ export default function PackagesPage() { buttons={[{ text: "Schedule Consultation", href: "/contact" }]} buttonAnimation="blur-reveal" containerClassName="gap-12" - titleClassName="text-4xl font-extrabold" - descriptionClassName="text-lg opacity-90" /> From bc80f6985cb036b22f8c49b2ff2be473a2991d04 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 05:07:58 +0000 Subject: [PATCH 4/5] Update src/app/page.tsx --- src/app/page.tsx | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ab3977d..cda483f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -144,8 +144,6 @@ export default function HomePage() { buttonAnimation="blur-reveal" ariaLabel="Services section showcasing offerings" containerClassName="gap-12" - titleClassName="text-4xl font-extrabold" - descriptionClassName="text-lg opacity-90 max-w-3xl" /> @@ -182,9 +180,6 @@ export default function HomePage() { buttonAnimation="blur-reveal" ariaLabel="Pricing section with package options" containerClassName="gap-12" - titleClassName="text-4xl font-extrabold" - descriptionClassName="text-lg opacity-90 max-w-3xl" - cardClassName="p-8" /> @@ -222,8 +217,6 @@ export default function HomePage() { buttonAnimation="blur-reveal" ariaLabel="Client testimonials section" containerClassName="gap-12" - titleClassName="text-4xl font-extrabold" - descriptionClassName="text-lg opacity-90 max-w-3xl" /> @@ -256,8 +249,6 @@ export default function HomePage() { buttonAnimation="blur-reveal" ariaLabel="Photo gallery preview section" containerClassName="gap-12" - titleClassName="text-4xl font-extrabold" - descriptionClassName="text-lg opacity-90 max-w-3xl" /> @@ -296,8 +287,6 @@ export default function HomePage() { buttonAnimation="blur-reveal" ariaLabel="FAQ section with common questions" containerClassName="gap-12" - titleClassName="text-4xl font-extrabold" - descriptionClassName="text-lg opacity-90 max-w-3xl" /> From 2576fbf11d717bb86bcc02af9640b9731965a7b6 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 05:07:59 +0000 Subject: [PATCH 5/5] Update src/app/services/page.tsx --- src/app/services/page.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 557b440..80a88bf 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -120,8 +120,6 @@ export default function ServicesPage() { ]} buttonAnimation="blur-reveal" containerClassName="gap-12" - titleClassName="text-4xl font-extrabold" - descriptionClassName="text-lg opacity-90" />