Merge version_1 into main #4
@@ -60,9 +60,9 @@ export default function LandingPage() {
|
||||
{ text: "Emergency: Call Now", href: "tel:(773)354-5738" }
|
||||
],
|
||||
sidebarItems: [
|
||||
{ icon: Clock, label: "Fast Response" },
|
||||
{ icon: Shield, label: "Honest Pricing" },
|
||||
{ icon: Sparkles, label: "Expert Work" }
|
||||
{ icon: Clock, title: "Fast Response" },
|
||||
{ icon: Shield, title: "Honest Pricing" },
|
||||
{ icon: Sparkles, title: "Expert Work" }
|
||||
],
|
||||
stats: [
|
||||
{ title: "Customer Rating", values: [4.8, 4.8, 4.8], description: "out of 5 stars" },
|
||||
@@ -77,9 +77,9 @@ export default function LandingPage() {
|
||||
{ value: 100 }
|
||||
],
|
||||
listTitle: "Latest Service Completions", listItems: [
|
||||
{ icon: CheckCircle, label: "Frozen Pipe Repair", status: "Completed" },
|
||||
{ icon: Zap, label: "Emergency Water Line Fix", status: "Completed" },
|
||||
{ icon: Droplet, label: "Burst Pipe Replacement", status: "Completed" }
|
||||
{ icon: CheckCircle, title: "Frozen Pipe Repair", status: "Completed" },
|
||||
{ icon: Zap, title: "Emergency Water Line Fix", status: "Completed" },
|
||||
{ icon: Droplet, title: "Burst Pipe Replacement", status: "Completed" }
|
||||
]
|
||||
}}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user