Update src/app/page.tsx
This commit is contained in:
274
src/app/page.tsx
274
src/app/page.tsx
@@ -31,25 +31,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Why Us",
|
||||
id: "#why-us",
|
||||
},
|
||||
name: "Why Us", id: "#why-us"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#reviews",
|
||||
},
|
||||
name: "Reviews", id: "#reviews"},
|
||||
{
|
||||
name: "Book Now",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Book Now", id: "#contact"},
|
||||
]}
|
||||
brandName="J C Heating & Cooling"
|
||||
/>
|
||||
@@ -59,111 +49,61 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Comfort You Can Trust, Without the Sales Pressure."
|
||||
description="At J C Heating & Cooling, we fix what’s wrong—we don’t just sell you what’s new. Local experts dedicated to reliable, honest service that makes your home feel right."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah J.",
|
||||
handle: "@homeowner",
|
||||
testimonial: "They didn’t try to sell me a new unit—they actually fixed the problem.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/seasoned-mechanic-using-soft-dusting-brush-sweep-away-built-up-layer-dirt-debris-from-hvac-system-coil-while-adept-repairman-refills-air-conditioner-cooling-system-refrigerant-tank_482257-63969.jpg?_wi=1",
|
||||
imageAlt: "modern home hvac system cinematic shot",
|
||||
},
|
||||
name: "Sarah J.", handle: "@homeowner", testimonial: "They didn’t try to sell me a new unit—they actually fixed the problem.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/seasoned-mechanic-using-soft-dusting-brush-sweep-away-built-up-layer-dirt-debris-from-hvac-system-coil-while-adept-repairman-refills-air-conditioner-cooling-system-refrigerant-tank_482257-63969.jpg", imageAlt: "modern home hvac system cinematic shot"},
|
||||
{
|
||||
name: "Michael R.",
|
||||
handle: "@homeowner",
|
||||
testimonial: "Super personal, professional, and very knowledgeable.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/specialist-phone-with-home-owner_482257-80143.jpg?_wi=1",
|
||||
imageAlt: "air conditioning repair residential service",
|
||||
},
|
||||
name: "Michael R.", handle: "@homeowner", testimonial: "Super personal, professional, and very knowledgeable.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/specialist-phone-with-home-owner_482257-80143.jpg", imageAlt: "air conditioning repair residential service"},
|
||||
{
|
||||
name: "Emily D.",
|
||||
handle: "@homeowner",
|
||||
testimonial: "I cannot recommend them enough.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg?_wi=1",
|
||||
imageAlt: "home heating repair expert",
|
||||
},
|
||||
name: "Emily D.", handle: "@homeowner", testimonial: "I cannot recommend them enough.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg", imageAlt: "home heating repair expert"},
|
||||
{
|
||||
name: "David L.",
|
||||
handle: "@homeowner",
|
||||
testimonial: "They kept coming back until the issue was fully fixed.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-city-building-with-air-conditioning-units_23-2148798635.jpg?_wi=1",
|
||||
imageAlt: "hvac installation service clean",
|
||||
},
|
||||
name: "David L.", handle: "@homeowner", testimonial: "They kept coming back until the issue was fully fixed.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-city-building-with-air-conditioning-units_23-2148798635.jpg", imageAlt: "hvac installation service clean"},
|
||||
{
|
||||
name: "Amanda K.",
|
||||
handle: "@homeowner",
|
||||
testimonial: "Absolutely love this company. Super pleasant to deal with.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-24154.jpg?_wi=1",
|
||||
imageAlt: "hvac tune up service resident",
|
||||
},
|
||||
name: "Amanda K.", handle: "@homeowner", testimonial: "Absolutely love this company. Super pleasant to deal with.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-24154.jpg", imageAlt: "hvac tune up service resident"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Service Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Service Now", href: "#contact"},
|
||||
{
|
||||
text: "Get Free Estimate",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Free Estimate", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/seasoned-mechanic-using-soft-dusting-brush-sweep-away-built-up-layer-dirt-debris-from-hvac-system-coil-while-adept-repairman-refills-air-conditioner-cooling-system-refrigerant-tank_482257-63969.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/seasoned-mechanic-using-soft-dusting-brush-sweep-away-built-up-layer-dirt-debris-from-hvac-system-coil-while-adept-repairman-refills-air-conditioner-cooling-system-refrigerant-tank_482257-63969.jpg"
|
||||
imageAlt="Cinematic view of professional HVAC service"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-using-smart-speaker-medium-shot_23-2149936227.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-using-smart-speaker-medium-shot_23-2149936227.jpg", alt: "Customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990733.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990733.jpg", alt: "Customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5064.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5064.jpg", alt: "Customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-view-woman-kitchen_197531-32481.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-view-woman-kitchen_197531-32481.jpg", alt: "Customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/business-woman-smiling-with-top-hat-thumbs-up_1187-1549.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/business-woman-smiling-with-top-hat-thumbs-up_1187-1549.jpg", alt: "Customer"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Licensed & Insured",
|
||||
icon: ShieldCheck,
|
||||
type: "text-icon", text: "Licensed & Insured", icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Same-Day Response",
|
||||
icon: Clock,
|
||||
type: "text-icon", text: "Same-Day Response", icon: Clock,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Local Owned & Operated",
|
||||
icon: Home,
|
||||
type: "text-icon", text: "Local Owned & Operated", icon: Home,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Transparent Pricing",
|
||||
icon: DollarSign,
|
||||
type: "text-icon", text: "Transparent Pricing", icon: DollarSign,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "24/7 Emergency Support",
|
||||
icon: PhoneCall,
|
||||
type: "text-icon", text: "24/7 Emergency Support", icon: PhoneCall,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -176,19 +116,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
label: "Locally Trusted",
|
||||
value: "100%",
|
||||
},
|
||||
label: "Locally Trusted", value: "100%"},
|
||||
{
|
||||
icon: Zap,
|
||||
label: "Fast Service",
|
||||
value: "Same Day",
|
||||
},
|
||||
label: "Fast Service", value: "Same Day"},
|
||||
{
|
||||
icon: Search,
|
||||
label: "Honest Diagnostics",
|
||||
value: "True",
|
||||
},
|
||||
label: "Honest Diagnostics", value: "True"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -201,84 +135,56 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "AC Repair",
|
||||
description: "Quick, honest repairs that get you back to cool quickly.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/specialist-phone-with-home-owner_482257-80143.jpg?_wi=2",
|
||||
},
|
||||
title: "AC Repair", description: "Quick, honest repairs that get you back to cool quickly.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/specialist-phone-with-home-owner_482257-80143.jpg"},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "24/7 Support",
|
||||
},
|
||||
text: "24/7 Support"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Transparent Pricing",
|
||||
},
|
||||
text: "Transparent Pricing"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-loader-holding-board-with-hand-head-uniform-looking-pensive-front-view_176474-21345.jpg?_wi=1",
|
||||
imageAlt: "hvac technician tablet booking",
|
||||
},
|
||||
{
|
||||
title: "Heating Repair",
|
||||
description: "We don’t stop until your heat is working exactly as it should.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg?_wi=2",
|
||||
},
|
||||
title: "Heating Repair", description: "We don’t stop until your heat is working exactly as it should.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg"},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Expert Technicians",
|
||||
},
|
||||
text: "Expert Technicians"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Honest Fixes",
|
||||
},
|
||||
text: "Honest Fixes"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-using-smart-speaker-medium-shot_23-2149936227.jpg",
|
||||
imageAlt: "happy customer home interior portrait",
|
||||
},
|
||||
{
|
||||
title: "HVAC Installation",
|
||||
description: "Professional setup when you need it, done right the first time.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-city-building-with-air-conditioning-units_23-2148798635.jpg?_wi=2",
|
||||
},
|
||||
title: "HVAC Installation", description: "Professional setup when you need it, done right the first time.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-city-building-with-air-conditioning-units_23-2148798635.jpg"},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Clean Installation",
|
||||
},
|
||||
text: "Clean Installation"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Zero Upselling",
|
||||
},
|
||||
text: "Zero Upselling"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990733.jpg",
|
||||
imageAlt: "professional man portrait indoor",
|
||||
},
|
||||
{
|
||||
title: "Maintenance",
|
||||
description: "Keep your home feeling perfect all year round with our tune-ups.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-24154.jpg?_wi=2",
|
||||
},
|
||||
title: "Maintenance", description: "Keep your home feeling perfect all year round with our tune-ups.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-24154.jpg"},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Preventive Care",
|
||||
},
|
||||
text: "Preventive Care"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Full System Check",
|
||||
},
|
||||
text: "Full System Check"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5064.jpg",
|
||||
imageAlt: "smiling woman homeowner living room",
|
||||
},
|
||||
]}
|
||||
title="Reliable Services, Honest Recommendations"
|
||||
@@ -294,20 +200,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "We Fix First",
|
||||
description: "Before we replace, we diagnose and try to repair. We save you money, not push products.",
|
||||
},
|
||||
id: "1", value: "We Fix First", description: "Before we replace, we diagnose and try to repair. We save you money, not push products."},
|
||||
{
|
||||
id: "2",
|
||||
value: "Persistence",
|
||||
description: "We don't leave until it's right. If a problem persists, we keep coming back until it's fully resolved.",
|
||||
},
|
||||
id: "2", value: "Persistence", description: "We don't leave until it's right. If a problem persists, we keep coming back until it's fully resolved."},
|
||||
{
|
||||
id: "3",
|
||||
value: "Local Experts",
|
||||
description: "Not corporate salespeople—just friendly, highly knowledgeable local technicians.",
|
||||
},
|
||||
id: "3", value: "Local Experts", description: "Not corporate salespeople—just friendly, highly knowledgeable local technicians."},
|
||||
]}
|
||||
title="Why Our Neighbors Choose Us"
|
||||
description="We don't just work on houses; we serve homes. Every technician shares our commitment to honesty, persistence, and respectful care."
|
||||
@@ -322,25 +219,15 @@ export default function LandingPage() {
|
||||
author="Sarah J., Local Homeowner"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-using-smart-speaker-medium-shot_23-2149936227.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-using-smart-speaker-medium-shot_23-2149936227.jpg", alt: "Customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990733.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990733.jpg", alt: "Customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5064.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5064.jpg", alt: "Customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-view-woman-kitchen_197531-32481.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-view-woman-kitchen_197531-32481.jpg", alt: "Customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/business-woman-smiling-with-top-hat-thumbs-up_1187-1549.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/business-woman-smiling-with-top-hat-thumbs-up_1187-1549.jpg", alt: "Customer"},
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -354,25 +241,17 @@ export default function LandingPage() {
|
||||
description="Tired of HVAC companies that just want to sell you something? Call the team that actually fixes the problem. Same-day service available."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Your Phone Number",
|
||||
required: true,
|
||||
name: "phone", type: "tel", placeholder: "Your Phone Number", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "issue",
|
||||
placeholder: "Describe your HVAC issue...",
|
||||
rows: 4,
|
||||
name: "issue", placeholder: "Describe your HVAC issue...", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-loader-holding-board-with-hand-head-uniform-looking-pensive-front-view_176474-21345.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-loader-holding-board-with-hand-head-uniform-looking-pensive-front-view_176474-21345.jpg"
|
||||
buttonText="Book Service Now"
|
||||
/>
|
||||
</div>
|
||||
@@ -381,42 +260,27 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Our Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Our Services", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "(555) 123-4567",
|
||||
href: "tel:5551234567",
|
||||
},
|
||||
label: "(555) 123-4567", href: "tel:5551234567"},
|
||||
{
|
||||
label: "Service Area",
|
||||
href: "#",
|
||||
},
|
||||
label: "Service Area", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user