From 25e308014ad1895c9cca8784d855582eced6aaf1 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 16:38:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" /> -- 2.49.1