Update src/app/page.tsx

This commit is contained in:
2026-05-13 12:57:31 +00:00
parent 51892c8442
commit 37d5c59af8

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}