Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b56991671f | |||
| 1555fbc054 |
104
src/app/page.tsx
104
src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "hero"},
|
||||||
id: "hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "features"},
|
||||||
id: "features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Testimonials",
|
name: "Testimonials", id: "testimonials"},
|
||||||
id: "testimonials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="1-Tom-Plumber"
|
brandName="1-Tom-Plumber"
|
||||||
/>
|
/>
|
||||||
@@ -55,35 +47,21 @@ export default function LandingPage() {
|
|||||||
description="Your 24/7 local plumber in Greensburg. Licensed, background-checked, and ready to serve you with flat-rate pricing."
|
description="Your 24/7 local plumber in Greensburg. Licensed, background-checked, and ready to serve you with flat-rate pricing."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Get a Quote",
|
text: "Get a Quote", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
slides={[
|
slides={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-plumber-blue-overalls-clearing-blockage-drain_1098-17773.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/asian-plumber-blue-overalls-clearing-blockage-drain_1098-17773.jpg", imageAlt: "Plumber working on pipe fix"},
|
||||||
imageAlt: "Plumber working on pipe fix",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/male-worker-wearing-work-clothes_273609-10811.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/male-worker-wearing-work-clothes_273609-10811.jpg", imageAlt: "Professional plumber with tools"},
|
||||||
imageAlt: "Professional plumber with tools",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/feeling-puzzled-confused-doubting_1194-407058.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/feeling-puzzled-confused-doubting_1194-407058.jpg", imageAlt: "Emergency plumbing service worker"},
|
||||||
imageAlt: "Emergency plumbing service worker",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/wrench-tools_23-2147773408.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/plumber-repairing-sink-kitchen_23-2148408369.jpg", imageAlt: "Precision sink pipe repair service"},
|
||||||
imageAlt: "Water heater repair service",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/shot-oilfield-worker-checking-quality-gas-pipes-construction-site_342744-363.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/shot-oilfield-worker-checking-quality-gas-pipes-construction-site_342744-363.jpg", imageAlt: "Sewer repair service worker"},
|
||||||
imageAlt: "Sewer repair service worker",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-man-inspecting-repairing-kitchen-faucet_662251-2682.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-professional-plumber-replacing-faucet_23-2148785669.jpg", imageAlt: "Advanced bathroom fixture installation service"},
|
||||||
imageAlt: "Bathroom sink repair service",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
autoplayDelay={4000}
|
autoplayDelay={4000}
|
||||||
/>
|
/>
|
||||||
@@ -95,23 +73,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Leak Detection & Repair",
|
title: "Leak Detection & Repair", description: "Professional finding and repairing of leaks to prevent damage.", imageSrc: "http://img.b2bpic.net/free-photo/artisan-work-madhu-vana_181624-58285.jpg", imageAlt: "Leak detection"},
|
||||||
description: "Professional finding and repairing of leaks to prevent damage.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/artisan-work-madhu-vana_181624-58285.jpg",
|
|
||||||
imageAlt: "Leak detection",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Water Heater Services",
|
title: "Water Heater Services", description: "Expert installation and repair of all water heater types.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-worker-checking-freon-tank_482257-78533.jpg", imageAlt: "Water heater service"},
|
||||||
description: "Expert installation and repair of all water heater types.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-worker-checking-freon-tank_482257-78533.jpg",
|
|
||||||
imageAlt: "Water heater service",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Drain Cleaning",
|
title: "Drain Cleaning", description: "Unclog drains quickly and efficiently.", imageSrc: "http://img.b2bpic.net/free-photo/man-rinsing-dish-sponge-running-water-daily-home-hygiene_169016-69431.jpg", imageAlt: "Drain cleaning"},
|
||||||
description: "Unclog drains quickly and efficiently.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-rinsing-dish-sponge-running-water-daily-home-hygiene_169016-69431.jpg",
|
|
||||||
imageAlt: "Drain cleaning",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Professional Plumbing Services"
|
title="Professional Plumbing Services"
|
||||||
description="From emergency leaks to water heater installations, we cover everything with professional expertise."
|
description="From emergency leaks to water heater installations, we cover everything with professional expertise."
|
||||||
@@ -126,25 +92,15 @@ export default function LandingPage() {
|
|||||||
author="Satisfied Customer"
|
author="Satisfied Customer"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746294.jpg",
|
src: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746294.jpg", alt: "Customer 1"},
|
||||||
alt: "Customer 1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/close-up-happy-people-chatting_23-2149152864.jpg",
|
src: "http://img.b2bpic.net/free-photo/close-up-happy-people-chatting_23-2149152864.jpg", alt: "Customer 2"},
|
||||||
alt: "Customer 2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15605.jpg",
|
src: "http://img.b2bpic.net/free-photo/workers-having-little-chat-while-having-cup-coffee_329181-15605.jpg", alt: "Customer 3"},
|
||||||
alt: "Customer 3",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/couple-painting-walls-their-new-home-together_23-2149086831.jpg",
|
src: "http://img.b2bpic.net/free-photo/couple-painting-walls-their-new-home-together_23-2149086831.jpg", alt: "Customer 4"},
|
||||||
alt: "Customer 4",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721524.jpg",
|
src: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721524.jpg", alt: "Customer 5"},
|
||||||
alt: "Customer 5",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
ratingAnimation="slide-up"
|
ratingAnimation="slide-up"
|
||||||
avatarsAnimation="slide-up"
|
avatarsAnimation="slide-up"
|
||||||
@@ -157,20 +113,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", title: "Do you offer emergency service?", content: "Yes, we offer 24/7 emergency plumbing services."},
|
||||||
title: "Do you offer emergency service?",
|
|
||||||
content: "Yes, we offer 24/7 emergency plumbing services.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", title: "What areas do you serve?", content: "We serve Greensburg and surrounding areas."},
|
||||||
title: "What areas do you serve?",
|
|
||||||
content: "We serve Greensburg and surrounding areas.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", title: "Is your business verified?", content: "Yes, we are verified by Google with passed license and background checks."},
|
||||||
title: "Is your business verified?",
|
|
||||||
content: "Yes, we are verified by Google with passed license and background checks.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Frequently Asked Questions"
|
title="Frequently Asked Questions"
|
||||||
description="Quick answers to common questions about our services."
|
description="Quick answers to common questions about our services."
|
||||||
@@ -182,14 +129,11 @@ export default function LandingPage() {
|
|||||||
<ContactText
|
<ContactText
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "canvas-reveal",
|
variant: "canvas-reveal"}}
|
||||||
}}
|
|
||||||
text="Need a plumber in Greensburg? Call (412) 534-8335 for a quick quote or emergency service."
|
text="Need a plumber in Greensburg? Call (412) 534-8335 for a quick quote or emergency service."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Call Now",
|
text: "Call Now", href: "tel:+14125348335"},
|
||||||
href: "tel:+14125348335",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user