Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 37163d2a8b | |||
| d2bab8e49d |
@@ -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}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user