diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4227df8..40c9eae 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,14 +2,14 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import ContactCenter from '@/components/sections/contact/ContactCenter';
-import FaqSplitText from '@/components/sections/faq/FaqSplitText';
+import ContactSplit from '@/components/sections/contact/ContactSplit';
+import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
-import FooterBase from '@/components/sections/footer/FooterBase';
+import FooterCard from '@/components/sections/footer/FooterCard';
import HeroSplit from '@/components/sections/hero/HeroSplit';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
-import { Clock, Flame, Home, ShieldCheck, Star, Wind, Wrench, Zap } from "lucide-react";
+import { Clock, Flame, Home, Mail, MapPin, Phone, ShieldCheck, Star, Wind, Wrench, Zap } from "lucide-react";
export default function LandingPage() {
return (
@@ -29,22 +29,11 @@ export default function LandingPage() {
@@ -52,68 +41,19 @@ export default function LandingPage() {
@@ -124,21 +64,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- icon: Zap,
- title: "AC Repair & Install",
- description: "Quick, reliable cooling solutions to keep you cool during Virginia summers.",
- },
- {
- icon: Flame,
- title: "Heating Systems",
- description: "Full furnace and heat pump services to ensure your home stays warm in winter.",
- },
- {
- icon: Wind,
- title: "Air Quality",
- description: "Professional duct cleaning and air purification systems for better breathing.",
- },
+ { icon: Zap, title: "AC Repair & Install", description: "Quick, reliable cooling solutions." },
+ { icon: Flame, title: "Heating Systems", description: "Full furnace and heat pump services." },
+ { icon: Wind, title: "Air Quality", description: "Duct cleaning and purification systems." },
]}
title="Our Professional Services"
description="Providing top-tier HVAC solutions for residents in Hampton and surrounding areas."
@@ -151,41 +79,8 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
- {
- id: "1",
- name: "Mark D.",
- role: "Hampton Resident",
- testimonial: "Excellent service! My AC broke on a hot day and they were here within hours.",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-tender-young-smiling-woman-feeling-cozy-home-sitting-kitchen-chair-with-smartphone_1258-187159.jpg",
- },
- {
- id: "2",
- name: "Sarah P.",
- role: "Homeowner",
- testimonial: "Very professional and fair pricing. Highly recommend their maintenance plan.",
- imageSrc: "http://img.b2bpic.net/free-photo/family-showcasing-their-home_23-2151624865.jpg",
- },
- {
- id: "3",
- name: "John R.",
- role: "Local Business Owner",
- testimonial: "Great work on our heating system upgrade. Very polite team.",
- imageSrc: "http://img.b2bpic.net/free-photo/business-person-planning-alternative-energies_23-2149205471.jpg",
- },
- {
- id: "4",
- name: "Emily V.",
- role: "Homeowner",
- testimonial: "Responsive, knowledgeable, and reliable. Definitely our go-to HVAC company.",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-couple-smiling-indoors_23-2148268651.jpg",
- },
- {
- id: "5",
- name: "David L.",
- role: "Resident",
- testimonial: "Professional, efficient, and they took the time to explain everything to me.",
- imageSrc: "http://img.b2bpic.net/free-photo/customer-experience-creative-collage_23-2149371200.jpg",
- },
+ { id: "1", name: "Mark D.", role: "Hampton Resident", testimonial: "Excellent service! My AC broke on a hot day and they were here within hours." },
+ { id: "2", name: "Sarah P.", role: "Homeowner", testimonial: "Very professional and fair pricing. Highly recommend their maintenance plan." },
]}
title="Trusted by Hampton Homeowners"
description="We are proud to be the preferred choice for heating and cooling in the community."
@@ -193,81 +88,42 @@ export default function LandingPage() {