diff --git a/src/app/page.tsx b/src/app/page.tsx index de730a2..7392bdb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -137,8 +137,8 @@ export default function KazkovyyDimPage() { ]} className="py-16 lg:py-24" containerClassName="max-w-7xl" - titleClassName="text-4xl md:text-5xl font-bold text-foreground" - descriptionClassName="text-lg text-foreground/80" + textBoxTitleClassName="text-4xl md:text-5xl font-bold text-foreground" + textBoxDescriptionClassName="text-lg text-foreground/80" cardTitleClassName="text-2xl font-bold text-foreground" /> @@ -170,8 +170,8 @@ export default function KazkovyyDimPage() { ]} className="py-16 lg:py-24" containerClassName="max-w-7xl" - titleClassName="text-4xl md:text-5xl font-bold text-foreground" - descriptionClassName="text-lg text-foreground/80" + textBoxTitleClassName="text-4xl md:text-5xl font-bold text-foreground" + textBoxDescriptionClassName="text-lg text-foreground/80" /> @@ -199,8 +199,8 @@ export default function KazkovyyDimPage() { ]} className="py-16 lg:py-24" containerClassName="max-w-7xl" - titleClassName="text-4xl md:text-5xl font-bold text-foreground" - descriptionClassName="text-lg text-foreground/80" + textBoxTitleClassName="text-4xl md:text-5xl font-bold text-foreground" + textBoxDescriptionClassName="text-lg text-foreground/80" buttons={[{ text: "Order Now", href: "#contacts" }]} @@ -234,8 +234,8 @@ export default function KazkovyyDimPage() { ]} className="py-16 lg:py-24" containerClassName="max-w-7xl" - titleClassName="text-4xl md:text-5xl font-bold text-foreground" - descriptionClassName="text-lg text-foreground/80" + textBoxTitleClassName="text-4xl md:text-5xl font-bold text-foreground" + textBoxDescriptionClassName="text-lg text-foreground/80" />