Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-13 19:04:07 +00:00

View File

@@ -103,8 +103,8 @@ export default function LandingPage() {
className="w-full"
containerClassName="py-20 md:py-32"
cardClassName="bg-[#1a1a1a] border border-[#2a2a2a]"
titleClassName="text-5xl md:text-6xl font-black tracking-tight"
descriptionClassName="text-base md:text-lg font-light text-gray-300"
textBoxTitleClassName="text-5xl md:text-6xl font-black tracking-tight"
textBoxDescriptionClassName="text-base md:text-lg font-light text-gray-300"
/>
</div>
@@ -162,8 +162,8 @@ export default function LandingPage() {
className="w-full"
containerClassName="py-20 md:py-32"
cardClassName="bg-[#1a1a1a] border border-[#2a2a2a] backdrop-blur"
titleClassName="text-5xl md:text-6xl font-black tracking-tight"
descriptionClassName="text-lg font-light text-gray-300"
textBoxTitleClassName="text-5xl md:text-6xl font-black tracking-tight"
textBoxDescriptionClassName="text-lg font-light text-gray-300"
/>
</div>
@@ -201,8 +201,8 @@ export default function LandingPage() {
ariaLabel="Testimonials section"
className="w-full"
containerClassName="py-20 md:py-32"
titleClassName="text-5xl md:text-6xl font-black tracking-tight"
descriptionClassName="text-lg font-light text-gray-300"
textBoxTitleClassName="text-5xl md:text-6xl font-black tracking-tight"
textBoxDescriptionClassName="text-lg font-light text-gray-300"
/>
</div>