diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
new file mode 100644
index 0000000..d941e8e
--- /dev/null
+++ b/src/app/about/page.tsx
@@ -0,0 +1,25 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import ReactLenis from "lenis/react";
+import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
+import SplitAbout from '@/components/sections/about/SplitAbout';
+import FooterBase from '@/components/sections/footer/FooterBase';
+
+export default function AboutPage() {
+ return (
+
+
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx
new file mode 100644
index 0000000..b726dde
--- /dev/null
+++ b/src/app/blog/page.tsx
@@ -0,0 +1,68 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import ReactLenis from "lenis/react";
+import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
+import BlogCardThree from '@/components/sections/blog/BlogCardThree';
+import FooterBase from '@/components/sections/footer/FooterBase';
+
+export default function BlogPage() {
+ return (
+
+
+
+
+
+
+
+
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
index ae96eb4..5452d37 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,16 +2,16 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import ContactCenter from '@/components/sections/contact/ContactCenter';
+import ContactCTA from '@/components/sections/contact/ContactCTA';
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
-import FooterBase from '@/components/sections/footer/FooterBase';
+import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import HeroCentered from '@/components/sections/hero/HeroCentered';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import SplitAbout from '@/components/sections/about/SplitAbout';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
-import { Droplets, Gauge, ShieldCheck } from "lucide-react";
+import { Droplets, Gauge, ShieldCheck, Mail } from "lucide-react";
export default function LandingPage() {
return (
@@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -54,60 +42,23 @@ export default function LandingPage() {
@@ -119,18 +70,9 @@ export default function LandingPage() {
title="Expertise You Can Trust"
description="With years of experience, we provide professional, high-quality HVAC and plumbing maintenance tailored to your home needs. Our certified technicians are dedicated to ensuring your comfort all year round."
bulletPoints={[
- {
- title: "Certified Technicians",
- description: "Fully licensed and background-checked staff.",
- },
- {
- title: "24/7 Support",
- description: "Always ready to handle your urgent repairs.",
- },
- {
- title: "Guaranteed Satisfaction",
- description: "Quality service backed by our commitment.",
- },
+ { title: "Certified Technicians", description: "Fully licensed and background-checked staff." },
+ { title: "24/7 Support", description: "Always ready to handle your urgent repairs." },
+ { title: "Guaranteed Satisfaction", description: "Quality service backed by our commitment." },
]}
imageSrc="http://img.b2bpic.net/free-photo/male-female-workers-wearing-work-clothes_273609-11327.jpg?_wi=1"
mediaAnimation="slide-up"
@@ -143,21 +85,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- icon: Droplets,
- title: "Plumbing Maintenance",
- description: "Comprehensive leak detection and repair services.",
- },
- {
- icon: Gauge,
- title: "HVAC Repair",
- description: "Keeping your home at perfect temperature always.",
- },
- {
- icon: ShieldCheck,
- title: "Emergency Coverage",
- description: "Fast response for your critical repair needs.",
- },
+ { icon: Droplets, title: "Plumbing Maintenance", description: "Comprehensive leak detection and repair services." },
+ { icon: Gauge, title: "HVAC Repair", description: "Keeping your home at perfect temperature always." },
+ { icon: ShieldCheck, title: "Emergency Coverage", description: "Fast response for your critical repair needs." },
]}
title="Our Expert Services"
description="We specialize in comprehensive HVAC and plumbing solutions for residential and commercial properties."
@@ -171,48 +101,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "High-Efficiency Furnace",
- price: "$2,499",
- variant: "Heating",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388984.jpg",
- },
- {
- id: "p2",
- name: "Tankless Water Heater",
- price: "$1,899",
- variant: "Plumbing",
- imageSrc: "http://img.b2bpic.net/free-photo/sanitary-equipment_93675-131511.jpg",
- },
- {
- id: "p3",
- name: "Smart AC Unit",
- price: "$1,299",
- variant: "Cooling",
- imageSrc: "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722717.jpg",
- },
- {
- id: "p4",
- name: "Premium Sink Fixture",
- price: "$399",
- variant: "Plumbing",
- imageSrc: "http://img.b2bpic.net/free-photo/ceramic-house-porcelain-tub-modern_1203-4903.jpg",
- },
- {
- id: "p5",
- name: "Water Filtration System",
- price: "$899",
- variant: "Plumbing",
- imageSrc: "http://img.b2bpic.net/free-photo/water-filter-stands-kitchen-with-glass-water_185193-165454.jpg",
- },
- {
- id: "p6",
- name: "HVAC Smart Controller",
- price: "$299",
- variant: "Heating",
- imageSrc: "http://img.b2bpic.net/free-photo/man-using-smartphone-his-automated-home_23-2149036903.jpg",
- },
+ { id: "p1", name: "High-Efficiency Furnace", price: "$2,499", variant: "Heating", imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388984.jpg" },
+ { id: "p2", name: "Tankless Water Heater", price: "$1,899", variant: "Plumbing", imageSrc: "http://img.b2bpic.net/free-photo/sanitary-equipment_93675-131511.jpg" },
+ { id: "p3", name: "Smart AC Unit", price: "$1,299", variant: "Cooling", imageSrc: "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722717.jpg" },
+ { id: "p4", name: "Premium Sink Fixture", price: "$399", variant: "Plumbing", imageSrc: "http://img.b2bpic.net/free-photo/ceramic-house-porcelain-tub-modern_1203-4903.jpg" },
+ { id: "p5", name: "Water Filtration System", price: "$899", variant: "Plumbing", imageSrc: "http://img.b2bpic.net/free-photo/water-filter-stands-kitchen-with-glass-water_185193-165454.jpg" },
+ { id: "p6", name: "HVAC Smart Controller", price: "$299", variant: "Heating", imageSrc: "http://img.b2bpic.net/free-photo/man-using-smartphone-his-automated-home_23-2149036903.jpg" },
]}
title="Premium Equipment"
description="Browse our selection of top-rated home comfort systems."
@@ -225,56 +119,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
plans={[
- {
- id: "basic",
- title: "Basic Check",
- price: "$99",
- period: "once",
- features: [
- "System checkup",
- "Minor repair advice",
- ],
- button: {
- text: "Get Started",
- href: "#contact",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/faucet-water-tap-droplet-icon-sign_53876-128089.jpg",
- imageAlt: "plumbing maintenance icon",
- },
- {
- id: "pro",
- title: "Annual Plan",
- price: "$299",
- period: "yearly",
- features: [
- "Year-round support",
- "Priority repair calls",
- "System tune-ups",
- ],
- button: {
- text: "Get Started",
- href: "#contact",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/young-loader-uniform-holding-cup-turkish-coffee-front-view_176474-21389.jpg",
- imageAlt: "plumbing maintenance icon",
- },
- {
- id: "premium",
- title: "Home Shield",
- price: "$599",
- period: "yearly",
- features: [
- "Comprehensive maintenance",
- "Free emergency calls",
- "Parts coverage",
- ],
- button: {
- text: "Get Started",
- href: "#contact",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/male-female-workers-wearing-work-clothes_273609-11327.jpg?_wi=2",
- imageAlt: "plumbing maintenance icon",
- },
+ { id: "basic", title: "Basic Check", price: "$99", period: "once", features: ["System checkup", "Minor repair advice"], button: { text: "Get Started", href: "#contact" }, imageSrc: "http://img.b2bpic.net/free-photo/faucet-water-tap-droplet-icon-sign_53876-128089.jpg" },
+ { id: "pro", title: "Annual Plan", price: "$299", period: "yearly", features: ["Year-round support", "Priority repair calls", "System tune-ups"], button: { text: "Get Started", href: "#contact" }, imageSrc: "http://img.b2bpic.net/free-photo/young-loader-uniform-holding-cup-turkish-coffee-front-view_176474-21389.jpg" },
+ { id: "premium", title: "Home Shield", price: "$599", period: "yearly", features: ["Comprehensive maintenance", "Free emergency calls", "Parts coverage"], button: { text: "Get Started", href: "#contact" }, imageSrc: "http://img.b2bpic.net/free-photo/male-female-workers-wearing-work-clothes_273609-11327.jpg?_wi=2" },
]}
title="Transparent Pricing"
description="Choose the best plan for your home maintenance needs."
@@ -287,41 +134,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- {
- id: "1",
- name: "Sarah Miller",
- handle: "@sarah_m",
- testimonial: "Excellent service and very knowledgeable technicians.",
- imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-home-pandemic-giving-thumbs-up-while-looking-laptop_23-2148781377.jpg",
- },
- {
- id: "2",
- name: "James Wilson",
- handle: "@jwilson",
- testimonial: "Fixed my leaking pipe in no time. Great value.",
- imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990689.jpg",
- },
- {
- id: "3",
- name: "Alice Brown",
- handle: "@aliceb",
- testimonial: "Professional team. Highly recommended.",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-recommending-new-business-app_1262-21064.jpg",
- },
- {
- id: "4",
- name: "David Clark",
- handle: "@dclark",
- testimonial: "My AC is running better than ever.",
- imageSrc: "http://img.b2bpic.net/free-photo/senior-caucasian-couple-smiling-happy-relaxed-with-hands-head-sitting-sofa-home_839833-24407.jpg",
- },
- {
- id: "5",
- name: "Elena Smith",
- handle: "@elena_s",
- testimonial: "Very friendly service and prompt response.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-delivery-man-wor_23-2147914233.jpg",
- },
+ { id: "1", name: "Sarah Miller", handle: "@sarah_m", testimonial: "Excellent service and very knowledgeable technicians.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-couple-home-pandemic-giving-thumbs-up-while-looking-laptop_23-2148781377.jpg" },
+ { id: "2", name: "James Wilson", handle: "@jwilson", testimonial: "Fixed my leaking pipe in no time. Great value.", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990689.jpg" },
+ { id: "3", name: "Alice Brown", handle: "@aliceb", testimonial: "Professional team. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-recommending-new-business-app_1262-21064.jpg" },
+ { id: "4", name: "David Clark", handle: "@dclark", testimonial: "My AC is running better than ever.", imageSrc: "http://img.b2bpic.net/free-photo/senior-caucasian-couple-smiling-happy-relaxed-with-hands-head-sitting-sofa-home_839833-24407.jpg" },
+ { id: "5", name: "Elena Smith", handle: "@elena_s", testimonial: "Very friendly service and prompt response.", imageSrc: "http://img.b2bpic.net/free-photo/young-delivery-man-wor_23-2147914233.jpg" },
]}
title="Client Feedback"
description="See what our satisfied customers say about our services."
@@ -329,64 +146,25 @@ export default function LandingPage() {