Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -26,37 +26,23 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About Us", id: "/about"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "/reviews",
|
||||
},
|
||||
name: "Reviews", id: "/reviews"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
{
|
||||
name: "Emergency",
|
||||
id: "/emergency-plumbing",
|
||||
},
|
||||
name: "Emergency", id: "/emergency-plumbing"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/portrait-plumber-cartoon-style_23-2151134229.jpg"
|
||||
logoAlt="Stephan Emergency Plumbing Greenville Logo"
|
||||
brandName="Stephan Emergency Plumbing Greenville"
|
||||
button={{
|
||||
text: "Call Now: (252) 429-5324",
|
||||
href: "tel:+12524295324",
|
||||
}}
|
||||
text: "Call Now: (252) 429-5324", href: "tel:+12524295324"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -64,24 +50,17 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get in Touch"
|
||||
title="Contact Stephan Emergency Plumbing Greenville"
|
||||
description="Have questions or need to schedule a service? Reach out to us anytime. We're here to help!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Us: (252) 429-5324",
|
||||
href: "tel:+12524295324",
|
||||
},
|
||||
text: "Call Us: (252) 429-5324", href: "tel:+12524295324"},
|
||||
{
|
||||
text: "Email Us",
|
||||
href: "mailto:info@stephanplumbing.com",
|
||||
},
|
||||
text: "Email Us", href: "mailto:info@stephanplumbing.com"},
|
||||
{
|
||||
text: "Locate Us on Map",
|
||||
href: "https://maps.app.goo.gl/A73FvNf9rR2xNdsFA",
|
||||
onClick: "() => window.open('https://maps.app.goo.gl/A73FvNf9rR2xNdsFA', '_blank')",
|
||||
text: "Locate Us on Map", href: "https://maps.app.goo.gl/A73FvNf9rR2xNdsFA", onClick: () => window.open('https://maps.app.goo.gl/A73FvNf9rR2xNdsFA', '_blank'),
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -92,20 +71,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "cf1",
|
||||
title: "What are your hours of operation?",
|
||||
content: "We operate 24 hours a day, 7 days a week, including holidays, for all emergency plumbing needs.",
|
||||
},
|
||||
id: "cf1", title: "What are your hours of operation?", content: "We operate 24 hours a day, 7 days a week, including holidays, for all emergency plumbing needs."},
|
||||
{
|
||||
id: "cf2",
|
||||
title: "What payment methods do you accept?",
|
||||
content: "We accept all major credit cards, debit cards, and offer flexible payment solutions. Please inquire for more details.",
|
||||
},
|
||||
id: "cf2", title: "What payment methods do you accept?", content: "We accept all major credit cards, debit cards, and offer flexible payment solutions. Please inquire for more details."},
|
||||
{
|
||||
id: "cf3",
|
||||
title: "Do you serve areas outside of Greenville, NC?",
|
||||
content: "Yes, we proudly serve Greenville, NC and surrounding areas. Please call us to confirm service availability in your location.",
|
||||
},
|
||||
id: "cf3", title: "Do you serve areas outside of Greenville, NC?", content: "Yes, we proudly serve Greenville, NC and surrounding areas. Please call us to confirm service availability in your location."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Find quick answers to common inquiries about our services, pricing, and availability."
|
||||
@@ -120,13 +90,9 @@ export default function LandingPage() {
|
||||
logoAlt="Stephan Emergency Plumbing Greenville Logo"
|
||||
logoText="Stephan Emergency Plumbing Greenville"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user