Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a183a981ce | |||
| e400081216 | |||
| 06692874c6 |
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
|
|||||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
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 FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
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';
|
||||||
@@ -64,7 +64,7 @@ export default function LandingPage() {
|
|||||||
{ title: "Fast Turnaround", description: "We respect your timeline with efficient, clean, and reliable project execution.", imageSrc: "http://img.b2bpic.net/free-photo/hands-putting-up-decorative-vinyl-flat-lay_23-2149728655.jpg" },
|
{ title: "Fast Turnaround", description: "We respect your timeline with efficient, clean, and reliable project execution.", imageSrc: "http://img.b2bpic.net/free-photo/hands-putting-up-decorative-vinyl-flat-lay_23-2149728655.jpg" },
|
||||||
{ title: "Long-Term Warranty", description: "Full peace of mind with our extended service warranties on every job.", imageSrc: "http://img.b2bpic.net/free-photo/stainless-metal-horizontal-lines-background_23-2148744264.jpg" },
|
{ title: "Long-Term Warranty", description: "Full peace of mind with our extended service warranties on every job.", imageSrc: "http://img.b2bpic.net/free-photo/stainless-metal-horizontal-lines-background_23-2148744264.jpg" },
|
||||||
]}
|
]}
|
||||||
title="The Al Rafid Advantage"
|
title="The Seyaj Al Amal LLC Advantage"
|
||||||
description="Why top property developers and homeowners across Dubai and Sharjah trust our waterproofing expertise."
|
description="Why top property developers and homeowners across Dubai and Sharjah trust our waterproofing expertise."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -146,23 +146,24 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoEmphasis
|
<FooterBaseCard
|
||||||
logoText="Al Rafid Insulation"
|
logoText="Al Seyaj Al Amal LLC Insulation"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
items: [
|
title: "Navigation", items: [
|
||||||
{ label: "Our Services", href: "#services" },
|
{ label: "Services", href: "#services" },
|
||||||
{ label: "About Us", href: "#about" },
|
{ label: "About Us", href: "#about" },
|
||||||
{ label: "Testimonials", href: "#testimonials" },
|
{ label: "Testimonials", href: "#testimonials" },
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
items: [
|
title: "Support", items: [
|
||||||
{ label: "Support", href: "#faq" },
|
{ label: "Help Center", href: "#faq" },
|
||||||
{ label: "Contact", href: "#contact" },
|
{ label: "Contact", href: "#contact" },
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
|
copyrightText="© 2025 Al Rafid Insulation | All rights reserved"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user