7 Commits

Author SHA1 Message Date
aeb13bdb01 Update src/app/page.tsx 2026-04-15 19:56:40 +00:00
42cc6f3f0f Merge version_3 into main
Merge version_3 into main
2026-04-15 19:55:08 +00:00
4bdaadfd52 Update src/app/page.tsx 2026-04-15 19:55:05 +00:00
c9d4062f5d Merge version_2 into main
Merge version_2 into main
2026-04-15 19:53:08 +00:00
4be43d446b Merge version_2 into main
Merge version_2 into main
2026-04-15 00:55:35 +00:00
f21aefc562 Merge version_1 into main
Merge version_1 into main
2026-04-15 00:48:36 +00:00
b6d8287f2b Merge version_1 into main
Merge version_1 into main
2026-04-15 00:48:06 +00:00

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
<HeroBillboardCarousel
background={{
variant: "gradient-bars"}}
title="Stress-Free Moving. Done Right — Anytime, 24/7."
title="Professional, Stress-Free Moving Services, Available 24/7"
description="Fast, reliable, and professional movers you can trust."
buttons={[
{
@@ -78,7 +78,7 @@ export default function LandingPage() {
{
title: "5-Star Rated Service", description: "Consistently praised for our care and professionalism.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-packing-desk-items_23-2149392094.jpg", imageAlt: "Rating Badge"},
{
title: "24/7 Availability", description: "Moves happen anytime. We are ready when you are.", imageSrc: "http://img.b2bpic.net/free-photo/happy-manual-worker-using-touchpad-while-communicating-with-his-coworker-organizing-package-delivery_637285-2233.jpg", imageAlt: "Clock Icon"},
title: "24/7 Availability", description: "Whether it's a late-night emergency or a weekend move, our team is ready whenever you are.", imageSrc: "http://img.b2bpic.net/free-photo/happy-manual-worker-using-touchpad-while-communicating-with-his-coworker-organizing-package-delivery_637285-2233.jpg", imageAlt: "Clock Icon"},
{
title: "Fast & Careful", description: "Efficient moves without the stress of damage.", imageSrc: "http://img.b2bpic.net/free-photo/young-courier-pointing-something-while-witting-with-his-coworker-back-delivery-van_637285-2286.jpg", imageAlt: "Movers Packing"},
]}
@@ -158,4 +158,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}