Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-06-13 07:03:38 +00:00

View File

@@ -234,16 +234,16 @@ export default function LandingPage() {
useInvertedBackground={false}
background={{
variant: "plain"}}
tag="Get in Touch"
title="Let's Build Your Success Story"
description="Reach out to us today to discuss your project. Our team is ready to help you achieve your business objectives."
tag="Liên hệ với chúng tôi"
title="Hãy cùng nhau xây dựng câu chuyện thành công của bạn"
description="Liên hệ với chúng tôi ngay hôm nay để thảo luận về dự án của bạn. Đội ngũ của chúng tôi sẵn sàng giúp bạn đạt được các mục tiêu kinh doanh."
imageSrc="http://img.b2bpic.net/free-photo/top-view-keyboard-plant-arrangement_23-2148604891.jpg"
imageAlt="Modern office desk with a laptop and coffee"
mediaAnimation="slide-up"
mediaPosition="right"
inputPlaceholder="Your Email Address"
buttonText="Send Message"
termsText="By clicking Send Message you're confirming that you agree with our Terms and Conditions."
inputPlaceholder="Địa chỉ email của bạn"
buttonText="Gửi tin nhắn"
termsText="Bằng cách nhấp vào Gửi tin nhắn, bạn xác nhận rằng bạn đồng ý với Điều khoản và Điều kiện của chúng tôi."
/>
</div>
@@ -251,51 +251,51 @@ export default function LandingPage() {
<FooterBaseCard
logoSrc="http://img.b2bpic.net/free-vector/mexico-trajinera-xochimilco_24911-115786.jpg"
logoAlt="Huế Thành Logo"
logoText="Huế Thành Co., Ltd."
logoText="Công ty TNHH Huế Thành"
columns={[
{
title: "Company", items: [
title: "Công ty", items: [
{
label: "About Us", href: "#about"},
label: "Về chúng tôi", href: "#about"},
{
label: "Our Team", href: "#team"},
label: "Đội ngũ của chúng tôi", href: "#team"},
{
label: "Careers", href: "#"},
label: "Tuyển dụng", href: "#"},
],
},
{
title: "Services", items: [
title: "Dịch vụ", items: [
{
label: "Consulting", href: "#services"},
label: "Tư vấn", href: "#services"},
{
label: "Digital Transformation", href: "#services"},
label: "Chuyển đổi số", href: "#services"},
{
label: "Marketing", href: "#services"},
label: "Tiếp thị", href: "#services"},
],
},
{
title: "Resources", items: [
title: "Tài nguyên", items: [
{
label: "FAQ", href: "#faq"},
label: "Câu hỏi thường gặp", href: "#faq"},
{
label: "Blog", href: "#"},
{
label: "Support", href: "#contact"},
label: "Hỗ trợ", href: "#contact"},
],
},
{
title: "Legal", items: [
title: "Pháp lý", items: [
{
label: "Privacy Policy", href: "#"},
label: "Chính sách bảo mật", href: "#"},
{
label: "Terms of Service", href: "#"},
label: "Điều khoản dịch vụ", href: "#"},
],
},
]}
copyrightText="© 2024 Huế Thành Co., Ltd. All rights reserved."
copyrightText="© 2024 Công ty TNHH Huế Thành. Mọi quyền được bảo lưu."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}