Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-13 16:38:54 +00:00

View File

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