Merge version_3 into main #2

Merged
bender merged 1 commits from version_3 into main 2026-04-16 06:12:59 +00:00

View File

@@ -105,7 +105,7 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
buttons={[
{ text: "To'liq katalog", href: "/catalog" }
{ text: "Uyimni loyihalashni boshlash", href: "/catalog" }
]}
products={[
{
@@ -229,4 +229,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}