Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -32,15 +32,15 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="Dania Plumbing Services"
|
||||
navItems={[
|
||||
{ "name": "Home", "id": "#home" },
|
||||
{ "name": "Services", "id": "#services" },
|
||||
{ "name": "About Us", "id": "#about" },
|
||||
{ "name": "Testimonials", "id": "#testimonials" },
|
||||
{ "name": "FAQ", "id": "#faq" },
|
||||
{ "name": "Contact", "id": "#contact" }
|
||||
{ "name": "Home", "id": "home" },
|
||||
{ "name": "Services", "id": "services" },
|
||||
{ "name": "About Us", "id": "about" },
|
||||
{ "name": "Testimonials", "id": "testimonials" },
|
||||
{ "name": "FAQ", "id": "faq" },
|
||||
{ "name": "Contact", "id": "contact" }
|
||||
]}
|
||||
button={{
|
||||
"text": "Get A Free Quote", "href": "#contact"
|
||||
"text": "Get A Free Quote", "href": "contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -68,8 +68,8 @@ export default function LandingPage() {
|
||||
]}
|
||||
tag="Emergency Service"
|
||||
buttons={[
|
||||
{ "text": "Schedule Service", "href": "#contact" },
|
||||
{ "text": "See Our Work", "href": "#services" }
|
||||
{ "text": "Schedule Service", "href": "contact" },
|
||||
{ "text": "See Our Work", "href": "services" }
|
||||
]}
|
||||
carouselPosition="right"
|
||||
tagAnimation="entrance-slide"
|
||||
@@ -223,20 +223,20 @@ export default function LandingPage() {
|
||||
logoText="Dania Plumbing Services"
|
||||
columns={[
|
||||
{ "items": [
|
||||
{ "label": "Emergency Service", "href": "#services" },
|
||||
{ "label": "Water Heater Repair", "href": "#services" },
|
||||
{ "label": "Leak Detection", "href": "#services" },
|
||||
{ "label": "Drain Cleaning", "href": "#packages" }
|
||||
{ "label": "Emergency Service", "href": "services" },
|
||||
{ "label": "Water Heater Repair", "href": "services" },
|
||||
{ "label": "Leak Detection", "href": "services" },
|
||||
{ "label": "Drain Cleaning", "href": "packages" }
|
||||
]},
|
||||
{ "items": [
|
||||
{ "label": "About Us", "href": "#about" },
|
||||
{ "label": "Our Values", "href": "#about" },
|
||||
{ "label": "Testimonials", "href": "#testimonials" },
|
||||
{ "label": "Areas Served", "href": "#faq" }
|
||||
{ "label": "About Us", "href": "about" },
|
||||
{ "label": "Our Values", "href": "about" },
|
||||
{ "label": "Testimonials", "href": "testimonials" },
|
||||
{ "label": "Areas Served", "href": "faq" }
|
||||
]},
|
||||
{ "items": [
|
||||
{ "label": "FAQ", "href": "#faq" },
|
||||
{ "label": "Contact Us", "href": "#contact" },
|
||||
{ "label": "FAQ", "href": "faq" },
|
||||
{ "label": "Contact Us", "href": "contact" },
|
||||
{ "label": "Privacy Policy", "href": "#" },
|
||||
{ "label": "Terms of Service", "href": "#" }
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user