Merge version_1 into main #4
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user