Update src/app/page.tsx
This commit is contained in:
@@ -125,7 +125,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"
|
||||
cardClassName="group relative backdrop-blur-md bg-white/40 border border-white/30 rounded-2xl overflow-hidden hover:bg-white/50 transition-all duration-300 p-8"
|
||||
cardTitleClassName="text-lg font-semibold text-[#0d1b2a]"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -184,7 +184,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"
|
||||
logoCardClassName="backdrop-blur-md bg-white/40 border border-white/30 rounded-xl p-4"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -223,7 +222,6 @@ 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-[#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"
|
||||
testimonialClassName="text-[#0d1b2a]/80 text-lg leading-relaxed italic"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -264,7 +262,6 @@ export default function Page() {
|
||||
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]"
|
||||
accordionContentClassName="text-[#0d1b2a]/75 text-base leading-relaxed"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user