diff --git a/src/app/page.tsx b/src/app/page.tsx index 2eac2ca..07a14c4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -127,9 +127,9 @@ export default function LandingPage() { } ]} containerClassName="max-w-6xl mx-auto px-4 py-16" - titleClassName="text-4xl font-bold text-black mb-4" - descriptionClassName="text-lg text-gray-700 mb-8" cardClassName="rounded-lg overflow-hidden shadow-md hover:shadow-lg transition-shadow" + cardTitleClassName="text-4xl font-bold text-black mb-4" + cardDescriptionClassName="text-lg text-gray-700 mb-8" imageClassName="w-full h-64 object-cover" /> @@ -167,8 +167,8 @@ export default function LandingPage() { speed={40} topMarqueeDirection="left" containerClassName="max-w-5xl mx-auto px-4 py-16" - titleClassName="text-4xl font-bold text-black mb-4" - descriptionClassName="text-lg text-gray-700 mb-8" + textBoxTitleClassName="text-4xl font-bold text-black mb-4" + textBoxDescriptionClassName="text-lg text-gray-700 mb-8" cardClassName="bg-white rounded-lg p-6 shadow-md" /> @@ -190,8 +190,8 @@ export default function LandingPage() { { id: "4", icon: Award, title: "Loyalty Points", value: "Rewards for your trust" } ]} containerClassName="max-w-5xl mx-auto px-4 py-16" - titleClassName="text-4xl font-bold text-black mb-4" - descriptionClassName="text-lg text-gray-700 mb-8" + textBoxTitleClassName="text-4xl font-bold text-black mb-4" + textBoxDescriptionClassName="text-lg text-gray-700 mb-8" cardClassName="bg-gradient-to-br from-white to-cream rounded-lg p-8 shadow-md text-center" />