Update src/app/page.tsx
This commit is contained in:
@@ -125,7 +125,6 @@ export default function Page() {
|
||||
titleClassName="text-4xl md:text-5xl font-semibold text-[#0d1b2a]"
|
||||
descriptionClassName="text-lg text-[#0d1b2a]/75 max-w-2xl"
|
||||
tagClassName="inline-flex items-center gap-2 px-4 py-2 bg-[#cba135]/10 text-[#cba135] rounded-full text-sm font-medium"
|
||||
cardTitleClassName="text-lg font-semibold text-[#0d1b2a]"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -161,6 +160,7 @@ export default function Page() {
|
||||
titleClassName="text-xl font-semibold text-[#0d1b2a] mt-4"
|
||||
descriptionClassName="text-sm text-[#0d1b2a]/60 mt-2"
|
||||
valueClassName="text-4xl md:text-5xl font-bold text-[#e63946]"
|
||||
textBoxClassName="space-y-4"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -184,6 +184,7 @@ export default function Page() {
|
||||
titleClassName="text-4xl md:text-5xl font-semibold text-[#0d1b2a]"
|
||||
descriptionClassName="text-lg text-[#0d1b2a]/75 max-w-2xl"
|
||||
tagClassName="inline-flex items-center gap-2 px-4 py-2 bg-[#cba135]/10 text-[#cba135] rounded-full text-sm font-medium"
|
||||
logoCardClassName="backdrop-blur-md bg-white/40 border border-white/30 rounded-xl p-4"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -221,7 +222,7 @@ export default function Page() {
|
||||
titleClassName="text-4xl md:text-5xl font-semibold text-[#0d1b2a]"
|
||||
descriptionClassName="text-lg text-[#0d1b2a]/75 max-w-2xl"
|
||||
tagClassName="inline-flex items-center gap-2 px-4 py-2 bg-[#e63946]/10 text-[#e63946] rounded-full text-sm font-medium"
|
||||
cardClassName="backdrop-blur-md bg-white/40 border border-white/30 rounded-2xl p-8 hover:bg-white/50 transition-all"
|
||||
textBoxClassName="space-y-6"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -261,7 +262,7 @@ export default function Page() {
|
||||
descriptionClassName="text-lg text-[#0d1b2a]/75 max-w-2xl"
|
||||
tagClassName="inline-flex items-center gap-2 px-4 py-2 bg-[#cba135]/10 text-[#cba135] rounded-full text-sm font-medium"
|
||||
accordionClassName="backdrop-blur-md bg-white/40 border border-white/30 rounded-xl"
|
||||
accordionTitleClassName="text-lg font-semibold text-[#0d1b2a]"
|
||||
textBoxClassName="space-y-6"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user