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
|
<NavbarStyleFullscreen
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "/"},
|
||||||
id: "/",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "/services"},
|
||||||
id: "/services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About Us",
|
name: "About Us", id: "/about"},
|
||||||
id: "/about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Reviews",
|
name: "Reviews", id: "/reviews"},
|
||||||
id: "/reviews",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "/contact"},
|
||||||
id: "/contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Emergency",
|
name: "Emergency", id: "/emergency-plumbing"},
|
||||||
id: "/emergency-plumbing",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
logoSrc="http://img.b2bpic.net/free-photo/portrait-plumber-cartoon-style_23-2151134229.jpg"
|
logoSrc="http://img.b2bpic.net/free-photo/portrait-plumber-cartoon-style_23-2151134229.jpg"
|
||||||
logoAlt="Stephan Emergency Plumbing Greenville Logo"
|
logoAlt="Stephan Emergency Plumbing Greenville Logo"
|
||||||
brandName="Stephan Emergency Plumbing Greenville"
|
brandName="Stephan Emergency Plumbing Greenville"
|
||||||
button={{
|
button={{
|
||||||
text: "Call Now: (252) 429-5324",
|
text: "Call Now: (252) 429-5324", href: "tel:+12524295324"}}
|
||||||
href: "tel:+12524295324",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -64,24 +50,17 @@ export default function LandingPage() {
|
|||||||
<ContactCTA
|
<ContactCTA
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "plain",
|
variant: "plain"}}
|
||||||
}}
|
|
||||||
tag="Get in Touch"
|
tag="Get in Touch"
|
||||||
title="Contact Stephan Emergency Plumbing Greenville"
|
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!"
|
description="Have questions or need to schedule a service? Reach out to us anytime. We're here to help!"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Call Us: (252) 429-5324",
|
text: "Call Us: (252) 429-5324", href: "tel:+12524295324"},
|
||||||
href: "tel:+12524295324",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Email Us",
|
text: "Email Us", href: "mailto:info@stephanplumbing.com"},
|
||||||
href: "mailto:info@stephanplumbing.com",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Locate Us on Map",
|
text: "Locate Us on Map", href: "https://maps.app.goo.gl/A73FvNf9rR2xNdsFA", onClick: () => window.open('https://maps.app.goo.gl/A73FvNf9rR2xNdsFA', '_blank'),
|
||||||
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}
|
useInvertedBackground={true}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "cf1",
|
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."},
|
||||||
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",
|
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."},
|
||||||
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",
|
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."},
|
||||||
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"
|
sideTitle="Frequently Asked Questions"
|
||||||
sideDescription="Find quick answers to common inquiries about our services, pricing, and availability."
|
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"
|
logoAlt="Stephan Emergency Plumbing Greenville Logo"
|
||||||
logoText="Stephan Emergency Plumbing Greenville"
|
logoText="Stephan Emergency Plumbing Greenville"
|
||||||
leftLink={{
|
leftLink={{
|
||||||
text: "Privacy Policy",
|
text: "Privacy Policy", href: "#"}}
|
||||||
href: "#",
|
|
||||||
}}
|
|
||||||
rightLink={{
|
rightLink={{
|
||||||
text: "Terms of Service",
|
text: "Terms of Service", href: "#"}}
|
||||||
href: "#",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user