Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5f9cbc7c17 | |||
| 7d71434547 | |||
| d34b76c84d | |||
| e1bb935f0f |
@@ -64,7 +64,7 @@ export default function HomePage() {
|
|||||||
<TextSplitAbout
|
<TextSplitAbout
|
||||||
title="Trusted Plumbing Excellence Since 2015"
|
title="Trusted Plumbing Excellence Since 2015"
|
||||||
description={[
|
description={[
|
||||||
"Ikonic Plumbing has earned its reputation as the most reliable plumbing company in the region through unwavering commitment to quality workmanship, transparent pricing, and customer satisfaction.", "Our team of licensed professionals brings decades of combined experience to every project. We utilize state-of-the-art equipment and proven techniques to ensure your plumbing systems operate flawlessly.", "Whether you need emergency repairs, preventative maintenance, or complete system installation, Ikonic Plumbing delivers premium solutions backed by our satisfaction guarantee."]}
|
"Save up to 30% on emergency repairs through our preventative maintenance plans. Ikonic Plumbing customers who enroll in our maintenance program avoid costly emergency callouts and extend the lifespan of their plumbing systems.", "Our team of licensed professionals brings decades of combined experience to every project. We utilize state-of-the-art equipment and proven techniques to ensure your plumbing systems operate flawlessly.", "Whether you need emergency repairs, preventative maintenance, or complete system installation, Ikonic Plumbing delivers premium solutions backed by our satisfaction guarantee."]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Schedule Service", href: "/contact" },
|
{ text: "Schedule Service", href: "/contact" },
|
||||||
{ text: "View Services", href: "/services" },
|
{ text: "View Services", href: "/services" },
|
||||||
|
|||||||
@@ -37,8 +37,8 @@ export default function ServicesPage() {
|
|||||||
|
|
||||||
<div id="services-hero" data-section="services-hero" className="relative w-full h-screen overflow-hidden">
|
<div id="services-hero" data-section="services-hero" className="relative w-full h-screen overflow-hidden">
|
||||||
<HeroCarouselLogo
|
<HeroCarouselLogo
|
||||||
logoText="OUR SERVICES"
|
logoText="Ikonic Plumbing "
|
||||||
description="Complete plumbing solutions for every need. From emergency repairs to full system installations, we deliver excellence with every project."
|
description="Complete plumbing solutions for every need. From emergency repairs to full system installations, we deliver excellence with every project, book now."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Call Now: (555) 123-4567", href: "tel:+15551234567" },
|
{ text: "Call Now: (555) 123-4567", href: "tel:+15551234567" },
|
||||||
{ text: "Schedule Service", href: "/contact" },
|
{ text: "Schedule Service", href: "/contact" },
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
--background: #f7f6f7;
|
--background: #f7f6f7;
|
||||||
--card: #ffffff;
|
--card: #ffffff;
|
||||||
--foreground: #250c0d;
|
--foreground: #250c0d;
|
||||||
--primary-cta: #b82b40;
|
--primary-cta: #fa092d;
|
||||||
--primary-cta-text: #f7f6f7;
|
--primary-cta-text: #f7f6f7;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #ffffff;
|
||||||
--secondary-cta-text: #250c0d;
|
--secondary-cta-text: #250c0d;
|
||||||
|
|||||||
Reference in New Issue
Block a user