diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 1726030..87aaddd 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,8 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "LacDeco.tapety - Салон эксклюзивных обоев и красок", description: "Премиум коллекция интерьерных материалов от ведущих мировых брендов"}; + title: "LacDeco.tapety - Салон эксклюзивных обоев и красок", description: "Премиум коллекция интерьерных материалов от ведущих мировых брендов" +}; export default function RootLayout({ children, diff --git a/src/app/page.tsx b/src/app/page.tsx index 5678885..2e6e242 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -127,7 +127,8 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" carouselMode="buttons" buttons={[ - { text: "Посмотреть полный каталог", href: "#" }, + { text: "View Full Catalog", href: "#" }, + { text: "Order Now", href: "#" }, ]} buttonAnimation="slide-up" />