Update src/app/page.tsx
This commit is contained in:
205
src/app/page.tsx
205
src/app/page.tsx
@@ -31,17 +31,11 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Reviews", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Halco - Phelps"
|
||||
/>
|
||||
@@ -50,17 +44,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="41+ Years of Excellence in Plumbing & Heating"
|
||||
description="Your trusted partner in home efficiency, insulation, and comfort serving the Ithaca region. Dependable service when you need it most."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Quote", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334227.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334227.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -71,79 +62,52 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "HVAC & Heating",
|
||||
description: "Expert repair, installation, and maintenance for your furnace and home heating needs.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-hands-with-wrench-turning-off-valves_169016-55754.jpg",
|
||||
imageAlt: "Home furnace repair",
|
||||
},
|
||||
title: "HVAC & Heating", description: "Expert repair, installation, and maintenance for your furnace and home heating needs.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-hands-with-wrench-turning-off-valves_169016-55754.jpg", imageAlt: "Home furnace repair"},
|
||||
items: [
|
||||
{
|
||||
icon: Wrench,
|
||||
text: "Furnace Repair",
|
||||
},
|
||||
text: "Furnace Repair"},
|
||||
{
|
||||
icon: Flame,
|
||||
text: "Heating Systems",
|
||||
},
|
||||
text: "Heating Systems"},
|
||||
{
|
||||
icon: Gauge,
|
||||
text: "Efficiency Upgrades",
|
||||
},
|
||||
text: "Efficiency Upgrades"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/worker-repairing-water-heater_23-2149334227.jpg?_wi=2",
|
||||
imageAlt: "hvac technician professional",
|
||||
},
|
||||
{
|
||||
title: "Plumbing Solutions",
|
||||
description: "Professional plumbing services to keep your home running smoothly.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-delivery-man-closing-delivery-truck-doors_23-2148944604.jpg?_wi=1",
|
||||
imageAlt: "Plumbing tools professional",
|
||||
},
|
||||
title: "Plumbing Solutions", description: "Professional plumbing services to keep your home running smoothly.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-delivery-man-closing-delivery-truck-doors_23-2148944604.jpg", imageAlt: "Plumbing tools professional"},
|
||||
items: [
|
||||
{
|
||||
icon: Droplets,
|
||||
text: "Leak Repair",
|
||||
},
|
||||
text: "Leak Repair"},
|
||||
{
|
||||
icon: Zap,
|
||||
text: "Water Heaters",
|
||||
},
|
||||
text: "Water Heaters"},
|
||||
{
|
||||
icon: Settings,
|
||||
text: "General Plumbing",
|
||||
},
|
||||
text: "General Plumbing"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-delivery-man-closing-delivery-truck-doors_23-2148944604.jpg?_wi=2",
|
||||
imageAlt: "plumbing tools professional",
|
||||
},
|
||||
{
|
||||
title: "Insulation & Audit",
|
||||
description: "Advanced insulation and energy audits to lower utility bills and improve comfort.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/house-with-windmill_1048-1776.jpg?_wi=1",
|
||||
imageAlt: "Spray foam insulation",
|
||||
},
|
||||
title: "Insulation & Audit", description: "Advanced insulation and energy audits to lower utility bills and improve comfort.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/house-with-windmill_1048-1776.jpg", imageAlt: "Spray foam insulation"},
|
||||
items: [
|
||||
{
|
||||
icon: Home,
|
||||
text: "Energy Audits",
|
||||
},
|
||||
text: "Energy Audits"},
|
||||
{
|
||||
icon: Snowflake,
|
||||
text: "Spray Foam",
|
||||
},
|
||||
text: "Spray Foam"},
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
text: "Energy Efficiency",
|
||||
},
|
||||
text: "Energy Efficiency"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/house-with-windmill_1048-1776.jpg?_wi=2",
|
||||
imageAlt: "spray foam insulation",
|
||||
},
|
||||
]}
|
||||
title="Our Expert Services"
|
||||
@@ -159,20 +123,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "41+",
|
||||
description: "Years in business",
|
||||
},
|
||||
id: "m1", value: "41+", description: "Years in business"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "2.4k+",
|
||||
description: "Happy customers",
|
||||
},
|
||||
id: "m2", value: "2.4k+", description: "Happy customers"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "4.9★",
|
||||
description: "Average rating",
|
||||
},
|
||||
id: "m3", value: "4.9★", description: "Average rating"},
|
||||
]}
|
||||
title="Why Choose Halco?"
|
||||
description="We are proud of our local impact and dedicated customer experience."
|
||||
@@ -187,45 +142,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Nicole Dower",
|
||||
role: "Homeowner",
|
||||
company: "Client",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg",
|
||||
},
|
||||
id: "t1", name: "Nicole Dower", role: "Homeowner", company: "Client", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Joe Fetcho",
|
||||
role: "Homeowner",
|
||||
company: "Client",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-beautiful-female-black-white-polka-dot-dress-holding-white-like-sign-yellow_140725-24141.jpg",
|
||||
},
|
||||
id: "t2", name: "Joe Fetcho", role: "Homeowner", company: "Client", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-beautiful-female-black-white-polka-dot-dress-holding-white-like-sign-yellow_140725-24141.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Cinde Priano",
|
||||
role: "Homeowner",
|
||||
company: "Client",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-shirt-smiling-posing-kitchen_23-2148414940.jpg",
|
||||
},
|
||||
id: "t3", name: "Cinde Priano", role: "Homeowner", company: "Client", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-shirt-smiling-posing-kitchen_23-2148414940.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Eric StPhillips",
|
||||
role: "Homeowner",
|
||||
company: "Client",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-positive-young-european-female-blue-shirt-dress-relaxing-home-looking-front-with-easy-carefree-smile_343059-3894.jpg",
|
||||
},
|
||||
id: "t4", name: "Eric StPhillips", role: "Homeowner", company: "Client", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-beautiful-positive-young-european-female-blue-shirt-dress-relaxing-home-looking-front-with-easy-carefree-smile_343059-3894.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Sexy Murda",
|
||||
role: "Homeowner",
|
||||
company: "Client",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-satisfied-bearded-guy-white-shirt-showing-thumbs-up-approval-like-agree-positiv_1258-113975.jpg",
|
||||
},
|
||||
id: "t5", name: "Sexy Murda", role: "Homeowner", company: "Client", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-satisfied-bearded-guy-white-shirt-showing-thumbs-up-approval-like-agree-positiv_1258-113975.jpg"},
|
||||
]}
|
||||
title="Trusted by Thousands"
|
||||
description="See why our customers consistently rate us 5 stars."
|
||||
@@ -237,20 +167,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you offer emergency plumbing services?",
|
||||
content: "Yes, we prioritize emergency situations and aim to reach you as soon as possible, especially during off-hours.",
|
||||
},
|
||||
id: "f1", title: "Do you offer emergency plumbing services?", content: "Yes, we prioritize emergency situations and aim to reach you as soon as possible, especially during off-hours."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "What areas do you serve?",
|
||||
content: "We proudly serve the Ithaca region and surrounding communities.",
|
||||
},
|
||||
id: "f2", title: "What areas do you serve?", content: "We proudly serve the Ithaca region and surrounding communities."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "How can I book an energy audit?",
|
||||
content: "Simply contact our office or submit a request via our website, and we will schedule your audit promptly.",
|
||||
},
|
||||
id: "f3", title: "How can I book an energy audit?", content: "Simply contact our office or submit a request via our website, and we will schedule your audit promptly."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Need more information? Here are answers to commonly asked questions."
|
||||
@@ -265,73 +186,49 @@ export default function LandingPage() {
|
||||
description="Ready to improve your home efficiency? Send us a message."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Your Phone Number",
|
||||
required: true,
|
||||
name: "phone", type: "tel", placeholder: "Your 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/side-view-man-working-as-plumber_23-2150746305.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746305.jpg"
|
||||
mediaPosition="right"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746305.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746305.jpg"
|
||||
logoText="Halco - Phelps"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
label: "About Us", href: "#"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Reviews", href: "#testimonials"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user