Merge version_1 into main #1
@@ -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.",
|
||||
|
||||
182
src/app/page.tsx
182
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() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="South O.C. Plumbing"
|
||||
/>
|
||||
@@ -52,83 +40,21 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="24/7 Plumbing, Heating & AC Repair in Costa Mesa"
|
||||
description="Fast response. Certified technicians. We fix it right the first time."
|
||||
kpis={[
|
||||
{
|
||||
value: "5.0",
|
||||
label: "Customer Rating",
|
||||
},
|
||||
{
|
||||
value: "24/7",
|
||||
label: "Always Available",
|
||||
},
|
||||
{
|
||||
value: "Local",
|
||||
label: "South OC Experts",
|
||||
},
|
||||
{ value: "5.0", label: "Customer Rating" },
|
||||
{ value: "24/7", label: "Always Available" },
|
||||
{ value: "Local", label: "South OC Experts" }
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now: (949) 579-2534",
|
||||
href: "tel:9495792534",
|
||||
},
|
||||
{
|
||||
text: "Request Service",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "Call Now: (949) 579-2534", href: "tel:9495792534" },
|
||||
{ text: "Request Service", href: "#contact" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cheerful-adult-plumber-sitting-bathroom_23-2147772218.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/couple-painting-walls-their-new-home-together_23-2149086831.jpg",
|
||||
alt: "Customer Sarah",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990734.jpg",
|
||||
alt: "Customer Mike",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/couple-painting-walls-their-new-home-together_23-2149086833.jpg",
|
||||
alt: "Customer Emily",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-handsome-dark-haired-latin-man-posing-with-arms-folded-kitchen_74855-8094.jpg",
|
||||
alt: "Customer David",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-woman-happy-after-shopping_23-2148660676.jpg",
|
||||
alt: "Customer Jessica",
|
||||
},
|
||||
]}
|
||||
avatarText="Trusted by 1000+ local homeowners"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Emergency Repairs",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Drain Cleaning",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "HVAC Tune-up",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Water Heaters",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Leak Detection",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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={[]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contact Us"
|
||||
title="Need Immediate Help?"
|
||||
description="We are available 24/7. Call us or send a message for a fast response."
|
||||
@@ -241,16 +119,8 @@ export default function LandingPage() {
|
||||
logoText="South O.C. Plumbing Heating & Air"
|
||||
copyrightText="© 2025 South O.C. Plumbing. All rights reserved."
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
{ icon: Facebook, href: "#", ariaLabel: "Facebook" },
|
||||
{ icon: Instagram, href: "#", ariaLabel: "Instagram" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user