5 Commits

Author SHA1 Message Date
5a643c45ca Update src/app/page.tsx 2026-04-22 21:25:14 +00:00
84052e353c Merge version_2 into main
Merge version_2 into main
2026-04-22 16:52:55 +00:00
0460b3c1c4 Update src/app/page.tsx 2026-04-22 16:52:52 +00:00
4514bc1f68 Merge version_1 into main
Merge version_1 into main
2026-04-22 16:50:34 +00:00
526d165651 Merge version_1 into main
Merge version_1 into main
2026-04-22 16:50:02 +00:00

View File

@@ -3,10 +3,10 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import BlogCardTwo from '@/components/sections/blog/BlogCardTwo'; import BlogCardTwo from '@/components/sections/blog/BlogCardTwo';
import ContactCenter from '@/components/sections/contact/ContactCenter'; import ContactText from '@/components/sections/contact/ContactText';
import FaqBase from '@/components/sections/faq/FaqBase'; import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import FooterCard from '@/components/sections/footer/FooterCard';
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
import MediaAbout from '@/components/sections/about/MediaAbout'; import MediaAbout from '@/components/sections/about/MediaAbout';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
@@ -55,8 +55,8 @@ export default function LandingPage() {
{ {
text: "Get a Free Quote", href: "#contact"}, text: "Get a Free Quote", href: "#contact"},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/cute-cat-sitting-rubbish-bin-outdoors_23-2148666769.jpg" imageSrc="https://img.freepik.com/free-photo/mockup-laptop-table_23-2147775586.jpg?t=st=1730000000~exp=1730003600~hmac=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
imageAlt="House clearance services in Scotland" imageAlt="MacBook laptop on desk"
/> />
</div> </div>
@@ -186,35 +186,21 @@ export default function LandingPage() {
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactCenter <ContactText
useInvertedBackground={false}
background={{ background={{
variant: "plain"}} variant: "plain"}}
tag="Get in Touch" useInvertedBackground={false}
title="Request a Free Quote" text="Ready to schedule your clearance? Contact our team for a free, no-obligation quote today and let us help you reclaim your space efficiently and sustainably."
description="No obligation, safe, and professional clearances." buttons={[
{
text: "Contact Us", href: "mailto:info@reliableclearances.com"},
]}
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBaseReveal <FooterCard
logoText="Reliable House Clearances" logoText="Reliable House Clearances"
columns={[
{
title: "Company", items: [
{
label: "About", href: "#about"},
{
label: "Contact", href: "#contact"},
],
},
{
title: "Legal", items: [
{
label: "Privacy Policy", href: "#"},
],
},
]}
copyrightText="© 2024 Reliable House Clearances. All rights reserved." copyrightText="© 2024 Reliable House Clearances. All rights reserved."
/> />
</div> </div>