Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ed01475875 | |||
| 41f7dbc148 | |||
| 44cf8f2aba | |||
| adb44dd88a | |||
| 0473837a57 |
@@ -2,10 +2,10 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
|
||||
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
@@ -192,39 +192,28 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
tag="Liên hệ"
|
||||
<ContactSplitForm
|
||||
title="Hợp tác cùng Dragon VN"
|
||||
description="Bạn muốn trở thành đối tác kinh doanh du lịch hoặc triển khai dịch vụ cho công viên giải trí? Gửi yêu cầu ngay."
|
||||
inputs={[
|
||||
{ name: "fullName", type: "text", placeholder: "Họ và tên" },
|
||||
{ name: "email", type: "email", placeholder: "Email liên hệ" },
|
||||
{ name: "company", type: "text", placeholder: "Tên công ty / Tổ chức" }
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "Nội dung yêu cầu" }}
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
title="Liên hệ với chúng tôi"
|
||||
description="Để được tư vấn về dịch vụ vận tải và logistics, hãy gửi thông tin cho chúng tôi."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/demographic-census-concept-representation_23-2149093905.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
buttonText="Gửi yêu cầu hợp tác"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/light-blue-hex-backgrounds-networking_23-2149755767.jpg"
|
||||
<FooterLogoReveal
|
||||
logoText="DRAGON VN"
|
||||
columns={[
|
||||
{
|
||||
title: "Địa chỉ", items: [
|
||||
{
|
||||
label: "289 Trần Khát Chân, Hà Nội", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Hotline", items: [
|
||||
{
|
||||
label: "0973209085", href: "tel:0973209085"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
leftLink={{ text: "Điều khoản dịch vụ", href: "#" }}
|
||||
rightLink={{ text: "Liên hệ đối tác", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user