6 Commits

Author SHA1 Message Date
d9452d7f73 Update src/app/services/page.tsx 2026-03-14 05:35:04 +00:00
ea3f748417 Update src/app/page.tsx 2026-03-14 05:35:03 +00:00
0a9ee7437c Update src/app/packages/page.tsx 2026-03-14 05:35:03 +00:00
8eab10eef4 Update src/app/gallery/page.tsx 2026-03-14 05:35:02 +00:00
ad85baafce Update src/app/contact/page.tsx 2026-03-14 05:35:02 +00:00
03689cea53 Update src/app/about/page.tsx 2026-03-14 05:35:01 +00:00
6 changed files with 1 additions and 20 deletions

View File

@@ -160,8 +160,7 @@ export default function AboutPage() {
},
]}
containerClassName="gap-12"
titleClassName="text-4xl font-extrabold"
descriptionClassName="text-lg opacity-90"
containerClassName="gap-12"
/>
</div>

View File

@@ -168,8 +168,6 @@ export default function ContactPage() {
buttons={[{ text: "View Packages", href: "/packages" }]}
buttonAnimation="blur-reveal"
containerClassName="gap-12"
titleClassName="text-4xl font-extrabold"
descriptionClassName="text-lg opacity-90 max-w-3xl"
/>
</div>

View File

@@ -186,8 +186,6 @@ export default function GalleryPage() {
]}
buttonAnimation="blur-reveal"
containerClassName="gap-12"
titleClassName="text-4xl font-extrabold"
descriptionClassName="text-lg opacity-90"
ariaLabel="Photo gallery portfolio section"
/>
</div>

View File

@@ -240,8 +240,6 @@ export default function PackagesPage() {
]}
buttonAnimation="blur-reveal"
containerClassName="gap-12"
titleClassName="text-4xl font-extrabold"
descriptionClassName="text-lg opacity-90"
ariaLabel="Pricing section with event packages"
/>
</div>

View File

@@ -203,8 +203,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"
/>
</div>
@@ -269,8 +267,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"
/>
</div>
@@ -346,8 +342,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"
/>
</div>
@@ -401,8 +395,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"
/>
</div>
@@ -454,8 +446,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"
/>
</div>

View File

@@ -174,8 +174,6 @@ export default function ServicesPage() {
buttons={[{ text: "View Packages", href: "/packages" }]}
buttonAnimation="blur-reveal"
containerClassName="gap-12"
titleClassName="text-4xl font-extrabold"
descriptionClassName="text-lg opacity-90"
/>
</div>