diff --git a/src/app/page.tsx b/src/app/page.tsx index d8828ff..a1ed7dd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { { text: "Get a Free Estimate", href: "#contact" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/close-up-fresh-grass-with-leaves_1137-209.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/close-up-fresh-grass-with-leaves_1137-209.jpg" imageAlt="professional landscaping garden design" ariaLabel="Hero section for landscaping services" className="min-h-screen" @@ -117,8 +117,8 @@ export default function LandingPage() { ariaLabel="Services section" className="py-16 md:py-24" containerClassName="max-w-7xl" - titleClassName="text-4xl md:text-5xl font-bold mb-4" - descriptionClassName="text-lg text-[var(--foreground)]/70 mb-12 max-w-2xl" + textBoxTitleClassName="text-4xl md:text-5xl font-bold mb-4" + textBoxDescriptionClassName="text-lg text-[var(--foreground)]/70 mb-12 max-w-2xl" cardClassName="rounded-xl overflow-hidden" cardTitleClassName="text-2xl font-bold mt-4" cardDescriptionClassName="text-base text-[var(--foreground)]/70 mt-2" @@ -151,8 +151,8 @@ export default function LandingPage() { ariaLabel="Portfolio section" className="py-16 md:py-24" containerClassName="max-w-7xl" - titleClassName="text-4xl md:text-5xl font-bold mb-4" - descriptionClassName="text-lg text-[var(--foreground)]/70 mb-12 max-w-2xl" + textBoxTitleClassName="text-4xl md:text-5xl font-bold mb-4" + textBoxDescriptionClassName="text-lg text-[var(--foreground)]/70 mb-12 max-w-2xl" /> @@ -197,8 +197,8 @@ export default function LandingPage() { ariaLabel="Social proof section" className="py-16 md:py-24" containerClassName="max-w-7xl" - titleClassName="text-4xl md:text-5xl font-bold mb-4" - descriptionClassName="text-lg text-[var(--foreground)]/70 mb-12 max-w-2xl" + textBoxTitleClassName="text-4xl md:text-5xl font-bold mb-4" + textBoxDescriptionClassName="text-lg text-[var(--foreground)]/70 mb-12 max-w-2xl" /> @@ -235,8 +235,8 @@ export default function LandingPage() { ariaLabel="FAQ section" className="py-16 md:py-24" containerClassName="max-w-4xl" - titleClassName="text-4xl md:text-5xl font-bold mb-4" - descriptionClassName="text-lg text-[var(--foreground)]/70 mb-12" + textBoxTitleClassName="text-4xl md:text-5xl font-bold mb-4" + textBoxDescriptionClassName="text-lg text-[var(--foreground)]/70 mb-12" columnClassName="space-y-4" accordionClassName="border-b border-[var(--accent)]" accordionTitleClassName="py-4 font-semibold text-lg" @@ -253,7 +253,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/close-up-fresh-grass-with-leaves_1137-209.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/close-up-fresh-grass-with-leaves_1137-209.jpg" imageAlt="Landscaping project" mediaAnimation="slide-up" mediaPosition="right"