Update src/app/page.tsx

This commit is contained in:
2026-02-17 11:32:13 +00:00
parent 4bdce5ea7d
commit 733d2a3716

View File

@@ -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"
/>
</div>
@@ -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"
/>
</div>
@@ -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"
/>
</div>