Update src/app/page.tsx

This commit is contained in:
2026-05-13 11:33:57 +00:00
parent bb5c70428d
commit fa916a2b26

View File

@@ -49,6 +49,8 @@ export default function LandingPage() {
buttons={[
{
text: "Позвонить", href: "tel:785557077"},
{
text: "Забронировать столик", href: "#contact"}
]}
mediaItems={[
{
@@ -192,4 +194,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}