6 Commits

Author SHA1 Message Date
a14c5ddcc2 Merge version_4 into main
Merge version_4 into main
2026-04-25 08:41:33 +00:00
e400081216 Update src/app/page.tsx 2026-04-25 08:41:30 +00:00
06692874c6 Merge version_3 into main
Merge version_3 into main
2026-04-25 08:39:59 +00:00
175f73c054 Update src/app/styles/variables.css 2026-04-25 08:39:56 +00:00
d86d2f63dd Update src/app/page.tsx 2026-04-25 08:39:55 +00:00
71c5d81f35 Merge version_2 into main
Merge version_2 into main
2026-04-25 08:37:58 +00:00
2 changed files with 32 additions and 21 deletions

View File

@@ -2,10 +2,10 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
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 FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
import FooterCard from '@/components/sections/footer/FooterCard';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import SplitAbout from '@/components/sections/about/SplitAbout';
@@ -135,24 +135,35 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
useInvertedBackground={true}
<ContactCTA
tag="Contact Us"
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."
inputs={[
{ name: "name", type: "text", placeholder: "Full Name", required: true },
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true },
{ 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"
description="Ready to protect your investment with professional waterproofing solutions? Reach out for a free, no-obligation assessment."
buttons={[{ text: "Get a Consultation", href: "#contact" }]}
useInvertedBackground={true}
background={{ variant: "sparkles-gradient" }}
/>
</div>
<div id="footer" data-section="footer">
<FooterCard
<FooterBaseCard
logoText="Al Rafid Insulation"
copyrightText="© 2025 Al Rafid Insulation. Professional Waterproofing Services UAE."
columns={[
{
title: "Navigation", items: [
{ label: "Services", href: "#services" },
{ label: "About Us", href: "#about" },
{ label: "Testimonials", href: "#testimonials" },
]
},
{
title: "Support", items: [
{ label: "Help Center", href: "#faq" },
{ label: "Contact", href: "#contact" },
]
}
]}
copyrightText="© 2025 Al Rafid Insulation | All rights reserved"
/>
</div>
</ReactLenis>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f5f5;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #1c1c1c;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #0B1F3A;
--accent: #15479c;
--background-accent: #a8cce8;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);