diff --git a/src/app/page.tsx b/src/app/page.tsx index 0eda140..7d7b15f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -121,8 +121,8 @@ export default function HomePage() { id: "product-3", name: "Sashimi Platter", price: "65,000 UZS", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=dk1pq0", imageAlt: "Fresh sashimi assortment"}, ]} containerClassName="max-w-7xl mx-auto" - titleClassName="text-3xl md:text-4xl font-bold text-foreground" - descriptionClassName="text-lg text-foreground/70" + textBoxTitleClassName="text-3xl md:text-4xl font-bold text-foreground" + textBoxDescriptionClassName="text-lg text-foreground/70" cardNameClassName="text-lg font-semibold text-foreground" cardPriceClassName="text-primary-cta font-bold text-lg" /> @@ -164,8 +164,8 @@ export default function HomePage() { speed={40} showCard={true} containerClassName="max-w-7xl mx-auto" - titleClassName="text-3xl md:text-4xl font-bold text-foreground" - descriptionClassName="text-lg text-foreground/70" + textBoxTitleClassName="text-3xl md:text-4xl font-bold text-foreground" + textBoxDescriptionClassName="text-lg text-foreground/70" />