Merge version_1 into main #4

Merged
bender merged 3 commits from version_1 into main 2026-03-13 15:44:49 +00:00
3 changed files with 10 additions and 10 deletions

View File

@@ -163,8 +163,8 @@ export default function HomePage() {
ariaLabel="Services section - Core Services"
className="py-16 sm:py-24"
containerClassName="max-w-6xl mx-auto px-4 sm:px-6 lg:px-8"
titleClassName="text-4xl sm:text-5xl font-bold mb-4"
descriptionClassName="text-lg text-gray-600 max-w-2xl mb-12"
textBoxTitleClassName="text-4xl sm:text-5xl font-bold mb-4"
textBoxDescriptionClassName="text-lg text-gray-600 max-w-2xl mb-12"
cardTitleClassName="font-bold text-lg"
/>
</div>
@@ -247,8 +247,8 @@ export default function HomePage() {
ariaLabel="Testimonials section - Client Reviews"
className="py-16 sm:py-24"
containerClassName="max-w-6xl mx-auto px-4 sm:px-6 lg:px-8"
titleClassName="text-4xl sm:text-5xl font-bold mb-4"
descriptionClassName="text-lg text-gray-600 mb-12"
textBoxTitleClassName="text-4xl sm:text-5xl font-bold mb-4"
textBoxDescriptionClassName="text-lg text-gray-600 mb-12"
cardClassName="p-6 bg-white rounded-lg border border-gray-200"
roleClassName="font-medium text-gray-700"
/>
@@ -323,8 +323,8 @@ export default function HomePage() {
ariaLabel="Social proof section - Trusted Partners"
className="py-16 sm:py-24 bg-gradient-to-r from-teal-50 to-emerald-50"
containerClassName="max-w-6xl mx-auto px-4 sm:px-6 lg:px-8"
titleClassName="text-4xl sm:text-5xl font-bold mb-4 text-center"
descriptionClassName="text-lg text-gray-600 text-center mb-12 max-w-2xl mx-auto"
textBoxTitleClassName="text-4xl sm:text-5xl font-bold mb-4 text-center"
textBoxDescriptionClassName="text-lg text-gray-600 text-center mb-12 max-w-2xl mx-auto"
/>
</div>

View File

@@ -143,8 +143,8 @@ export default function PricingPage() {
ariaLabel="Pricing packages section"
className="py-16 sm:py-24 bg-gradient-to-b from-white to-teal-50"
containerClassName="max-w-6xl mx-auto px-4 sm:px-6 lg:px-8"
titleClassName="text-4xl sm:text-5xl font-bold mb-4 text-center"
descriptionClassName="text-lg text-gray-600 max-w-2xl mx-auto text-center mb-12"
textBoxTitleClassName="text-4xl sm:text-5xl font-bold mb-4 text-center"
textBoxDescriptionClassName="text-lg text-gray-600 max-w-2xl mx-auto text-center mb-12"
cardTitleClassName="font-bold text-lg"
/>
</div>

View File

@@ -112,8 +112,8 @@ export default function ServicesPage() {
ariaLabel="Services section - Our Comprehensive Services"
className="py-16 sm:py-24"
containerClassName="max-w-6xl mx-auto px-4 sm:px-6 lg:px-8"
titleClassName="text-4xl sm:text-5xl font-bold mb-4"
descriptionClassName="text-lg text-gray-600 max-w-2xl mb-12"
textBoxTitleClassName="text-4xl sm:text-5xl font-bold mb-4"
textBoxDescriptionClassName="text-lg text-gray-600 max-w-2xl mb-12"
cardTitleClassName="font-bold text-lg"
/>
</div>