Merge version_2 into main #2
269
src/app/page.tsx
269
src/app/page.tsx
@@ -10,7 +10,7 @@ import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven";
|
||||
import ContactText from "@/components/sections/contact/ContactText";
|
||||
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
||||
import Link from "next/link";
|
||||
import { Phone, Shield, Clock, TrendingUp, Star } from "lucide-react";
|
||||
import { Phone, Shield, Clock, TrendingUp, Star, CheckCircle } from "lucide-react";
|
||||
|
||||
export default function HomePage() {
|
||||
const navItems = [
|
||||
@@ -22,8 +22,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Drain Cleaning", href: "#drain-cleaning" },
|
||||
{ label: "Water Heater Repair", href: "#water-heater" },
|
||||
{ label: "Leak Detection", href: "#leak-detection" },
|
||||
@@ -32,8 +31,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Service Areas", href: "#services-overview" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
@@ -41,8 +39,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Phone: (801) 555-0100", href: "tel:+18015550100" },
|
||||
{ label: "Email: service@oremplumbers.com", href: "mailto:service@oremplumbers.com" },
|
||||
{ label: "Emergency: Available 24/7", href: "tel:+18015550100" },
|
||||
@@ -50,8 +47,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Licensing Information", href: "#" },
|
||||
@@ -81,60 +77,71 @@ export default function HomePage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
title="Fast, Reliable Plumbing in Orem, Utah"
|
||||
description="Trusted local plumbers providing fast, affordable, and professional service. Same-day appointments available. Licensed, insured, and ready 24/7."
|
||||
tag="Emergency Plumbing Available"
|
||||
tagIcon={Phone}
|
||||
title="Fast, Reliable Plumbing in Orem, Utah — Done Right the First Time"
|
||||
description="Emergency service available. Honest pricing. Local experts you can trust for fast, high-quality repairs."
|
||||
tag="Same-Day Service Available • No Hidden Fees • 100% Satisfaction Guaranteed"
|
||||
tagIcon={CheckCircle}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now (801) 555-0100",
|
||||
href: "tel:+18015550100",
|
||||
},
|
||||
text: "Call Now for Immediate Service", href: "tel:+18015550100"},
|
||||
{
|
||||
text: "Get a Free Quote",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Get a Free Quote", href: "/contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "hero-1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/foreman-orange-work-clothes-protective-eyewear-thoughtfully-looking-camera-using-handsaw-workshop_574295-1625.jpg?_wi=1",
|
||||
imageAlt: "Professional plumber working on pipe installation",
|
||||
},
|
||||
id: "hero-1", imageSrc: "http://img.b2bpic.net/free-photo/foreman-orange-work-clothes-protective-eyewear-thoughtfully-looking-camera-using-handsaw-workshop_574295-1625.jpg?_wi=1", imageAlt: "Professional plumber working on pipe installation"},
|
||||
{
|
||||
id: "hero-2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-tasks-scenery_23-2151741196.jpg",
|
||||
imageAlt: "Expert drain cleaning service in progress",
|
||||
},
|
||||
id: "hero-2", imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-tasks-scenery_23-2151741196.jpg", imageAlt: "Expert drain cleaning service in progress"},
|
||||
{
|
||||
id: "hero-3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/building-construction-worker-site_23-2149124294.jpg",
|
||||
imageAlt: "Water heater repair and installation service",
|
||||
},
|
||||
id: "hero-3", imageSrc: "http://img.b2bpic.net/free-photo/building-construction-worker-site_23-2149124294.jpg", imageAlt: "Water heater repair and installation service"},
|
||||
{
|
||||
id: "hero-4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-fixing-kitchen-sink_53876-139620.jpg?_wi=1",
|
||||
imageAlt: "Emergency plumbing response team ready to help",
|
||||
},
|
||||
id: "hero-4", imageSrc: "http://img.b2bpic.net/free-photo/woman-fixing-kitchen-sink_53876-139620.jpg?_wi=1", imageAlt: "Emergency plumbing response team ready to help"},
|
||||
{
|
||||
id: "hero-5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176719.jpg",
|
||||
imageAlt: "Advanced leak detection equipment in use",
|
||||
},
|
||||
id: "hero-5", imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176719.jpg", imageAlt: "Advanced leak detection equipment in use"},
|
||||
{
|
||||
id: "hero-6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-family-technicians-electricians-plumbers-craftsmen-feeling-happy_273609-7884.jpg?_wi=1",
|
||||
imageAlt: "Happy homeowner with plumbing service team",
|
||||
},
|
||||
id: "hero-6", imageSrc: "http://img.b2bpic.net/free-photo/happy-family-technicians-electricians-plumbers-craftsmen-feeling-happy_273609-7884.jpg?_wi=1", imageAlt: "Happy homeowner with plumbing service team"},
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={5000}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="trust-badges" data-section="trust-badges">
|
||||
<MetricCardSeven
|
||||
title="Why Orem Residents Trust Us"
|
||||
description="We stand behind our work with industry-leading guarantees and professional certifications."
|
||||
tag="Built on Trust"
|
||||
tagIcon={Star}
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "licensed", value: "✓", title: "Licensed & Insured", items: ["Full licensing", "Comprehensive coverage"],
|
||||
},
|
||||
{
|
||||
id: "locally-owned", value: "✓", title: "Locally Owned & Operated", items: ["Utah County based", "Community focused"],
|
||||
},
|
||||
{
|
||||
id: "same-day", value: "✓", title: "Same-Day & Emergency Service", items: ["24/7 availability", "Rapid response"],
|
||||
},
|
||||
{
|
||||
id: "upfront-pricing", value: "✓", title: "Upfront Honest Pricing", items: ["No hidden fees", "Free estimates"],
|
||||
},
|
||||
{
|
||||
id: "5-star", value: "✓", title: "5-Star Customer Rated", items: ["Highly reviewed", "Customer satisfaction"],
|
||||
},
|
||||
{
|
||||
id: "satisfaction", value: "✓", title: "Satisfaction Guaranteed", items: ["Quality guaranteed", "Your peace of mind"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="why-choose-us" data-section="why-choose-us">
|
||||
<FeatureCardTwentySeven
|
||||
title="Why Choose Orem Plumbers?"
|
||||
@@ -144,49 +151,21 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "licensed",
|
||||
title: "Licensed & Insured",
|
||||
descriptions: [
|
||||
"Fully licensed plumbing company operating throughout Utah County",
|
||||
"Comprehensive insurance coverage protects your home and property",
|
||||
"All work meets or exceeds local building codes and standards",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/iso-certification-stamp-collection_23-2148697794.jpg",
|
||||
imageAlt: "Licensed certified professional plumber",
|
||||
},
|
||||
id: "licensed", title: "Licensed & Insured", descriptions: [
|
||||
"Fully licensed plumbing company operating throughout Utah County", "Comprehensive insurance coverage protects your home and property", "All work meets or exceeds local building codes and standards"],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/iso-certification-stamp-collection_23-2148697794.jpg", imageAlt: "Licensed certified professional plumber"},
|
||||
{
|
||||
id: "fast-response",
|
||||
title: "Same-Day Service",
|
||||
descriptions: [
|
||||
"Emergency calls answered 24/7, 365 days a year",
|
||||
"Rapid response times to get your plumbing fixed quickly",
|
||||
"Most issues resolved on first visit to save you time and money",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-female-driver-job_52683-101621.jpg?_wi=1",
|
||||
imageAlt: "Fast response emergency service",
|
||||
},
|
||||
id: "fast-response", title: "Same-Day Service", descriptions: [
|
||||
"Emergency calls answered 24/7, 365 days a year", "Rapid response times to get your plumbing fixed quickly", "Most issues resolved on first visit to save you time and money"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-female-driver-job_52683-101621.jpg?_wi=1", imageAlt: "Fast response emergency service"},
|
||||
{
|
||||
id: "honest-pricing",
|
||||
title: "Honest Pricing",
|
||||
descriptions: [
|
||||
"Transparent, upfront pricing with no hidden fees",
|
||||
"Free quotes and estimates before any work begins",
|
||||
"Competitive rates for all residential and commercial services",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-woman-calculating-bills-calculator_1262-14874.jpg?_wi=1",
|
||||
imageAlt: "Transparent pricing quote estimation",
|
||||
},
|
||||
id: "honest-pricing", title: "Honest Pricing", descriptions: [
|
||||
"Transparent, upfront pricing with no hidden fees", "Free quotes and estimates before any work begins", "Competitive rates for all residential and commercial services"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-woman-calculating-bills-calculator_1262-14874.jpg?_wi=1", imageAlt: "Transparent pricing quote estimation"},
|
||||
{
|
||||
id: "experienced-team",
|
||||
title: "Expert Technicians",
|
||||
descriptions: [
|
||||
"Highly trained and experienced plumbing professionals",
|
||||
"Continuous training on latest plumbing technologies",
|
||||
"Friendly, respectful service you can trust",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-auto-repairman-shaking-hands-with-his-customers-workshop_637285-7786.jpg?_wi=1",
|
||||
imageAlt: "Experienced expert technician training",
|
||||
},
|
||||
id: "experienced-team", title: "Expert Technicians", descriptions: [
|
||||
"Highly trained and experienced plumbing professionals", "Continuous training on latest plumbing technologies", "Friendly, respectful service you can trust"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-auto-repairman-shaking-hands-with-his-customers-workshop_637285-7786.jpg?_wi=1", imageAlt: "Experienced expert technician training"},
|
||||
]}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
animationType="slide-up"
|
||||
@@ -204,47 +183,17 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "drain-cleaning",
|
||||
name: "Drain Cleaning",
|
||||
price: "Starting at $149",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg?_wi=1",
|
||||
imageAlt: "Professional drain cleaning service",
|
||||
},
|
||||
id: "drain-cleaning", name: "Drain Cleaning", price: "Starting at $149", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721566.jpg?_wi=1", imageAlt: "Professional drain cleaning service"},
|
||||
{
|
||||
id: "water-heater",
|
||||
name: "Water Heater Repair & Installation",
|
||||
price: "Starting at $299",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrician-installing-laying-electrical-cables-ceiling-inside-house_169016-53070.jpg?_wi=1",
|
||||
imageAlt: "Water heater installation and repair",
|
||||
},
|
||||
id: "water-heater", name: "Water Heater Repair & Installation", price: "Starting at $299", imageSrc: "http://img.b2bpic.net/free-photo/electrician-installing-laying-electrical-cables-ceiling-inside-house_169016-53070.jpg?_wi=1", imageAlt: "Water heater installation and repair"},
|
||||
{
|
||||
id: "leak-detection",
|
||||
name: "Leak Detection & Repair",
|
||||
price: "Starting at $199",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-vibrant-background-with-oil-bubbles-floating-water-surface_23-2147876163.jpg?_wi=1",
|
||||
imageAlt: "Advanced leak detection equipment",
|
||||
},
|
||||
id: "leak-detection", name: "Leak Detection & Repair", price: "Starting at $199", imageSrc: "http://img.b2bpic.net/free-photo/abstract-vibrant-background-with-oil-bubbles-floating-water-surface_23-2147876163.jpg?_wi=1", imageAlt: "Advanced leak detection equipment"},
|
||||
{
|
||||
id: "emergency",
|
||||
name: "Emergency Plumbing (24/7)",
|
||||
price: "Call for Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/natural-disaster_23-2151886456.jpg?_wi=1",
|
||||
imageAlt: "24/7 emergency plumbing response",
|
||||
},
|
||||
id: "emergency", name: "Emergency Plumbing (24/7)", price: "Call for Quote", imageSrc: "http://img.b2bpic.net/free-photo/natural-disaster_23-2151886456.jpg?_wi=1", imageAlt: "24/7 emergency plumbing response"},
|
||||
{
|
||||
id: "fixtures",
|
||||
name: "Toilet, Faucet & Fixture Repair",
|
||||
price: "Starting at $99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721571.jpg?_wi=1",
|
||||
imageAlt: "Toilet and faucet repair services",
|
||||
},
|
||||
id: "fixtures", name: "Toilet, Faucet & Fixture Repair", price: "Starting at $99", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721571.jpg?_wi=1", imageAlt: "Toilet and faucet repair services"},
|
||||
{
|
||||
id: "sewer",
|
||||
name: "Sewer Line Services",
|
||||
price: "Starting at $349",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-section-man-holding-mud-field_107420-9789.jpg?_wi=1",
|
||||
imageAlt: "Professional sewer line inspection and repair",
|
||||
},
|
||||
id: "sewer", name: "Sewer Line Services", price: "Starting at $349", imageSrc: "http://img.b2bpic.net/free-photo/low-section-man-holding-mud-field_107420-9789.jpg?_wi=1", imageAlt: "Professional sewer line inspection and repair"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -264,59 +213,17 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "testimonial-1",
|
||||
title: "Fixed Our Noisy Pipes",
|
||||
quote: "The water in our home was making strange noises in the pipes. Their team inspected the system and found loose mounting brackets. They secured everything properly, and the banging sounds have completely stopped.",
|
||||
name: "Kennedi Rudy",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-smiling-woman-blond-girl-drinks-tea-records-casual-lifestyle-video-blog_1258-255283.jpg",
|
||||
imageAlt: "Happy homeowner portrait smiling",
|
||||
},
|
||||
id: "testimonial-1", title: "Fixed Our Noisy Pipes", quote: "The water in our home was making strange noises in the pipes. Their team inspected the system and found loose mounting brackets. They secured everything properly, and the banging sounds have completely stopped.", name: "Kennedi Rudy", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-smiling-woman-blond-girl-drinks-tea-records-casual-lifestyle-video-blog_1258-255283.jpg", imageAlt: "Happy homeowner portrait smiling"},
|
||||
{
|
||||
id: "testimonial-2",
|
||||
title: "Emergency Service at Its Best",
|
||||
quote: "Early one morning, we discovered our toilet overflowing. I contacted their team immediately. They handled the blockage quickly and sanitized the area. Everything was back to normal in no time.",
|
||||
name: "Theodore Zain",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/home-comfort-coziness-domesticity-concept-cropped-portrait-confident-happy-young-woman-spending-day-home_343059-3893.jpg",
|
||||
imageAlt: "Professional portrait male homeowner",
|
||||
},
|
||||
id: "testimonial-2", title: "Emergency Service at Its Best", quote: "Early one morning, we discovered our toilet overflowing. I contacted their team immediately. They handled the blockage quickly and sanitized the area. Everything was back to normal in no time.", name: "Theodore Zain", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/home-comfort-coziness-domesticity-concept-cropped-portrait-confident-happy-young-woman-spending-day-home_343059-3893.jpg", imageAlt: "Professional portrait male homeowner"},
|
||||
{
|
||||
id: "testimonial-3",
|
||||
title: "Water Heater Fixed Same Day",
|
||||
quote: "The service experience was smooth from beginning to end. Our water heater wasn't heating properly, and they replaced the faulty part. Hot water was restored the same day.",
|
||||
name: "Spencer Lawson",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lucky-female-student-with-red-hair-rejoices-successful-passed-project-smiles-broadly-clenches-fists-excited-after-praisment-isolated-white-studio_273609-3610.jpg",
|
||||
imageAlt: "Professional headshot portrait male",
|
||||
},
|
||||
id: "testimonial-3", title: "Water Heater Fixed Same Day", quote: "The service experience was smooth from beginning to end. Our water heater wasn't heating properly, and they replaced the faulty part. Hot water was restored the same day.", name: "Spencer Lawson", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/lucky-female-student-with-red-hair-rejoices-successful-passed-project-smiles-broadly-clenches-fists-excited-after-praisment-isolated-white-studio_273609-3610.jpg", imageAlt: "Professional headshot portrait male"},
|
||||
{
|
||||
id: "testimonial-4",
|
||||
title: "Drain Problem Solved Permanently",
|
||||
quote: "Water occasionally backed up from the shower drain with a glugging sound. The plumber found a partially blocked vent, cleared it, and flushed the line. Everything works quietly and smoothly now.",
|
||||
name: "Lindsey Cristopher",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12693.jpg",
|
||||
imageAlt: "Professional woman portrait headshot",
|
||||
},
|
||||
id: "testimonial-4", title: "Drain Problem Solved Permanently", quote: "Water occasionally backed up from the shower drain with a glugging sound. The plumber found a partially blocked vent, cleared it, and flushed the line. Everything works quietly and smoothly now.", name: "Lindsey Cristopher", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12693.jpg", imageAlt: "Professional woman portrait headshot"},
|
||||
{
|
||||
id: "testimonial-5",
|
||||
title: "Stubborn Clog Finally Fixed",
|
||||
quote: "A stubborn clog kept returning. Their experts fully cleaned the line instead of doing a quick fix. The issue hasn't come back.",
|
||||
name: "Kylie Lamar",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-thinking_23-2147611625.jpg",
|
||||
imageAlt: "Young professional woman portrait",
|
||||
},
|
||||
id: "testimonial-5", title: "Stubborn Clog Finally Fixed", quote: "A stubborn clog kept returning. Their experts fully cleaned the line instead of doing a quick fix. The issue hasn't come back.", name: "Kylie Lamar", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-thinking_23-2147611625.jpg", imageAlt: "Young professional woman portrait"},
|
||||
{
|
||||
id: "testimonial-6",
|
||||
title: "Professional and Respectful Service",
|
||||
quote: "From the first phone call to the final invoice, the entire team was professional, courteous, and thorough. They arrived on time, completed the job right, and cleaned up after themselves. Highly recommend!",
|
||||
name: "Marcus Johnson",
|
||||
role: "Homeowner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg",
|
||||
imageAlt: "Professional man portrait headshot",
|
||||
},
|
||||
id: "testimonial-6", title: "Professional and Respectful Service", quote: "From the first phone call to the final invoice, the entire team was professional, courteous, and thorough. They arrived on time, completed the job right, and cleaned up after themselves. Highly recommend!", name: "Marcus Johnson", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg", imageAlt: "Professional man portrait headshot"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -330,28 +237,16 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "years",
|
||||
value: "20+",
|
||||
title: "Years in Business",
|
||||
items: ["Established local reputation", "Consistent excellence"],
|
||||
id: "years", value: "20+", title: "Years in Business", items: ["Established local reputation", "Consistent excellence"],
|
||||
},
|
||||
{
|
||||
id: "customers",
|
||||
value: "5000+",
|
||||
title: "Happy Customers",
|
||||
items: ["Residential & commercial", "Repeat business proud"],
|
||||
id: "customers", value: "5000+", title: "Happy Customers", items: ["Residential & commercial", "Repeat business proud"],
|
||||
},
|
||||
{
|
||||
id: "service-area",
|
||||
value: "15+",
|
||||
title: "Service Areas",
|
||||
items: ["Orem, Provo, Lindon, Vineyard", "Greater Utah County coverage"],
|
||||
id: "service-area", value: "15+", title: "Service Areas", items: ["Orem, Provo, Lindon, Vineyard", "Greater Utah County coverage"],
|
||||
},
|
||||
{
|
||||
id: "response-time",
|
||||
value: "2hrs",
|
||||
title: "Average Response",
|
||||
items: ["Emergency calls 24/7", "Same-day appointments"],
|
||||
id: "response-time", value: "2hrs", title: "Average Response", items: ["Emergency calls 24/7", "Same-day appointments"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -366,13 +261,9 @@ export default function HomePage() {
|
||||
animationType="entrance-slide"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now: (801) 555-0100",
|
||||
href: "tel:+18015550100",
|
||||
},
|
||||
text: "Call Now: (801) 555-0100", href: "tel:+18015550100"},
|
||||
{
|
||||
text: "Request Service Online",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Request Service Online", href: "/contact"},
|
||||
]}
|
||||
background={{ variant: "downward-rays-static" }}
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user