Update src/app/page.tsx
This commit is contained in:
182
src/app/page.tsx
182
src/app/page.tsx
@@ -32,69 +32,38 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Why Us",
|
||||
id: "about",
|
||||
},
|
||||
name: "Why Us", id: "about"},
|
||||
{
|
||||
name: "Areas Served",
|
||||
id: "location",
|
||||
},
|
||||
name: "Areas Served", id: "location"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Reviews", id: "testimonials"},
|
||||
]}
|
||||
brandName="EAST YORK HVAC"
|
||||
button={{
|
||||
text: "Call 24/7: (226) 223-9960",
|
||||
href: "tel:2262239960",
|
||||
}}
|
||||
text: "Call 24/7: (226) 223-9960", href: "tel:2262239960"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="East York’s Most Trusted 24/7 HVAC Technicians"
|
||||
description="Fast, licensed heating and cooling repair directly in your neighborhood. We live here, we work here, and we answer every single call."
|
||||
tag="⭐ 5.0 Rated on Google (30 Reviews)"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call for Emergency Service",
|
||||
href: "tel:2262239960",
|
||||
},
|
||||
text: "Call for Emergency Service", href: "tel:2262239960"},
|
||||
{
|
||||
text: "Request a Free Estimate",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Request a Free Estimate", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ceiling-glass-wall_1127-2092.jpg",
|
||||
imageAlt: "hvac condenser outdoor unit",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ceiling-glass-wall_1127-2092.jpg", imageAlt: "hvac condenser outdoor unit"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dolly-shot-air-conditioner-side-panel-opened-before-customer-comissioned-repairments-are-being-done-faulty-wiring-hvac-system-prepared-be-fixed-by-professional-engineer_482257-65948.jpg",
|
||||
imageAlt: "hvac condenser outdoor unit",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/inside-glass_53876-42529.jpg",
|
||||
imageAlt: "The inside of a glass",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388968.jpg",
|
||||
imageAlt: "Close up on ventilation system",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vinyl-record-grooves_469584-12.jpg",
|
||||
imageAlt: "Vinyl record grooves",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dolly-shot-air-conditioner-side-panel-opened-before-customer-comissioned-repairments-are-being-done-faulty-wiring-hvac-system-prepared-be-fixed-by-professional-engineer_482257-65948.jpg", imageAlt: "hvac condenser outdoor unit"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -110,17 +79,11 @@ export default function LandingPage() {
|
||||
description="We are local, reliable, and available around the clock. Your comfort is our business."
|
||||
metrics={[
|
||||
{
|
||||
value: "100%",
|
||||
title: "Licensed & Insured",
|
||||
},
|
||||
value: "100%", title: "Licensed & Insured"},
|
||||
{
|
||||
value: "24/7",
|
||||
title: "Emergency Response",
|
||||
},
|
||||
value: "24/7", title: "Emergency Response"},
|
||||
{
|
||||
value: "35",
|
||||
title: "Thorncliffe Park Dr Base",
|
||||
},
|
||||
value: "35", title: "Thorncliffe Park Dr Base"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-working-with-tool_23-2148921405.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -136,26 +99,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "s1",
|
||||
title: "Cooling Solutions",
|
||||
subtitle: "A/C Repair, Maintenance & Install",
|
||||
category: "Cooling",
|
||||
value: "Performance",
|
||||
},
|
||||
id: "s1", title: "Cooling Solutions", subtitle: "A/C Repair, Maintenance & Install", category: "Cooling", value: "Performance"},
|
||||
{
|
||||
id: "s2",
|
||||
title: "Heating Systems",
|
||||
subtitle: "Furnace Repair & Installation",
|
||||
category: "Heating",
|
||||
value: "Efficiency",
|
||||
},
|
||||
id: "s2", title: "Heating Systems", subtitle: "Furnace Repair & Installation", category: "Heating", value: "Efficiency"},
|
||||
{
|
||||
id: "s3",
|
||||
title: "Air Quality",
|
||||
subtitle: "Ducts, Vents & Thermostats",
|
||||
category: "Quality",
|
||||
value: "Health",
|
||||
},
|
||||
id: "s3", title: "Air Quality", subtitle: "Ducts, Vents & Thermostats", category: "Quality", value: "Health"},
|
||||
]}
|
||||
title="Comprehensive HVAC Solutions"
|
||||
description="Expert services to keep your home comfortable all year round."
|
||||
@@ -170,45 +118,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
role: "Resident",
|
||||
company: "East York",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-woman-enjoying-weekend_1262-20550.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah J.", role: "Resident", company: "East York", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-woman-enjoying-weekend_1262-20550.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark D.",
|
||||
role: "Homeowner",
|
||||
company: "Leaside",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-old-woman-hotel-reception_482257-90621.jpg",
|
||||
},
|
||||
id: "2", name: "Mark D.", role: "Homeowner", company: "Leaside", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-old-woman-hotel-reception_482257-90621.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Linda M.",
|
||||
role: "Client",
|
||||
company: "Thorncliffe Park",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-home-with-heater_23-2149339547.jpg",
|
||||
},
|
||||
id: "3", name: "Linda M.", role: "Client", company: "Thorncliffe Park", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-home-with-heater_23-2149339547.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
role: "Resident",
|
||||
company: "East York",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confused-woman-showing-something-laptop_23-2148363619.jpg",
|
||||
},
|
||||
id: "4", name: "David K.", role: "Resident", company: "East York", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confused-woman-showing-something-laptop_23-2148363619.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Robert B.",
|
||||
role: "Homeowner",
|
||||
company: "Leaside",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-delivery-man-wor_23-2147914233.jpg",
|
||||
},
|
||||
id: "5", name: "Robert B.", role: "Homeowner", company: "Leaside", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-delivery-man-wor_23-2147914233.jpg"},
|
||||
]}
|
||||
title="Real Reviews From East York Homeowners"
|
||||
description="Don't take our word for it—see what your neighbors say."
|
||||
@@ -219,14 +142,10 @@ export default function LandingPage() {
|
||||
<MetricCardEleven
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "60m",
|
||||
title: "Response Time",
|
||||
description: "Local trucks ready to serve.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-overhead-shot-urban-modern-business-architecture_181624-3514.jpg",
|
||||
},
|
||||
id: "m1", value: "60m", title: "Response Time", description: "Local trucks ready to serve.", imageSrc: "http://img.b2bpic.net/free-photo/aerial-overhead-shot-urban-modern-business-architecture_181624-3514.jpg"},
|
||||
]}
|
||||
title="Serving Your Neighborhood"
|
||||
description="We are proud to serve East York, Leaside, Thorncliffe Park, and surrounding areas."
|
||||
@@ -239,20 +158,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Are you available after hours?",
|
||||
content: "Yes, we are open 24/7 for emergency repairs.",
|
||||
},
|
||||
id: "f1", title: "Are you available after hours?", content: "Yes, we are open 24/7 for emergency repairs."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you provide free estimates?",
|
||||
content: "Absolutely, we provide 100% free quotes on new system installs.",
|
||||
},
|
||||
id: "f2", title: "Do you provide free estimates?", content: "Absolutely, we provide 100% free quotes on new system installs."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Are you licensed?",
|
||||
content: "Yes, we are fully licensed and insured (TSSA & WSIB Covered).",
|
||||
},
|
||||
id: "f3", title: "Are you licensed?", content: "Yes, we are fully licensed and insured (TSSA & WSIB Covered)."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Common answers for our local clients."
|
||||
@@ -267,22 +177,14 @@ export default function LandingPage() {
|
||||
description="Send us your details and we'll be in touch immediately."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number",
|
||||
required: true,
|
||||
name: "phone", type: "tel", placeholder: "Phone Number", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "How can we help you?",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "How can we help you?", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/3d-smartphone-device-with-map-gps-technology_23-2150458984.jpg"
|
||||
@@ -297,25 +199,17 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
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