Update src/app/page.tsx

This commit is contained in:
2026-06-10 16:15:47 +00:00
parent 13d5dcb309
commit 46f780099d

View File

@@ -32,11 +32,7 @@ export default function LuxuryTravelAgencyTemplatePage() {
<NavbarLayoutFloatingInline
navItems={[
{ name: "Главная", id: "/" },
{ name: "О нас", id: "#about" },
{ name: "Услуги", id: "#services" },
{ name: "Как Мы Работаем", id: "#how-it-works" },
{ name: "Направления", id: "#destinations" },
{ name: "Отзывы", id: "#testimonials" },
{ name: "Контакты", id: "#contact" }
]}
brandName="Malik Travel"
@@ -182,14 +178,14 @@ export default function LuxuryTravelAgencyTemplatePage() {
/>
</div>
<div id="footer" data-section="footer">
<div id="contact" data-section="contact">
<FooterCard
logoText="Malik Travel"
copyrightText="© 2025 Malik Travel | Роскошные Путешествия по Миру"
copyrightText="© 2025 Malik Travel | Роскошные Путешествия по Миру | Тел: +998 88 967 55 55"
socialLinks={[]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}