Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2915edfd90 | |||
| 1cc0a5ea67 |
174
src/app/page.tsx
174
src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "services"},
|
||||||
id: "services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Why Primo",
|
name: "Why Primo", id: "why"},
|
||||||
id: "why",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Reviews",
|
name: "Reviews", id: "reviews"},
|
||||||
id: "reviews",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Primo Sewer Cleaning"
|
brandName="Primo Sewer Cleaning"
|
||||||
/>
|
/>
|
||||||
@@ -52,64 +44,39 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboard
|
<HeroBillboard
|
||||||
background={{
|
background={{
|
||||||
variant: "sparkles-gradient",
|
variant: "sparkles-gradient"}}
|
||||||
}}
|
|
||||||
title="When it matters most, call Primo."
|
title="When it matters most, call Primo."
|
||||||
description="Elite drain and sewer specialists. Same-day. Any hour. Done right. Fast response, honest pricing, and the persistence to fix what others couldn't."
|
description="Family-owned for over 14 years. Elite drain and sewer specialists. Same-day service, 24/7 emergency support. Done right. Fast response, honest pricing, and the persistence to fix what others couldn't."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Call for Emergency",
|
text: "Call for Emergency", href: "tel:+1555PRIMO"},
|
||||||
href: "tel:+1555PRIMO",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Book Service",
|
text: "Book Service", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/closeup-space-engine_1232-2602.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/closeup-space-engine_1232-2602.jpg"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/customer-experience-creative-collage_23-2149346508.jpg",
|
src: "http://img.b2bpic.net/free-photo/customer-experience-creative-collage_23-2149346508.jpg", alt: "Customer 1"},
|
||||||
alt: "Customer 1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/businessman-sitting-with-cup-coffee-room_23-2148112111.jpg",
|
src: "http://img.b2bpic.net/free-photo/businessman-sitting-with-cup-coffee-room_23-2148112111.jpg", alt: "Customer 2"},
|
||||||
alt: "Customer 2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-354.jpg",
|
src: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-354.jpg", alt: "Customer 3"},
|
||||||
alt: "Customer 3",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/woman-having-videocall_23-2150789812.jpg",
|
src: "http://img.b2bpic.net/free-photo/woman-having-videocall_23-2150789812.jpg", alt: "Customer 4"},
|
||||||
alt: "Customer 4",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13320.jpg",
|
src: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13320.jpg", alt: "Customer 5"},
|
||||||
alt: "Customer 5",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "24/7 Emergency Service"},
|
||||||
text: "24/7 Emergency Service",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Family-Owned & Operated"},
|
||||||
text: "Licensed & Insured",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "14+ Years of Experience"},
|
||||||
text: "Same-Day Repair",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Licensed & Insured"},
|
||||||
text: "Elite Equipment",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Guaranteed Results"},
|
||||||
text: "Guaranteed Results",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -120,74 +87,40 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Sewer Line Cleaning",
|
title: "Sewer Line Cleaning", description: "Complete blockage removal using professional-grade snaking and hydro-jetting.", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-planting-sprouts-garden_23-2147714879.jpg?_wi=1", imageAlt: "Sewer cleaning"},
|
||||||
description: "Complete blockage removal using professional-grade snaking and hydro-jetting.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-planting-sprouts-garden_23-2147714879.jpg?_wi=1",
|
|
||||||
imageAlt: "Sewer cleaning",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Video Camera Inspection",
|
title: "Video Camera Inspection", description: "State-of-the-art diagnostics to pinpoint exact issues.", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-planting-sprouts-garden_23-2147714879.jpg?_wi=2", imageAlt: "Video camera inspection"},
|
||||||
description: "State-of-the-art diagnostics to pinpoint exact issues.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-planting-sprouts-garden_23-2147714879.jpg?_wi=2",
|
|
||||||
imageAlt: "Video camera inspection",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Emergency Response",
|
title: "Emergency Response", description: "Burst pipes and backups handled 24/7, every day of the year.", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-planting-sprouts-garden_23-2147714879.jpg?_wi=3", imageAlt: "Emergency repair"},
|
||||||
description: "Burst pipes and backups handled 24/7.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-planting-sprouts-garden_23-2147714879.jpg?_wi=3",
|
|
||||||
imageAlt: "Emergency repair",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Drain Repair",
|
title: "Drain Repair", description: "Permanent solutions for recurring clogs.", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-planting-sprouts-garden_23-2147714879.jpg?_wi=4", imageAlt: "Drain repair"},
|
||||||
description: "Permanent solutions for recurring clogs.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-planting-sprouts-garden_23-2147714879.jpg?_wi=4",
|
|
||||||
imageAlt: "Drain repair",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Mainline Excavation",
|
title: "Mainline Excavation", description: "Heavy-duty solutions for damaged underground lines.", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-planting-sprouts-garden_23-2147714879.jpg?_wi=5", imageAlt: "Mainline excavation"},
|
||||||
description: "Heavy-duty solutions for damaged underground lines.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-planting-sprouts-garden_23-2147714879.jpg?_wi=5",
|
|
||||||
imageAlt: "Mainline excavation",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Preventative Maintenance",
|
title: "Preventative Maintenance", description: "Keep your systems clear and flowing with our 14 years of expertise.", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-planting-sprouts-garden_23-2147714879.jpg?_wi=6", imageAlt: "Preventative maintenance"},
|
||||||
description: "Keep your systems clear and flowing.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-planting-sprouts-garden_23-2147714879.jpg?_wi=6",
|
|
||||||
imageAlt: "Preventative maintenance",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Expert services for every situation"
|
title="Expert services for every situation"
|
||||||
description="From routine maintenance to late-night emergencies, Primo handles it all — with the skill to fix problems other plumbers walk away from."
|
description="From routine maintenance to late-night emergencies, Primo handles it all — with the family-owned dedication and technical skill to fix problems other plumbers walk away from."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardFifteen
|
<TestimonialCardFifteen
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonial="Frank is the best in the business. Fixed my problem that two other plumbers were not able to fix. Affordable, professional, highly recommend!"
|
testimonial="Primo has been my go-to for years. Being a family-owned business, they truly care about their customers. They came out at 2 AM to handle a major backup and saved my basement."
|
||||||
rating={5}
|
rating={5}
|
||||||
author="Robert Cunningham"
|
author="Robert Cunningham"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/customer-experience-creative-collage_23-2149346508.jpg",
|
src: "http://img.b2bpic.net/free-photo/customer-experience-creative-collage_23-2149346508.jpg", alt: "Gary Raia"},
|
||||||
alt: "Gary Raia",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/businessman-sitting-with-cup-coffee-room_23-2148112111.jpg",
|
src: "http://img.b2bpic.net/free-photo/businessman-sitting-with-cup-coffee-room_23-2148112111.jpg", alt: "Robert Cunningham"},
|
||||||
alt: "Robert Cunningham",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-354.jpg",
|
src: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-354.jpg", alt: "Lord01984"},
|
||||||
alt: "Lord01984",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/woman-having-videocall_23-2150789812.jpg",
|
src: "http://img.b2bpic.net/free-photo/woman-having-videocall_23-2150789812.jpg", alt: "Joe W."},
|
||||||
alt: "Joe W.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13320.jpg",
|
src: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13320.jpg", alt: "Nilesh Mehta"},
|
||||||
alt: "Nilesh Mehta",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
ratingAnimation="slide-up"
|
ratingAnimation="slide-up"
|
||||||
avatarsAnimation="blur-reveal"
|
avatarsAnimation="blur-reveal"
|
||||||
@@ -200,26 +133,18 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
tag="Why Primo"
|
tag="Why Primo"
|
||||||
title="Why choose Primo Sewer Cleaning?"
|
title="Why choose Primo Sewer Cleaning?"
|
||||||
description="We bring industrial-grade standards to residential and commercial properties. No guesswork, no hidden fees, just results."
|
description="With over 14 years of dedicated service, we are a family-owned team that brings industrial-grade standards to residential and commercial properties. We are available 24/7 so you never have to deal with plumbing issues alone."
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/crop-woman-planting-sprouts-garden_23-2147714879.jpg?_wi=7"
|
imageSrc="http://img.b2bpic.net/free-photo/crop-woman-planting-sprouts-garden_23-2147714879.jpg?_wi=7"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
bulletPoints={[
|
bulletPoints={[
|
||||||
{
|
{
|
||||||
title: "24/7 Availability",
|
title: "24/7 Emergency Availability", description: "No matter the hour, we are ready to assist you."},
|
||||||
description: "We are on standby whenever disaster strikes.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Advanced Tech",
|
title: "14+ Years Experience", description: "Decades of family-owned excellence."},
|
||||||
description: "Cutting-edge camera and jetting equipment.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Transparent Pricing",
|
title: "Advanced Technology", description: "Cutting-edge camera and jetting equipment."},
|
||||||
description: "Fair, flat-rate costs explained before we start.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Licensed Experts",
|
title: "Transparent Pricing", description: "Fair, flat-rate costs explained before we start."},
|
||||||
description: "Fully insured and certified professionals.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -228,11 +153,10 @@ export default function LandingPage() {
|
|||||||
<ContactSplit
|
<ContactSplit
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "plain",
|
variant: "plain"}}
|
||||||
}}
|
|
||||||
tag="Contact Us"
|
tag="Contact Us"
|
||||||
title="Request a service call"
|
title="Available 24/7 for you"
|
||||||
description="Fill out the form and we'll get back to you within the hour. For emergencies, call directly."
|
description="Need help right now? Our family team is ready to assist. Fill out the form below or call us anytime for immediate emergency response."
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/mechanical-wrench-desk-with-copy-space_23-2148557961.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/mechanical-wrench-desk-with-copy-space_23-2148557961.jpg"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -244,29 +168,19 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "Services",
|
label: "Services", href: "#services"},
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Why Primo",
|
label: "Why Primo", href: "#why"},
|
||||||
href: "#why",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Reviews",
|
label: "Reviews", href: "#reviews"},
|
||||||
href: "#reviews",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "Contact",
|
label: "Contact", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Emergency Call",
|
label: "24/7 Emergency", href: "tel:+1555PRIMO"},
|
||||||
href: "tel:+1555PRIMO",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user