Merge version_6 into main
Merge version_6 into main
This commit was merged in pull request #6.
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user