3 Commits

Author SHA1 Message Date
0cbf954a09 Merge version_2 into main
Merge version_2 into main
2026-04-17 07:42:18 +00:00
92af63acf1 Update src/app/page.tsx 2026-04-17 07:42:12 +00:00
c48a624e35 Merge version_1 into main
Merge version_1 into main
2026-04-17 07:31:30 +00:00

View File

@@ -36,7 +36,7 @@ export default function LandingPage() {
{
name: "Call 24/7", id: "contact"},
]}
brandName="MARCO ANTONIO"
brandName="MARCO ANTONIO FONTANERO Y ELECTRICISTA"
/>
</div>
@@ -44,12 +44,12 @@ export default function LandingPage() {
<HeroSplitDualMedia
background={{
variant: "plain"}}
title="Expert Plumbing & Electrical Services in Barcelona"
description="Available 24/7 for emergency repairs and professional installations in Eixample. Fast, clean, and reliable service from a certified technician."
tag="Certified Technician"
title="MARCO ANTONIO FONTANERO Y ELECTRICISTA"
description="Professional plumbing and electrical services available 24/7. Based at PO PUJADA, 21 PRINCIPAL, 1ª, Eixample, 08018 Barcelona. Certified quality and fast emergency response."
tag="Certified Technician - 24/7 Availability"
buttons={[
{
text: "Call 24/7", href: "tel:637419353"},
text: "Call 637 41 93 53", href: "tel:637419353"},
]}
mediaItems={[
{
@@ -93,7 +93,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-girl-cooking_23-2148651221.jpg", imageAlt: "Emergency Services"},
]}
title="Our Professional Services"
description="Comprehensive solutions for residential and commercial spaces."
description="Comprehensive solutions for residential and commercial spaces. Available 24 hours a day for all your emergencies."
/>
</div>
@@ -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() {
<ContactSplitForm
useInvertedBackground={false}
title="Contact Marco Antonio"
description="Need an urgent repair or have a question? I'm here to help."
description="Need an urgent repair or have a question? Available 24/7. Located in Eixample at PO PUJADA, 21 PRINCIPAL, 1ª, 08018 Barcelona."
inputs={[
{
name: "name", type: "text", placeholder: "Your Name", required: true,
@@ -190,11 +190,11 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterCard
logoText="MARCO ANTONIO"
copyrightText="© 2025 Marco Antonio Fontanero y Electricista. PO PUJADA, 21 PRINCIPAL, 1ª, 08018 Barcelona."
logoText="MARCO ANTONIO FONTANERO Y ELECTRICISTA"
copyrightText="© 2025 Marco Antonio. PO PUJADA, 21 PRINCIPAL, 1ª, 08018 Barcelona. 24/7 Phone: 637 41 93 53"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}