diff --git a/src/app/page.tsx b/src/app/page.tsx index a2f3caf..4988d02 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -87,12 +87,11 @@ export default function LandingPage() { useInvertedBackground={false} containerClassName="border-0 rounded-none" cardClassName="border-0 rounded-none bg-[#1E1E1E] hover:bg-[#2A2A2A] transition-colors" - titleClassName="text-white font-black uppercase text-3xl md:text-4xl tracking-tight border-0 rounded-none" - descriptionClassName="text-gray-400 text-base font-light border-0 rounded-none" + textBoxTitleClassName="text-white font-black uppercase text-3xl md:text-4xl tracking-tight border-0 rounded-none" + textBoxDescriptionClassName="text-gray-400 text-base font-light border-0 rounded-none" cardNameClassName="text-white font-bold uppercase text-lg tracking-wide border-0 rounded-none" cardPriceClassName="text-[#D4AF37] font-black text-xl border-0 rounded-none" cardVariantClassName="text-gray-400 text-sm uppercase tracking-wider border-0 rounded-none" - textBoxDescriptionClassName="text-gray-400 text-base font-light border-0 rounded-none" imageClassName="w-full h-64 object-cover border-0 rounded-none" />