From 9b9deb998d37d5fdff2a39152d5a8af9e0b0a1b7 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 19:28:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 56fecab..b926b03 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -177,6 +177,10 @@ export default function LandingPage() { gridClassName="grid grid-cols-1 md:grid-cols-3 gap-8" textBoxTitleClassName="text-4xl lg:text-5xl font-bold" textBoxDescriptionClassName="text-lg opacity-85" + textBoxTagClassName="text-xs font-semibold uppercase tracking-wider text-orange-600 px-3 py-1 bg-orange-50 rounded-full" + textBoxButtonContainerClassName="flex flex-col gap-3" + textBoxButtonClassName="w-full px-6 py-3 rounded-xl font-semibold transition-all duration-300" + textBoxButtonTextClassName="font-semibold" /> @@ -229,6 +233,10 @@ export default function LandingPage() { ratingClassName="flex gap-1 mb-3 text-orange-600" textBoxTitleClassName="text-4xl lg:text-5xl font-bold" textBoxDescriptionClassName="text-lg opacity-85" + textBoxTagClassName="text-xs font-semibold uppercase tracking-wider text-orange-600 px-3 py-1 bg-orange-50 rounded-full" + textBoxButtonContainerClassName="flex flex-col gap-3" + textBoxButtonClassName="w-full px-6 py-3 rounded-xl font-semibold transition-all duration-300" + textBoxButtonTextClassName="font-semibold" /> @@ -259,6 +267,10 @@ export default function LandingPage() { logoTextClassName="text-sm font-semibold text-center opacity-70" textBoxTitleClassName="text-3xl lg:text-4xl font-bold text-center mb-4" textBoxDescriptionClassName="text-center text-base opacity-80 mb-12" + textBoxTagClassName="text-xs font-semibold uppercase tracking-wider text-orange-600 px-3 py-1 bg-orange-50 rounded-full" + textBoxButtonContainerClassName="flex flex-col gap-3" + textBoxButtonClassName="w-full px-6 py-3 rounded-xl font-semibold transition-all duration-300" + textBoxButtonTextClassName="font-semibold" /> -- 2.49.1