Merge version_4 into main

Merge version_4 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-05-09 15:23:17 +00:00

View File

@@ -3,7 +3,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import ContactText from '@/components/sections/contact/ContactText';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
export default function ContactPage() {
@@ -31,14 +31,8 @@ export default function ContactPage() {
brandName="Bangkok Home Service"
/>
<div className="pt-32 pb-20">
<ContactCTA
tag="Contact"
title="Get in Touch"
description="Our dedicated team is ready to assist you. Email us at cxxlmeayxxn012@gmail.com or call 0811979133 for inquiries."
buttons={[
{ text: "Email Us", href: "mailto:cxxlmeayxxn012@gmail.com" },
{ text: "Call Now", href: "tel:0811979133" }
]}
<ContactText
text="Our team is ready to assist you. Please fill out the form below, and we will get back to you shortly."
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
/>