6 Commits

Author SHA1 Message Date
84aca37676 Update src/app/page.tsx 2026-04-17 00:51:43 +00:00
e9b7f830fd Merge version_4 into main
Merge version_4 into main
2026-04-17 00:38:22 +00:00
484f791f95 Update src/app/page.tsx 2026-04-17 00:38:18 +00:00
dac1a12a87 Merge version_3 into main
Merge version_3 into main
2026-04-17 00:33:59 +00:00
bc22ffbd70 Update src/app/page.tsx 2026-04-17 00:33:53 +00:00
ad4f3abf47 Merge version_2 into main
Merge version_2 into main
2026-04-17 00:10:25 +00:00

View File

@@ -90,11 +90,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Residential Cleanup", description: "Full home cleanouts, furniture, appliances, and yard waste.", imageSrc: "http://img.b2bpic.net/free-photo/house-ruins-russian-s-war-ukraine_23-2149437941.jpg"},
title: "Residential Cleanup", description: "Full home cleanouts, furniture, appliances, and yard waste.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY0jIpfeBfvLeCF2bACvgE7dpF/uploaded-1776386019559-05w59hnh.png"},
{
title: "Commercial Services", description: "Office cleanouts, construction debris, and property management services.", imageSrc: "http://img.b2bpic.net/free-photo/photo-concrete-texture-pattern_58702-13311.jpg"},
title: "Commercial Services", description: "Office cleanouts, construction debris, and property management services.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY0jIpfeBfvLeCF2bACvgE7dpF/uploaded-1776386284458-vbb1nl97.jpg"},
{
title: "Fast Appointments", description: "Same or next-day availability for urgent needs and flexible scheduling.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-cleaning-his-house_23-2148119208.jpg"},
title: "Fast Appointments", description: "Same or next-day availability for urgent needs and flexible scheduling.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY0jIpfeBfvLeCF2bACvgE7dpF/uploaded-1776387089918-jpxsyzj7.jpg"},
]}
title="Professional Junk Removal Solutions"
description="We handle the heavy lifting so you don't have to."
@@ -207,4 +207,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}