Merge version_4 into main #8
@@ -34,7 +34,7 @@ export default function LandingPage() {
|
||||
{ name: "The Unseen", id: "unseen" },
|
||||
{ name: "Membership", id: "pricing" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
{ name: "Get in Touch", id: "contact" }
|
||||
]}
|
||||
brandName="UZ Hidden Gems"
|
||||
button={{ text: "Book Now", href: "#pricing" }}
|
||||
@@ -122,10 +122,9 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
tag="Contact Us"
|
||||
title="Get in Touch"
|
||||
description="We're here to help you plan your journey. Reach out for any questions, support, or custom itinerary requests."
|
||||
inputPlaceholder="Your message..."
|
||||
tag="Get in Touch"
|
||||
title="Plan Your Journey"
|
||||
description="We're here to help you plan your journey. Reach out for any questions, support, or custom itinerary requests. Connect with us via Telegram @just_my_camera or Instagram @Odilbek_amin, or email us at odilbekaminboyev1226@gmail.com."
|
||||
buttonText="Send"
|
||||
background={{ variant: "animated-grid" }}
|
||||
useInvertedBackground={false}
|
||||
@@ -135,8 +134,14 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mountain-landscape-sunset_1150-18337.jpg"
|
||||
logoText="UZ Hidden Gems"
|
||||
columns={[
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#" }, { label: "Contact", href: "#" }] },
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#" }, { label: "Contact", href: "#contact" }] },
|
||||
{ title: "Social", items: [
|
||||
{ label: "Telegram", href: "https://t.me/just_my_camera" },
|
||||
{ label: "Instagram", href: "https://instagram.com/Odilbek_amin" },
|
||||
{ label: "Email", href: "mailto:odilbekaminboyev1226@gmail.com" }
|
||||
]},
|
||||
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Safety", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
@@ -144,4 +149,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user