Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 41f7dbc148 | |||
| 44cf8f2aba | |||
| adb44dd88a | |||
| 0473837a57 |
@@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
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 FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||||
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
|
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 HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
|
||||||
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
@@ -192,36 +192,25 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplit
|
<ContactSplitForm
|
||||||
tag="Liên hệ"
|
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}
|
useInvertedBackground={true}
|
||||||
background={{
|
buttonText="Gửi yêu cầu hợp tác"
|
||||||
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"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterMedia
|
<FooterLogoReveal
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/light-blue-hex-backgrounds-networking_23-2149755767.jpg"
|
|
||||||
logoText="DRAGON VN"
|
logoText="DRAGON VN"
|
||||||
columns={[
|
leftLink={{ text: "Điều khoản dịch vụ", href: "#" }}
|
||||||
{
|
rightLink={{ text: "Liên hệ đối tác", href: "#" }}
|
||||||
title: "Địa chỉ", items: [
|
|
||||||
{
|
|
||||||
label: "289 Trần Khát Chân, Hà Nội", href: "#"},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Hotline", items: [
|
|
||||||
{
|
|
||||||
label: "0973209085", href: "tel:0973209085"},
|
|
||||||
],
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user