From beb3cbeed60cc2b667edd258d69c6a130e15e244 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 21:12:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3437d41..26971d3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" layoutOrder="default" - imageSrc="http://img.b2bpic.net/free-photo/serious-gardener-talking-by-mobile-phone_329181-20588.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/serious-gardener-talking-by-mobile-phone_329181-20588.jpg" imageAlt="Professional service technician" mediaAnimation="opacity" frameStyle="card" @@ -120,7 +120,7 @@ export default function LandingPage() { carouselMode="buttons" className="py-20 lg:py-32" containerClassName="max-w-7xl mx-auto px-4" - titleClassName="text-4xl lg:text-5xl font-bold mb-4" + itemClassName="text-4xl lg:text-5xl font-bold mb-4" descriptionClassName="text-lg text-gray-600 mb-12 max-w-2xl" textBoxClassName="mb-12" cardClassName="bg-white rounded-xl shadow-lg p-6 hover:shadow-xl transition-shadow" @@ -159,8 +159,8 @@ export default function LandingPage() { tagAnimation="slide-up" className="py-20 lg:py-32 bg-gradient-to-b from-white to-gray-50" containerClassName="max-w-7xl mx-auto px-4" - titleClassName="text-4xl lg:text-5xl font-bold mb-4" - descriptionClassName="text-lg text-gray-600 mb-12 max-w-2xl" + textBoxTitleClassName="text-4xl lg:text-5xl font-bold mb-4" + textBoxDescriptionClassName="text-lg text-gray-600 mb-12 max-w-2xl" textBoxClassName="mb-12" textBoxTagClassName="inline-flex items-center gap-2 px-4 py-2 rounded-full bg-amber-50 text-amber-700 mb-6" cardClassName="bg-white rounded-xl shadow-md p-8 hover:shadow-lg transition-shadow border border-gray-100" @@ -220,8 +220,8 @@ export default function LandingPage() { carouselMode="buttons" className="py-20 lg:py-32 bg-gradient-to-r from-blue-50 to-blue-100" containerClassName="max-w-7xl mx-auto px-4" - titleClassName="text-4xl lg:text-5xl font-bold mb-4 text-center" - descriptionClassName="text-lg text-gray-600 mb-12 text-center max-w-2xl mx-auto" + textBoxTitleClassName="text-4xl lg:text-5xl font-bold mb-4 text-center" + textBoxDescriptionClassName="text-lg text-gray-600 mb-12 text-center max-w-2xl mx-auto" textBoxClassName="text-center mb-12" cardClassName="bg-white rounded-xl shadow-md p-8 text-center hover:shadow-lg transition-shadow" iconContainerClassName="mb-4 flex justify-center" @@ -251,8 +251,8 @@ export default function LandingPage() { showCard={true} className="py-20 lg:py-32" containerClassName="max-w-4xl mx-auto px-4" - titleClassName="text-4xl lg:text-5xl font-bold mb-4 text-center" - descriptionClassName="text-lg text-gray-600 mb-12 text-center" + textBoxTitleClassName="text-4xl lg:text-5xl font-bold mb-4 text-center" + textBoxDescriptionClassName="text-lg text-gray-600 mb-12 text-center" textBoxClassName="text-center mb-12" faqsContainerClassName="space-y-4" accordionClassName="bg-white rounded-xl shadow-md border border-gray-200 overflow-hidden hover:shadow-lg transition-shadow" @@ -274,7 +274,7 @@ export default function LandingPage() { ]} textarea={{ name: "message", placeholder: "Describe your service needs...", rows: 5, required: false, className: "w-full px-4 py-3 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-600 resize-none" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/serious-gardener-talking-by-mobile-phone_329181-20588.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/serious-gardener-talking-by-mobile-phone_329181-20588.jpg" imageAlt="Professional service team" mediaAnimation="opacity" mediaPosition="right" -- 2.49.1