5 Commits

Author SHA1 Message Date
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 { 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 FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
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,24 +135,35 @@ 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 <FooterBaseCard
logoText="Al Rafid Insulation" 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> </div>
</ReactLenis> </ReactLenis>

View File

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