|
|
|
@@ -2,10 +2,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
import ReactLenis from "lenis/react";
|
|
|
|
import ReactLenis from "lenis/react";
|
|
|
|
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
|
|
|
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
|
|
|
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
|
|
|
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
|
|
|
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
|
|
|
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
|
|
|
import FooterCard from '@/components/sections/footer/FooterCard';
|
|
|
|
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
|
|
|
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
|
|
|
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
|
|
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
|
|
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
|
|
|
import SplitAbout from '@/components/sections/about/SplitAbout';
|
|
|
|
import SplitAbout from '@/components/sections/about/SplitAbout';
|
|
|
|
@@ -135,27 +135,37 @@ export default function LandingPage() {
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
<ContactSplitForm
|
|
|
|
<ContactCTA
|
|
|
|
useInvertedBackground={true}
|
|
|
|
tag="Contact Us"
|
|
|
|
title="Secure Your Property Today"
|
|
|
|
title="Secure Your Property Today"
|
|
|
|
description="Don't let water damage compromise your investment. Fill in your details below for a professional, no-obligation consultation."
|
|
|
|
description="Ready to protect your investment with professional waterproofing solutions? Reach out for a free, no-obligation assessment."
|
|
|
|
inputs={[
|
|
|
|
buttons={[{ text: "Get a Consultation", href: "#contact" }]}
|
|
|
|
{ name: "name", type: "text", placeholder: "Full Name", required: true },
|
|
|
|
useInvertedBackground={true}
|
|
|
|
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true },
|
|
|
|
background={{ variant: "sparkles-gradient" }}
|
|
|
|
{ name: "service", type: "text", placeholder: "Project Type" },
|
|
|
|
|
|
|
|
]}
|
|
|
|
|
|
|
|
textarea={{ name: "message", placeholder: "Briefly describe the area or issue", rows: 4 }}
|
|
|
|
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/call-center-agent-tracking-shipments-office-looking-pc-screen_482257-117862.jpg"
|
|
|
|
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
<FooterCard
|
|
|
|
<FooterLogoEmphasis
|
|
|
|
logoText="Al Rafid Insulation"
|
|
|
|
logoText="Al Rafid Insulation"
|
|
|
|
copyrightText="© 2025 Al Rafid Insulation. Professional Waterproofing Services UAE."
|
|
|
|
columns={[
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
items: [
|
|
|
|
|
|
|
|
{ label: "Our Services", href: "#services" },
|
|
|
|
|
|
|
|
{ label: "About Us", href: "#about" },
|
|
|
|
|
|
|
|
{ label: "Testimonials", href: "#testimonials" },
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
items: [
|
|
|
|
|
|
|
|
{ label: "Support", href: "#faq" },
|
|
|
|
|
|
|
|
{ label: "Contact", href: "#contact" },
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
]}
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</ReactLenis>
|
|
|
|
</ReactLenis>
|
|
|
|
</ThemeProvider>
|
|
|
|
</ThemeProvider>
|
|
|
|
);
|
|
|
|
);
|
|
|
|
}
|
|
|
|
}
|