Merge version_3 into main #2
@@ -34,6 +34,8 @@ export default function LandingPage() {
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Waterproofing", id: "waterproofing"},
|
||||
{
|
||||
name: "Reviews", id: "testimonials"},
|
||||
{
|
||||
@@ -102,6 +104,19 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="waterproofing" data-section="waterproofing">
|
||||
<FeatureCardEight
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
title="Waterproofing Membrane Solutions"
|
||||
description="Professional winter protection for roofs, terraces, and balconies. Keep your structures dry and safe throughout the rainy season."
|
||||
features={[
|
||||
{
|
||||
title: "Winter Protection", description: "Advanced membrane solutions tailored for roofs, terraces, and balconies to prevent leaks and damage.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CkoKFzV8T1drBFyFdyV7myV3kq/uploaded-1776939410095-qziqt6gv.jpg", imageAlt: "Waterproofing"}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardEleven
|
||||
animationType="slide-up"
|
||||
@@ -168,8 +183,8 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={true}
|
||||
title="Book Your Service"
|
||||
description="Have an electrical issue? Contact us today to get your vehicle back in top condition."
|
||||
title="Book Your Service (Free Quotes)"
|
||||
description="Have an electrical issue or need waterproofing for winter? Call us at 79429321 for a free quote today!"
|
||||
inputs={[
|
||||
{
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
@@ -178,7 +193,7 @@ export default function LandingPage() {
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
{
|
||||
name: "car", type: "text", placeholder: "Vehicle Make/Model", required: true,
|
||||
name: "car", type: "text", placeholder: "Vehicle Make/Model or Property Type", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
@@ -195,7 +210,9 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "7943 0694", href: "tel:79430694"},
|
||||
label: "7942 9321 (Quotes)", href: "tel:79429321"},
|
||||
{
|
||||
label: "7943 0694 (Auto)", href: "tel:79430694"},
|
||||
{
|
||||
label: "Triq Tal-Labour, Naxxar", href: "https://maps.google.com"},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user