Update src/app/page.tsx

This commit is contained in:
2026-03-25 14:02:32 +00:00
parent 8a7b2f3c7f
commit 684e08cf69

View File

@@ -11,7 +11,7 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import { Calendar, Home, Phone, Star } from "lucide-react";
import { Calendar, Home, Phone, Star, Flame, ThermometerSun, Droplet, Pipe, Water } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,51 +32,34 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Services",
id: "services",
},
name: "Services", id: "services"},
{
name: "About Us",
id: "about",
},
name: "About Us", id: "about"},
{
name: "Testimonials",
id: "testimonials",
},
name: "Testimonials", id: "testimonials"},
{
name: "FAQ",
id: "faq",
},
name: "FAQ", id: "faq"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Toms River Heating & Plumbing"
button={{
text: "Call Now",
href: "tel:7322700662",
}}
text: "Call Now", href: "tel:7322700662"}}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboard
background={{
variant: "plain",
}}
variant: "plain"}}
title="Your Trusted Partner for Heating & Plumbing in Toms River, NJ"
description="Providing reliable, efficient, and expert service for all your boiler, furnace, and plumbing needs since 2005."
tagAnimation="slide-up"
buttons={[
{
text: "Request Service",
href: "#contact",
},
text: "Request Service", href: "#contact"},
{
text: "View Services",
href: "#services",
},
text: "View Services", href: "#services"},
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/man-using-excavator-digging-day-light_23-2149194789.jpg"
@@ -89,15 +72,11 @@ export default function LandingPage() {
useInvertedBackground={true}
heading={[
{
type: "text",
content: "Local Expertise, Trusted Service",
},
type: "text", content: "Local Expertise, Trusted Service"},
]}
buttons={[
{
text: "Meet Our Team",
href: "#",
},
text: "Meet Our Team", href: "#"},
]}
buttonAnimation="slide-up"
/>
@@ -109,29 +88,19 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Boiler & Furnace Services",
description: "Expert installation, repair, and maintenance to keep your home warm and efficient all winter long.",
buttonIcon: "Flame",
title: "Boiler & Furnace Services", description: "Expert installation, repair, and maintenance to keep your home warm and efficient all winter long.", buttonIcon: Flame,
},
{
title: "Heating System Maintenance",
description: "Regular check-ups and tune-ups ensure your heating system runs smoothly, saving you money on energy bills.",
buttonIcon: "ThermometerSun",
title: "Heating System Maintenance", description: "Regular check-ups and tune-ups ensure your heating system runs smoothly, saving you money on energy bills.", buttonIcon: ThermometerSun,
},
{
title: "General Plumbing Repairs",
description: "From leaky faucets to clogged drains, our plumbers handle all types of repairs quickly and effectively.",
buttonIcon: "Droplet",
title: "General Plumbing Repairs", description: "From leaky faucets to clogged drains, our plumbers handle all types of repairs quickly and effectively.", buttonIcon: Droplet,
},
{
title: "Pipe Installation & Repair",
description: "Professional pipe services, including new installations, re-piping, and leak detection for lasting solutions.",
buttonIcon: "Pipe",
title: "Pipe Installation & Repair", description: "Professional pipe services, including new installations, re-piping, and leak detection for lasting solutions.", buttonIcon: Pipe,
},
{
title: "Water Heater Solutions",
description: "Installation, repair, and replacement of traditional and tankless water heaters for consistent hot water supply.",
buttonIcon: "Water",
title: "Water Heater Solutions", description: "Installation, repair, and replacement of traditional and tankless water heaters for consistent hot water supply.", buttonIcon: Water,
},
]}
title="Comprehensive Heating & Plumbing Solutions"
@@ -149,32 +118,16 @@ export default function LandingPage() {
useInvertedBackground={true}
metrics={[
{
id: "years",
value: "20+",
title: "Years in Business",
description: "Serving Toms River and surrounding areas with expertise.",
icon: Calendar,
id: "years", value: "20+", title: "Years in Business", description: "Serving Toms River and surrounding areas with expertise.", icon: Calendar,
},
{
id: "projects",
value: "5000+",
title: "Projects Completed",
description: "Trusted by thousands of homeowners for heating and plumbing.",
icon: Home,
id: "projects", value: "5000+", title: "Projects Completed", description: "Trusted by thousands of homeowners for heating and plumbing.", icon: Home,
},
{
id: "availability",
value: "24/7",
title: "Emergency Service",
description: "Always ready to respond to your urgent heating and plumbing needs.",
icon: Phone,
id: "availability", value: "24/7", title: "Emergency Service", description: "Always ready to respond to your urgent heating and plumbing needs.", icon: Phone,
},
{
id: "rating",
value: "4.9",
title: "Average Rating",
description: "Consistently high ratings from our happy customers.",
icon: Star,
id: "rating", value: "4.9", title: "Average Rating", description: "Consistently high ratings from our happy customers.", icon: Star,
},
]}
title="Our Commitment to Quality & Community"
@@ -189,25 +142,13 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah J.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-pretty-mulatto-woman-with-trendy-make-up-standing-with-arms-crossed-office-indoor-photo-female-black-employee-posing-with-international-colleagues-gently-smile_197531-3788.jpg",
},
id: "1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-pretty-mulatto-woman-with-trendy-make-up-standing-with-arms-crossed-office-indoor-photo-female-black-employee-posing-with-international-colleagues-gently-smile_197531-3788.jpg"},
{
id: "2",
name: "Michael C.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-part_23-2149128354.jpg",
},
id: "2", name: "Michael C.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-part_23-2149128354.jpg"},
{
id: "3",
name: "Emily R.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-expression_1194-1751.jpg",
},
id: "3", name: "Emily R.", imageSrc: "http://img.b2bpic.net/free-photo/happy-expression_1194-1751.jpg"},
{
id: "4",
name: "David K.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-woman-smiling_23-2148729676.jpg",
},
id: "4", name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-woman-smiling_23-2148729676.jpg"},
]}
cardTitle="What Our Neighbors Say"
cardTag="Trusted Local Experts"
@@ -221,25 +162,13 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "1",
title: "What areas do you serve?",
content: "We proudly serve Toms River, NJ and the surrounding communities, including [mention a few nearby towns, e.g., Brick, Seaside Heights, Manchester].",
},
id: "1", title: "What areas do you serve?", content: "We proudly serve Toms River, NJ and the surrounding communities, including [mention a few nearby towns, e.g., Brick, Seaside Heights, Manchester]."},
{
id: "2",
title: "Do you offer emergency services?",
content: "Yes, we provide 24/7 emergency heating and plumbing services. Don't hesitate to call us anytime you have an urgent issue.",
},
id: "2", title: "Do you offer emergency services?", content: "Yes, we provide 24/7 emergency heating and plumbing services. Don't hesitate to call us anytime you have an urgent issue."},
{
id: "3",
title: "How often should I have my furnace serviced?",
content: "We recommend annual furnace maintenance, ideally in the fall before the heating season begins, to ensure optimal performance and safety.",
},
id: "3", title: "How often should I have my furnace serviced?", content: "We recommend annual furnace maintenance, ideally in the fall before the heating season begins, to ensure optimal performance and safety."},
{
id: "4",
title: "Are your technicians licensed and insured?",
content: "Absolutely. All our technicians are fully licensed, insured, and undergo continuous training to provide the highest quality service.",
},
id: "4", title: "Are your technicians licensed and insured?", content: "Absolutely. All our technicians are fully licensed, insured, and undergo continuous training to provide the highest quality service."},
]}
title="Frequently Asked Questions"
description="Find quick answers to common inquiries about our heating and plumbing services in Toms River, NJ."
@@ -253,8 +182,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Get in Touch"
title="Schedule Your Service Today"
description="Contact us for reliable heating, cooling, and plumbing services in Toms River, NJ. We offer free estimates!"
@@ -272,66 +200,39 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Heating Repair",
href: "#services",
},
label: "Heating Repair", href: "#services"},
{
label: "Plumbing Solutions",
href: "#services",
},
label: "Plumbing Solutions", href: "#services"},
{
label: "Water Heaters",
href: "#services",
},
label: "Water Heaters", href: "#services"},
{
label: "Emergency Service",
href: "#contact",
},
label: "Emergency Service", href: "#contact"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Testimonials",
href: "#testimonials",
},
label: "Testimonials", href: "#testimonials"},
{
label: "FAQ",
href: "#faq",
},
label: "FAQ", href: "#faq"},
{
label: "Contact Us",
href: "#contact",
},
label: "Contact Us", href: "#contact"},
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "Toms River, NJ 08753",
href: "#contact",
},
label: "Toms River, NJ 08753", href: "#contact"},
{
label: "(732) 270-0662",
href: "tel:7322700662",
},
label: "(732) 270-0662", href: "tel:7322700662"},
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}