Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-15 02:15:00 +00:00

View File

@@ -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"
/>
</div>
@@ -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"
/>
</div>
@@ -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"
/>
</div>