diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 716d095..c6df1eb 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -2,124 +2,63 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import FooterSimple from '@/components/sections/footer/FooterSimple';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
-import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
-import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
-import { Shield } from "lucide-react";
+import TextAbout from '@/components/sections/about/TextAbout';
+import FooterSimple from '@/components/sections/footer/FooterSimple';
-export default function LandingPage() {
+export default function AboutPage() {
return (
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
-
-
+
);
diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx
index 50726ac..22fb3f8 100644
--- a/src/app/gallery/page.tsx
+++ b/src/app/gallery/page.tsx
@@ -2,132 +2,30 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import FooterSimple from '@/components/sections/footer/FooterSimple';
-import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
-import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
+import FooterSimple from '@/components/sections/footer/FooterSimple';
+import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
-export default function LandingPage() {
+export default function GalleryPage() {
return (
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
);
-}
+}
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 60aa614..23581bc 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -43,7 +43,7 @@ export default function LandingPage() {
logoText="MOEDOESHVAC"
description="Precision HVAC. Built different. Serving Michigan with reliable, high-performance heating & cooling solutions."
buttons={[
- { text: "Get Free Estimate", href: "#contact" },
+ { text: "Get Free Estimate", href: "/contact" },
{ text: "Call Now", href: "tel:5555555555" },
]}
slides={[
@@ -132,7 +132,7 @@ export default function LandingPage() {
{ title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Reviews", href: "/reviews" },
- { label: "Contact", href: "#contact" },
+ { label: "Contact", href: "/contact" },
] },
]}
bottomLeftText="© 2024 MoeDoesHVAC. All rights reserved."
diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx
index 43aaf26..1b91d59 100644
--- a/src/app/reviews/page.tsx
+++ b/src/app/reviews/page.tsx
@@ -2,147 +2,31 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
-import FooterSimple from '@/components/sections/footer/FooterSimple';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
+import FooterSimple from '@/components/sections/footer/FooterSimple';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
-export default function LandingPage() {
+export default function ReviewsPage() {
return (
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
);
-}
+}
\ No newline at end of file
diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx
index 976cd78..d14d769 100644
--- a/src/app/services/page.tsx
+++ b/src/app/services/page.tsx
@@ -2,171 +2,72 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
-import FooterSimple from '@/components/sections/footer/FooterSimple';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
-import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
+import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
+import FooterSimple from '@/components/sections/footer/FooterSimple';
+import { Zap, Thermometer, Building, Wrench } from "lucide-react";
-export default function LandingPage() {
+export default function ServicesPage() {
return (
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
);