3 Commits

Author SHA1 Message Date
c892f24beb Update src/app/page.tsx 2026-05-12 15:52:58 +00:00
7c7603714f Merge version_2 into main
Merge version_2 into main
2026-05-12 15:37:45 +00:00
9ed1013c77 Merge version_2 into main
Merge version_2 into main
2026-05-12 15:37:08 +00:00

View File

@@ -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" },
]}