diff --git a/src/app/page.tsx b/src/app/page.tsx index 100383f..9d54c92 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -98,7 +98,7 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} plans={[ - { id: "p1", title: "Standard Diagnostic", price: "$150", period: "fixed", features: ["Full system check", "Moisture inspection", "Expert report"], button: { text: "Book Now" }, imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-looking-something-pretended-be-held-blue-t-shirt-looking-glad_176474-32713.jpg" }, + { id: "p1", title: "Standard Diagnostic", price: "$150", period: "fixed", features: ["Full system check", "Moisture inspection", "Expert report"], button: { text: "Book Inspection" }, imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-looking-something-pretended-be-held-blue-t-shirt-looking-glad_176474-32713.jpg" }, { id: "p2", title: "Emergency Service", price: "$350", period: "base", features: ["Rapid dispatch", "Immediate leak stop", "Damage assessment"], button: { text: "Call Now" }, imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721546.jpg?_wi=2" }, { id: "p3", title: "Advanced Repair", price: "Custom", period: "quote", features: ["Full pipe restoration", "Wall dry-out", "Certified warranty"], button: { text: "Get Quote" }, imageSrc: "http://img.b2bpic.net/free-photo/man-drying-glass-with-kitchen-towel-by-black-faucet-drying-dishes_169016-69554.jpg?_wi=2" }, ]} @@ -153,4 +153,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}