Update src/app/page.tsx
This commit is contained in:
139
src/app/page.tsx
139
src/app/page.tsx
@@ -31,21 +31,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Why Choose Us",
|
||||
id: "why-us",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Why Choose Us", id: "why-us"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Reviews", id: "testimonials"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Hungen Plumbing Co."
|
||||
/>
|
||||
@@ -57,36 +51,22 @@ export default function LandingPage() {
|
||||
description="Available 24/7 for emergencies. Fast response, professional service, and honest, fair pricing. We're here to help when you need it most."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:5550123456",
|
||||
},
|
||||
text: "Call Now", href: "tel:5550123456"},
|
||||
{
|
||||
text: "Book Service",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Service", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/water-tap-prevention-concentrated-man-leaning-water-faucet-touching-spout-pipe_259150-58276.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-female-with-pinkish-hair-posing_344912-857.jpg",
|
||||
alt: "Satisfied client",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-female-with-pinkish-hair-posing_344912-857.jpg", alt: "Satisfied client"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-father-posing-with-arms-crossed_23-2148414862.jpg",
|
||||
alt: "Happy homeowner",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-father-posing-with-arms-crossed_23-2148414862.jpg", alt: "Happy homeowner"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-shirt-smiling-posing-kitchen_23-2148414940.jpg",
|
||||
alt: "Professional service",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-shirt-smiling-posing-kitchen_23-2148414940.jpg", alt: "Professional service"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-man-searching-home-rent-holding-house-paper-maket-smiling-st_1258-149935.jpg",
|
||||
alt: "Customer testimonial",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-man-searching-home-rent-holding-house-paper-maket-smiling-st_1258-149935.jpg", alt: "Customer testimonial"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg",
|
||||
alt: "Happy client",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", alt: "Happy client"},
|
||||
]}
|
||||
avatarText="Trusted by over 500+ local families"
|
||||
/>
|
||||
@@ -98,20 +78,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Burst Pipe Repair",
|
||||
description: "Rapid response to stop leaks and prevent water damage.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/faucet-water-tap-droplet-icon-sign_53876-128089.jpg",
|
||||
},
|
||||
title: "Burst Pipe Repair", description: "Rapid response to stop leaks and prevent water damage.", imageSrc: "http://img.b2bpic.net/free-photo/faucet-water-tap-droplet-icon-sign_53876-128089.jpg"},
|
||||
{
|
||||
title: "Water Heater Repair",
|
||||
description: "Get your hot water back fast with expert tank and tankless repairs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/plumbing-icons-set_1284-4472.jpg",
|
||||
},
|
||||
title: "Water Heater Repair", description: "Get your hot water back fast with expert tank and tankless repairs.", imageSrc: "http://img.b2bpic.net/free-vector/plumbing-icons-set_1284-4472.jpg"},
|
||||
{
|
||||
title: "Clogged Drain Clearing",
|
||||
description: "Deep cleaning to get your drains flowing freely again.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/creative-plumber-25-flat-icon-pack-such-as-disposal-industrial-water-drain-screwdriver_1142-26830.jpg",
|
||||
},
|
||||
title: "Clogged Drain Clearing", description: "Deep cleaning to get your drains flowing freely again.", imageSrc: "http://img.b2bpic.net/free-vector/creative-plumber-25-flat-icon-pack-such-as-disposal-industrial-water-drain-screwdriver_1142-26830.jpg"},
|
||||
]}
|
||||
title="Our Professional Services"
|
||||
description="Straightforward, honest repairs for all your residential plumbing needs."
|
||||
@@ -126,21 +97,13 @@ export default function LandingPage() {
|
||||
description="We are committed to providing homeowners with reliable, professional, and transparent service."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "24/7 Emergency Support",
|
||||
description: "We are ready for after-hours calls, late nights, and weekends.",
|
||||
},
|
||||
title: "24/7 Emergency Support", description: "We are ready for after-hours calls, late nights, and weekends."},
|
||||
{
|
||||
title: "Lightning Fast Response",
|
||||
description: "Often same-day service or within 20 minutes for emergency calls.",
|
||||
},
|
||||
title: "Lightning Fast Response", description: "Often same-day service or within 20 minutes for emergency calls."},
|
||||
{
|
||||
title: "Professional Technicians",
|
||||
description: "Trust in our knowledgeable experts, Clifton and Dan, who do the job right.",
|
||||
},
|
||||
title: "Professional Technicians", description: "Trust in our knowledgeable experts, Clifton and Dan, who do the job right."},
|
||||
{
|
||||
title: "Clean & Follow-up",
|
||||
description: "We always clean up after our work and follow up to ensure it's fixed.",
|
||||
},
|
||||
title: "Clean & Follow-up", description: "We always clean up after our work and follow up to ensure it's fixed."},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721535.jpg"
|
||||
@@ -155,20 +118,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "24/7",
|
||||
description: "Emergency Availability",
|
||||
},
|
||||
id: "m1", value: "24/7", description: "Emergency Availability"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "20min",
|
||||
description: "Avg Emergency Response",
|
||||
},
|
||||
id: "m2", value: "20min", description: "Avg Emergency Response"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
description: "Commitment to Cleanliness",
|
||||
},
|
||||
id: "m3", value: "100%", description: "Commitment to Cleanliness"},
|
||||
]}
|
||||
title="Serving Our Local Community"
|
||||
description="Quality service you can trust."
|
||||
@@ -180,30 +134,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Gary Robertson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-356.jpg",
|
||||
},
|
||||
id: "t1", name: "Gary Robertson", imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-356.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "David Lewis",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67131.jpg",
|
||||
},
|
||||
id: "t2", name: "David Lewis", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67131.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Temique Yancey",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-lady-black-jacket-posing-isolated-background-happy-cheerful-woman-dark-suit-laughing-looking-into-camera_197531-18513.jpg",
|
||||
},
|
||||
id: "t3", name: "Temique Yancey", imageSrc: "http://img.b2bpic.net/free-photo/smiling-lady-black-jacket-posing-isolated-background-happy-cheerful-woman-dark-suit-laughing-looking-into-camera_197531-18513.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Joshua Castillo",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg",
|
||||
},
|
||||
id: "t4", name: "Joshua Castillo", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Patricia Dalton",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-freelancer-dressed-casual-t-shirt-sitting-front-laptop-looking-smiling-with-cheerful-expression-after-successful-morning-work-enjoying-sunny-day-outdoor-cafe_273609-6602.jpg",
|
||||
},
|
||||
id: "t5", name: "Patricia Dalton", imageSrc: "http://img.b2bpic.net/free-photo/joyful-freelancer-dressed-casual-t-shirt-sitting-front-laptop-looking-smiling-with-cheerful-expression-after-successful-morning-work-enjoying-sunny-day-outdoor-cafe_273609-6602.jpg"},
|
||||
]}
|
||||
cardTitle="What Our Neighbors Say"
|
||||
cardTag="Trusted by Homeowners"
|
||||
@@ -216,20 +155,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you offer emergency calls?",
|
||||
content: "Yes, we are available 24/7 for after-hours calls, late nights, and weekends.",
|
||||
},
|
||||
id: "q1", title: "Do you offer emergency calls?", content: "Yes, we are available 24/7 for after-hours calls, late nights, and weekends."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "How fast do you respond?",
|
||||
content: "We offer same-day service and often reach emergency calls within 20 minutes.",
|
||||
},
|
||||
id: "q2", title: "How fast do you respond?", content: "We offer same-day service and often reach emergency calls within 20 minutes."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Are you licensed and insured?",
|
||||
content: "Absolutely. We are fully licensed, insured, and professional.",
|
||||
},
|
||||
id: "q3", title: "Are you licensed and insured?", content: "Absolutely. We are fully licensed, insured, and professional."},
|
||||
]}
|
||||
sideTitle="Common Plumbing Questions"
|
||||
sideDescription="Find answers to our most requested information."
|
||||
@@ -241,14 +171,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
text="Need help fast? Call us now or fill out our simple booking form and we'll be there to help."
|
||||
buttons={[
|
||||
{
|
||||
text: "555-012-3456",
|
||||
href: "tel:5550123456",
|
||||
},
|
||||
text: "555-012-3456", href: "tel:5550123456"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user