Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f98a263f4c | |||
| 0053819f41 |
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroCarouselLogo
|
<HeroCarouselLogo
|
||||||
logoText="LOCAL SERVICE CO"
|
logoText="LOCAL SERVICE CO"
|
||||||
description="Professional, reliable service you can trust. Available 24/7 for emergencies."
|
description="Professional, reliable service you can trust. Available 24/7 for emergencies—response within 2 hours."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Call Now", href: "tel:+15551234567" },
|
{ text: "Call Now", href: "tel:+15551234567" },
|
||||||
{ text: "Get Free Quote", href: "#contact" },
|
{ text: "Get Free Quote", href: "#contact" },
|
||||||
@@ -113,8 +113,8 @@ export default function LandingPage() {
|
|||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
metrics={[
|
metrics={[
|
||||||
{ id: "1", value: "Same-Day", description: "Service means less downtime" },
|
{ id: "1", value: "Same-Day", description: "Service in most areas" },
|
||||||
{ id: "2", value: "Fully Licensed", description: "& Insured—zero liability for you" },
|
{ id: "2", value: "Licensed", description: "Fully insured professionals" },
|
||||||
{ id: "3", value: "Guaranteed", description: "Work satisfaction guarantee" },
|
{ id: "3", value: "Guaranteed", description: "Work satisfaction guarantee" },
|
||||||
]}
|
]}
|
||||||
ariaLabel="Key metrics highlighting our service standards"
|
ariaLabel="Key metrics highlighting our service standards"
|
||||||
|
|||||||
Reference in New Issue
Block a user