Merge version_1 into main #6

Merged
bender merged 1 commits from version_1 into main 2026-03-08 18:10:50 +00:00

View File

@@ -118,8 +118,8 @@ export default function LandingPage() {
buttonAnimation="slide-up"
ariaLabel="Feature Section"
className="py-16"
titleClassName="text-4xl md:text-5xl font-extrabold"
descriptionClassName="text-lg text-gray-700 max-w-2xl mx-auto"
textBoxTitleClassName="text-4xl md:text-5xl font-extrabold"
textBoxDescriptionClassName="text-lg text-gray-700 max-w-2xl mx-auto"
cardTitleClassName="text-2xl font-extrabold text-white"
cardDescriptionClassName="text-base text-gray-100"
/>
@@ -153,8 +153,8 @@ export default function LandingPage() {
buttonAnimation="slide-up"
ariaLabel="Menu Section"
className="py-16"
titleClassName="text-4xl md:text-5xl font-extrabold"
descriptionClassName="text-lg text-gray-700"
textBoxTitleClassName="text-4xl md:text-5xl font-extrabold"
textBoxDescriptionClassName="text-lg text-gray-700"
cardNameClassName="font-bold text-lg text-gray-900"
cardPriceClassName="text-2xl font-extrabold text-[#f5a623]"
cardVariantClassName="text-sm text-gray-600"
@@ -194,8 +194,8 @@ export default function LandingPage() {
speed={40}
ariaLabel="Testimonials Section"
className="py-16"
titleClassName="text-4xl md:text-5xl font-extrabold"
descriptionClassName="text-lg text-gray-700"
textBoxTitleClassName="text-4xl md:text-5xl font-extrabold"
textBoxDescriptionClassName="text-lg text-gray-700"
testimonialClassName="text-base text-gray-800 line-clamp-2"
nameClassName="font-bold text-gray-900"
handleClassName="text-sm text-gray-600"
@@ -227,7 +227,7 @@ export default function LandingPage() {
ariaLabel="Metrics Section"
className="py-16 bg-gradient-to-r from-[#1a1a1a] to-[#2a2a2a] text-white"
titleClassName="text-2xl font-bold text-white mt-2"
descriptionClassName="text-base text-gray-300"
textBoxDescriptionClassName="text-base text-gray-300"
valueClassName="text-6xl font-extrabold text-[#f5a623]"
/>
</div>