From 3efe29384401aa420da35c01474e913a789bda51 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 02:14:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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" /> -- 2.49.1