Update src/app/page.tsx

This commit is contained in:
2026-04-22 16:50:31 +00:00
parent f5deac585c
commit b0e6b65fbb

View File

@@ -33,21 +33,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Welcome",
id: "hero",
},
name: "Welcome", id: "hero"},
{
name: "Services",
id: "services",
},
name: "Services", id: "services"},
{
name: "FAQs",
id: "faq",
},
name: "FAQs", id: "faq"},
{
name: "Contact Us",
id: "contact",
},
name: "Contact Us", id: "contact"},
]}
brandName="Reliable House Clearances"
/>
@@ -56,17 +48,14 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardScroll
background={{
variant: "plain",
}}
variant: "plain"}}
title="Reliable House & Business Clearances"
description="Specialist waste clearance and removal in Forfar, Angus, and across the North East of Scotland. Safe, discrete, and environmentally responsible service."
buttons={[
{
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?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/cute-cat-sitting-rubbish-bin-outdoors_23-2148666769.jpg"
imageAlt="House clearance services in Scotland"
/>
</div>
@@ -76,7 +65,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="20 Years of Reliable Experience"
description="Located in Forfar, we have provided trustworthy house and business waste clearance services for over two decades. Whether it's a full estate, garage, garden, or commercial property, our team is committed to safe and discrete removal. We are SEPA accredited and passionate about sustainable recycling."
imageSrc="http://img.b2bpic.net/free-photo/full-shot-community-solidarity_23-2149181986.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/full-shot-community-solidarity_23-2149181986.jpg"
imageAlt="Waste clearance service team in action"
/>
</div>
@@ -88,55 +77,31 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Full & Part Clearances",
description: "From single item collections to complete property emptying.",
icon: Truck,
title: "Full & Part Clearances", description: "From single item collections to complete property emptying.", icon: Truck,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-volunteer-collecting-garbage_23-2149181968.jpg",
imageAlt: "Full clearance",
},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-volunteer-collecting-garbage_23-2149181968.jpg", imageAlt: "Full clearance"},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-family-moving-into-their-new-house_1303-23769.jpg",
imageAlt: "Part clearance",
},
imageSrc: "http://img.b2bpic.net/free-photo/young-family-moving-into-their-new-house_1303-23769.jpg", imageAlt: "Part clearance"},
],
imageSrc: "http://img.b2bpic.net/free-photo/cute-cat-sitting-rubbish-bin-outdoors_23-2148666769.jpg?_wi=2",
imageAlt: "professional rubbish removal service",
},
{
title: "Attic & Loft Clearances",
description: "Safe, thorough clearing of hard-to-access lofts and attic spaces.",
icon: Home,
title: "Attic & Loft Clearances", description: "Safe, thorough clearing of hard-to-access lofts and attic spaces.", icon: Home,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/miscellaneous-items-being-sold-yard-sale_23-2151216837.jpg",
imageAlt: "Loft service",
},
imageSrc: "http://img.b2bpic.net/free-photo/miscellaneous-items-being-sold-yard-sale_23-2151216837.jpg", imageAlt: "Loft service"},
{
imageSrc: "http://img.b2bpic.net/free-photo/recycling-truck-picking-up-bin-city_1398-4392.jpg",
imageAlt: "Attic service",
},
imageSrc: "http://img.b2bpic.net/free-photo/recycling-truck-picking-up-bin-city_1398-4392.jpg", imageAlt: "Attic service"},
],
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-community-solidarity_23-2149181986.jpg?_wi=2",
imageAlt: "professional rubbish removal service",
},
{
title: "Commercial & Office",
description: "Discrete clearance services for shops and business premises.",
icon: Briefcase,
title: "Commercial & Office", description: "Discrete clearance services for shops and business premises.", icon: Briefcase,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/delivery-person-getting-parcel-out-delivery_23-2149371949.jpg",
imageAlt: "Office clearance",
},
imageSrc: "http://img.b2bpic.net/free-photo/delivery-person-getting-parcel-out-delivery_23-2149371949.jpg", imageAlt: "Office clearance"},
{
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-delivery-woman-with-boxes_23-2149035934.jpg",
imageAlt: "Shop clearance",
},
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-delivery-woman-with-boxes_23-2149035934.jpg", imageAlt: "Shop clearance"},
],
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1",
imageAlt: "professional rubbish removal service",
},
]}
title="Our Clearance Services"
@@ -152,20 +117,11 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "20",
description: "Years of experience",
},
id: "m1", value: "20", description: "Years of experience"},
{
id: "m2",
value: "100%",
description: "Professional commitment",
},
id: "m2", value: "100%", description: "Professional commitment"},
{
id: "m3",
value: "SEPA",
description: "Fully licensed",
},
id: "m3", value: "SEPA", description: "Fully licensed"},
]}
title="Our Impact"
description="Proven dedication to the environment and customer satisfaction."
@@ -178,45 +134,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "t1",
title: "Great Service",
quote: "Reliable and professional throughout.",
name: "Sarah J.",
role: "Homeowner",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2",
},
id: "t1", title: "Great Service", quote: "Reliable and professional throughout.", name: "Sarah J.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg"},
{
id: "t2",
title: "Highly Recommend",
quote: "Fast, discrete, and very helpful team.",
name: "Mark D.",
role: "Business Owner",
imageSrc: "http://img.b2bpic.net/free-photo/employee-working-with-trendy-clothes_482257-78860.jpg",
},
id: "t2", title: "Highly Recommend", quote: "Fast, discrete, and very helpful team.", name: "Mark D.", role: "Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/employee-working-with-trendy-clothes_482257-78860.jpg"},
{
id: "t3",
title: "Fantastic Experience",
quote: "Cleared the attic effortlessly. So helpful.",
name: "Linda M.",
role: "Client",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-drunk-morning_1157-45390.jpg",
},
id: "t3", title: "Fantastic Experience", quote: "Cleared the attic effortlessly. So helpful.", name: "Linda M.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/delicious-coffee-drunk-morning_1157-45390.jpg"},
{
id: "t4",
title: "Very Professional",
quote: "Great communication and fair pricing.",
name: "James K.",
role: "Homeowner",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe-with-laptop_273609-12858.jpg",
},
id: "t4", title: "Very Professional", quote: "Great communication and fair pricing.", name: "James K.", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe-with-laptop_273609-12858.jpg"},
{
id: "t5",
title: "Eco-friendly Service",
quote: "Loved that they recycle most items.",
name: "Emma R.",
role: "Local Business",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg",
},
id: "t5", title: "Eco-friendly Service", quote: "Loved that they recycle most items.", name: "Emma R.", role: "Local Business", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg"},
]}
title="What Our Customers Say"
description="Trusted by homes and businesses across the region."
@@ -229,20 +155,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "What areas do you cover?",
content: "We cover Aberdeenshire, Angus, Tayside, Perthshire and Fife, including Aberdeen, Dundee, and more.",
},
id: "q1", title: "What areas do you cover?", content: "We cover Aberdeenshire, Angus, Tayside, Perthshire and Fife, including Aberdeen, Dundee, and more."},
{
id: "q2",
title: "Are you licensed?",
content: "Yes, we are fully SEPA accredited.",
},
id: "q2", title: "Are you licensed?", content: "Yes, we are fully SEPA accredited."},
{
id: "q3",
title: "When are you open?",
content: "We operate from 8.00am to 8.00pm, Monday to Sunday.",
},
id: "q3", title: "When are you open?", content: "We operate from 8.00am to 8.00pm, Monday to Sunday."},
]}
title="Common Questions"
description="Information about our waste removal process and accreditation."
@@ -259,35 +176,11 @@ export default function LandingPage() {
description="Tips on preparing for clearance and our environmental mission."
blogs={[
{
id: "b1",
category: "Environment",
title: "The importance of recycling waste",
excerpt: "Why we are so passionate about preventing unnecessary landfill...",
imageSrc: "http://img.b2bpic.net/free-photo/people-doing-community-service-by-collecting-trash-outdoors_23-2149109149.jpg",
authorName: "Team Reliable",
authorAvatar: "http://img.b2bpic.net/free-photo/smile-face-green-ball-with-golden-five-stars-customer-client-survey-satisfaction-after-use-product-service-concept-by-3d-render_616485-67.jpg",
date: "Jan 2024",
},
id: "b1", category: "Environment", title: "The importance of recycling waste", excerpt: "Why we are so passionate about preventing unnecessary landfill...", imageSrc: "http://img.b2bpic.net/free-photo/people-doing-community-service-by-collecting-trash-outdoors_23-2149109149.jpg", authorName: "Team Reliable", authorAvatar: "http://img.b2bpic.net/free-photo/smile-face-green-ball-with-golden-five-stars-customer-client-survey-satisfaction-after-use-product-service-concept-by-3d-render_616485-67.jpg", date: "Jan 2024"},
{
id: "b2",
category: "Tips",
title: "How to prepare for a house clearance",
excerpt: "Follow these steps to make your clearance stress-free...",
imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-leaves-cleans-park_1157-27392.jpg",
authorName: "Team Reliable",
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-office_23-2148326982.jpg",
date: "Dec 2023",
},
id: "b2", category: "Tips", title: "How to prepare for a house clearance", excerpt: "Follow these steps to make your clearance stress-free...", imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-leaves-cleans-park_1157-27392.jpg", authorName: "Team Reliable", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-office_23-2148326982.jpg", date: "Dec 2023"},
{
id: "b3",
category: "Business",
title: "Benefits of professional office clearance",
excerpt: "Streamlining your workspace and environmental impact...",
imageSrc: "http://img.b2bpic.net/free-photo/people-cleaning-garbage-from-nature_23-2149121383.jpg",
authorName: "Team Reliable",
authorAvatar: "http://img.b2bpic.net/free-photo/pretty-woman-gesturing-ok_23-2147767531.jpg",
date: "Nov 2023",
},
id: "b3", category: "Business", title: "Benefits of professional office clearance", excerpt: "Streamlining your workspace and environmental impact...", imageSrc: "http://img.b2bpic.net/free-photo/people-cleaning-garbage-from-nature_23-2149121383.jpg", authorName: "Team Reliable", authorAvatar: "http://img.b2bpic.net/free-photo/pretty-woman-gesturing-ok_23-2147767531.jpg", date: "Nov 2023"},
]}
/>
</div>
@@ -296,8 +189,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Get in Touch"
title="Request a Free Quote"
description="No obligation, safe, and professional clearances."
@@ -309,25 +201,17 @@ export default function LandingPage() {
logoText="Reliable House Clearances"
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About",
href: "#about",
},
label: "About", href: "#about"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
],
},
]}