Merge version_6 into main #6

Merged
bender merged 1 commits from version_6 into main 2026-06-10 16:15:51 +00:00

View File

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