From 063113d1f5dd686228427f0f5eb1f87b01c1acf8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 11:16:55 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 77 +++++++++++++++++++++++++++++++++++----- 1 file changed, 68 insertions(+), 9 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index b1f7a08..1bcdf29 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -5,9 +5,10 @@ import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleAp import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel"; import ContactForm from "@/components/form/ContactForm"; import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen"; +import FeatureCardSeven from "@/components/sections/feature/FeatureCardSeven"; import FaqSplitText from "@/components/sections/faq/FaqSplitText"; import FooterCard from "@/components/sections/footer/FooterCard"; -import { Hammer, Wrench, Mail, Star, Quote, Facebook, Instagram, Phone } from "lucide-react"; +import { Hammer, Wrench, Mail, Star, Quote, Facebook, Instagram, Phone, MapPin, Clock } from "lucide-react"; export default function ContactPage() { const navItems = [ @@ -78,6 +79,58 @@ export default function ContactPage() { /> + + +
+ +
+