diff --git a/src/app/page.tsx b/src/app/page.tsx index a1ba0c4..4c17435 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,7 +36,7 @@ export default function LandingPage() { { name: "Call 24/7", id: "contact"}, ]} - brandName="MARCO ANTONIO" + brandName="MARCO ANTONIO FONTANERO Y ELECTRICISTA" /> @@ -44,12 +44,12 @@ export default function LandingPage() { @@ -108,7 +108,7 @@ export default function LandingPage() { { id: "3", name: "Jordi P. Andreu", imageSrc: "http://img.b2bpic.net/free-photo/man-posing-suit-office-with-cup-coffee_23-2148352517.jpg"}, { - id: "4", name: "Elena Martinez", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-construction-worker-wearing-helmet-job_23-2149366633.jpg"}, + id: "4", name: "Elena Martinez", imageSrc: "http://img.b2bpic.net/full-shot-construction-worker-wearing-helmet-job_23-2149366633.jpg"}, { id: "5", name: "Carlos Ruiz", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-working-together_23-2149343982.jpg"}, ]} @@ -124,11 +124,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", title: "How quickly can you arrive?", content: "I aim to reach most Eixample emergencies within 30 to 60 minutes."}, + id: "q1", title: "How quickly can you arrive?", content: "I aim to reach most Eixample emergencies within 30 to 60 minutes. Available 24/7."}, { id: "q2", title: "Do you provide upfront quotes?", content: "Yes. I provide a clear, detailed estimate after the initial inspection."}, { - id: "q3", title: "What should I do if a pipe bursts?", content: "Turn off the main water supply at the stopcock and open taps to drain the system."}, + id: "q3", title: "What should I do if a pipe bursts?", content: "Turn off the main water supply at the stopcock and open taps to drain the system. Call me immediately."}, { id: "q4", title: "Are your services guaranteed?", content: "Every repair comes with a professional guarantee for your peace of mind."}, { @@ -168,7 +168,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file