From 37d5c59af8d0cfb60ef61a0538ccebb9d04b1246 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 12:57:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9ef4211..de25990 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -143,19 +143,19 @@ export default function LandingPage() { id: "p1", title: "Basic Check", price: "$49", period: "fixed", features: [ "Diagnostic Report", "Cleaning"], button: { - text: "Request This Service", href: "#contact"}, + text: "Select", href: "#contact"}, imageSrc: "http://img.b2bpic.net/free-photo/senior-man-with-equipment-soldering-working-home_1157-47196.jpg", imageAlt: "motherboard repair specialist"}, { id: "p2", title: "Standard Repair", price: "$129", period: "inc. parts", features: [ "Full Repair", "Warranty"], button: { - text: "Request This Service", href: "#contact"}, + text: "Select", href: "#contact"}, imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821305.jpg?_wi=2", imageAlt: "motherboard repair specialist"}, { id: "p3", title: "Premium Resto", price: "$249", period: "inc. parts", features: [ "Deep Clean", "Performance Tune", "Priority"], button: { - text: "Request This Service", href: "#contact"}, + text: "Select", href: "#contact"}, imageSrc: "http://img.b2bpic.net/free-photo/man-with-vacuum-cleaning_23-2148514790.jpg?_wi=2", imageAlt: "motherboard repair specialist"}, ]} title="Transparent Pricing" @@ -174,6 +174,8 @@ export default function LandingPage() { id: "q2", title: "Is there a warranty?", content: "Yes, we provide a 90-day warranty on all repairs."}, { id: "q3", title: "Do I need an appointment?", content: "Appointments are encouraged but walk-ins are welcome."}, + { + id: "q4", title: "How much does a consultation cost?", content: "We offer free initial consultations. If the item is found to be unfixable, there is no service fee charged."}, ]} imageSrc="http://img.b2bpic.net/free-photo/helpline-worker-troubleshooting-errors-solar-production-systems-using-headset_482257-125794.jpg" title="Common Questions" @@ -218,4 +220,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}