Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-13 21:12:12 +00:00

View File

@@ -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"