diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 70d73ef..e0d10fa 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -11,8 +11,8 @@ import { Raleway } from "next/font/google";
export const metadata: Metadata = {
- title: '24/7 Plumbing & HVAC Services in Costa Mesa | South O.C. Plumbing',
- description: 'Reliable 24/7 plumbing, heating, and air conditioning repair in Costa Mesa and South Orange County. Licensed, certified, fast response experts.',
+ title: 'South O.C. Plumbing, Heating & AC | 24/7 Service in Costa Mesa',
+ description: 'Fast, reliable, and professional plumbing, heating, and AC repair services in South OC. Certified technicians available 24/7.',
openGraph: {
"title": "South O.C. Plumbing Heating & Air",
"description": "Professional 24/7 HVAC and Plumbing services for South Orange County.",
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8eba660..4a6d492 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -9,7 +9,7 @@ import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
-import { Facebook, Instagram } from "lucide-react";
+import { Facebook, Instagram, Wrench, Flame, Snowflake } from "lucide-react";
export default function LandingPage() {
return (
@@ -29,22 +29,10 @@ export default function LandingPage() {
@@ -52,83 +40,21 @@ export default function LandingPage() {
@@ -137,24 +63,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
- {
- title: "Plumbing",
- description: "Leak detection, pipe repairs, and fixture installations to keep your home running smoothly.",
- imageSrc: "http://img.b2bpic.net/free-photo/plumber-man_1368-949.jpg",
- buttonIcon: "Wrench",
- },
- {
- title: "Heating",
- description: "Reliable furnace repairs and routine maintenance to stay warm during the cold season.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-worker-checking-freon-tank_482257-78533.jpg",
- buttonIcon: "Flame",
- },
- {
- title: "Air Conditioning",
- description: "Fast AC repair, system diagnostics, and professional installation to keep your cool.",
- imageSrc: "http://img.b2bpic.net/free-photo/wireman-does-air-conditioner-maintenance_482257-85109.jpg",
- buttonIcon: "Snowflake",
- },
+ { title: "Plumbing", description: "Leak detection, pipe repairs, and fixture installations to keep your home running smoothly.", imageSrc: "http://img.b2bpic.net/free-photo/plumber-man_1368-949.jpg", buttonIcon: Wrench },
+ { title: "Heating", description: "Reliable furnace repairs and routine maintenance to stay warm during the cold season.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-worker-checking-freon-tank_482257-78533.jpg", buttonIcon: Flame },
+ { title: "Air Conditioning", description: "Fast AC repair, system diagnostics, and professional installation to keep your cool.", imageSrc: "http://img.b2bpic.net/free-photo/wireman-does-air-conditioner-maintenance_482257-85109.jpg", buttonIcon: Snowflake }
]}
title="Expert Residential Services"
description="Comprehensive solutions to keep your home comfortable year-round."
@@ -166,46 +77,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- {
- id: "1",
- title: "Fast & Professional",
- quote: "The team was on time and fixed my leak in record time. Highly recommend!",
- name: "Sarah J.",
- role: "Homeowner",
- imageSrc: "http://img.b2bpic.net/free-photo/couple-painting-walls-their-new-home-together_23-2149086831.jpg",
- },
- {
- id: "2",
- title: "Life Saver",
- quote: "AC went out on a hot Saturday. They were here within an hour. Excellent.",
- name: "Mike D.",
- role: "Homeowner",
- imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990734.jpg",
- },
- {
- id: "3",
- title: "Professionalism",
- quote: "Certified, clean, and knowledgeable. You can't ask for more in a repair team.",
- name: "Emily R.",
- role: "Homeowner",
- imageSrc: "http://img.b2bpic.net/free-photo/couple-painting-walls-their-new-home-together_23-2149086833.jpg",
- },
- {
- id: "4",
- title: "Transparent",
- quote: "Honest pricing and quality work. Will definitely use them again for HVAC needs.",
- name: "David K.",
- role: "Homeowner",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-handsome-dark-haired-latin-man-posing-with-arms-folded-kitchen_74855-8094.jpg",
- },
- {
- id: "5",
- title: "Top Notch",
- quote: "Fast response and great customer service. Definitely the best in South OC.",
- name: "Jessica L.",
- role: "Homeowner",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-happy-after-shopping_23-2148660676.jpg",
- },
+ { id: "1", title: "Fast & Professional", quote: "The team was on time and fixed my leak in record time. Highly recommend!", name: "Sarah J.", role: "Homeowner" },
+ { id: "2", title: "Life Saver", quote: "AC went out on a hot Saturday. They were here within an hour. Excellent.", name: "Mike D.", role: "Homeowner" },
+ { id: "3", title: "Professionalism", quote: "Certified, clean, and knowledgeable. You can't ask for more in a repair team.", name: "Emily R.", role: "Homeowner" },
+ { id: "4", title: "Transparent", quote: "Honest pricing and quality work. Will definitely use them again for HVAC needs.", name: "David K.", role: "Homeowner" },
+ { id: "5", title: "Top Notch", quote: "Fast response and great customer service. Definitely the best in South OC.", name: "Jessica L.", role: "Homeowner" }
]}
title="Trusted by Local Homeowners"
description="Real feedback from residents in Costa Mesa and South OC."
@@ -217,15 +93,17 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
+ title="What Our Customers Say"
+ description="Read more about our commitment to quality service in South OC."
+ testimonials={[]}
+ kpiItems={[]}
/>