From ba1a86bab9706ba8594dc8e63f33af791a07f1d0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 07:03:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 51942df..fddad7e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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." /> @@ -251,51 +251,51 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1