diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 614e9c1..329fc51 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -3,11 +3,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel"; -import FeatureCardTwentyFive from "@/components/sections/feature/FeatureCardTwentyFive"; +import ContactForm from "@/components/form/ContactForm"; import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen"; import FaqSplitText from "@/components/sections/faq/FaqSplitText"; import FooterCard from "@/components/sections/footer/FooterCard"; -import { Hammer, Wrench, Droplet, Paintbrush, Zap, MonitorPlay, Armchair, Layers, TrendingUp, Clock, Users, CheckCircle, Star, Facebook, Instagram, Phone, Quote } from "lucide-react"; +import { Hammer, Wrench, Mail, Star, Quote, Facebook, Instagram, Phone } from "lucide-react"; export default function ContactPage() { const navItems = [ @@ -17,10 +17,6 @@ export default function ContactPage() { { name: "Contact", id: "/contact" }, ]; - const contactButton = { - text: "Call Now", href: "tel:804-938-0669" - }; - return ( -
- + console.log('Form submitted with email:', email)} + centered={true} />
@@ -231,4 +177,4 @@ export default function ContactPage() {
); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 3519fce..c9976de 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -178,4 +178,4 @@ export default function Home() { ); -} +} \ No newline at end of file