Update src/app/page.tsx
This commit is contained in:
@@ -65,8 +65,8 @@ export default function LandingPage() {
|
||||
<FeatureCardTwentyEight
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{ id: "1", title: "Pipe Repair", subtitle: "Leak detection and repair.", category: "Plumbing", value: "Service", buttons: [{ text: "Book Now", href: "/contact" }] },
|
||||
{ id: "2", title: "Boiler Service", subtitle: "Stay warm all winter long.", category: "Heating", value: "Service", buttons: [{ text: "Book Now", href: "/contact" }] },
|
||||
{ id: "1", title: "Pipe Repair", subtitle: "Leak detection and repair.", category: "Plumbing", value: "From $150", buttons: [{ text: "Book Now", href: "/contact" }] },
|
||||
{ id: "2", title: "Boiler Service", subtitle: "Stay warm all winter long.", category: "Heating", value: "From $200", buttons: [{ text: "Book Now", href: "/contact" }] },
|
||||
]}
|
||||
title="Our Specialized Services"
|
||||
description="We cover everything from routine maintenance to emergency plumbing."
|
||||
|
||||
Reference in New Issue
Block a user