9 Commits

Author SHA1 Message Date
8f3fc5d33a Merge version_4 into main
Merge version_4 into main
2026-04-27 15:23:10 +00:00
841cadf0e1 Remove watermark 2026-04-27 15:23:06 +00:00
1d564ac047 Merge version_4 into main
Merge version_4 into main
2026-04-27 15:18:42 +00:00
e4a9764aa9 Update src/app/page.tsx 2026-04-27 15:18:39 +00:00
045333c823 Merge version_3 into main
Merge version_3 into main
2026-04-27 15:17:26 +00:00
45af89bdca Update src/app/page.tsx 2026-04-27 15:17:22 +00:00
6e2ad1cc6e Merge version_2 into main
Merge version_2 into main
2026-04-27 15:16:34 +00:00
604ed3d899 Update src/app/page.tsx 2026-04-27 15:16:31 +00:00
74bf6ea176 Merge version_1 into main
Merge version_1 into main
2026-04-27 15:03:11 +00:00
2 changed files with 39 additions and 258 deletions

View File

@@ -4,7 +4,6 @@ import { Inter } from "next/font/google";
import "./globals.css";
import "@/lib/gsap-setup";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Lato } from "next/font/google";
@@ -35,7 +34,7 @@ export default function RootLayout({
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${lato.variable} antialiased`}>
<Tag />
{children}
<script
dangerouslySetInnerHTML={{

View File

@@ -32,22 +32,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "About",
id: "about",
},
{
name: "Services",
id: "services",
},
{
name: "Testimonials",
id: "testimonials",
},
{
name: "Contact",
id: "contact",
},
{ name: "About", id: "about" },
{ name: "Services", id: "services" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
brandName="Babylon Removalist"
/>
@@ -55,42 +43,17 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="Making Your Move Stress-Free"
description="Babylon Removalist provides professional, reliable, and careful moving services for your home or business. We handle your belongings with the utmost respect and efficiency."
buttons={[
{
text: "Get a Free Quote",
href: "#contact",
},
]}
buttons={[{ text: "Get a Free Quote", href: "#contact" }]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-delivery-woman-holding-pack_23-2149103437.jpg?_wi=1",
imageAlt: "Professional movers team",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/couple-carrying-carton-box_23-2147758704.jpg?_wi=1",
imageAlt: "Furniture handling",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/husband-wife-moving-new-apartment-together-unpacking-furniture-decorate-household-enjoying-relocation-after-buying-first-house-start-new-beginnings-celebrate-life-event_482257-49831.jpg",
imageAlt: "Removalist truck",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-moving-house_329181-191.jpg",
imageAlt: "Packing service",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/service-worker-painting-car-auto-service_23-2149486987.jpg",
imageAlt: "Safe transportation",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/family-moving-using-boxes_1157-35331.jpg",
imageAlt: "Customer moving house",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-delivery-woman-holding-pack_23-2149103437.jpg?_wi=1", imageAlt: "Professional movers team" },
{ imageSrc: "http://img.b2bpic.net/free-photo/couple-carrying-carton-box_23-2147758704.jpg?_wi=1", imageAlt: "Furniture handling" },
{ imageSrc: "http://img.b2bpic.net/free-photo/husband-wife-moving-new-apartment-together-unpacking-furniture-decorate-household-enjoying-relocation-after-buying-first-house-start-new-beginnings-celebrate-life-event_482257-49831.jpg", imageAlt: "Removalist truck" },
{ imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-moving-house_329181-191.jpg", imageAlt: "Packing service" },
{ imageSrc: "http://img.b2bpic.net/free-photo/service-worker-painting-car-auto-service_23-2149486987.jpg", imageAlt: "Safe transportation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/family-moving-using-boxes_1157-35331.jpg", imageAlt: "Customer moving house" },
]}
/>
</div>
@@ -100,21 +63,9 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Why Choose Babylon Removalist"
metrics={[
{
icon: CheckCircle,
label: "Moves Completed",
value: "15,000+",
},
{
icon: Smile,
label: "Happy Clients",
value: "99%",
},
{
icon: Award,
label: "Years Experience",
value: "20+",
},
{ icon: CheckCircle, label: "Moves Completed", value: "15,000+" },
{ icon: Smile, label: "Happy Clients", value: "99%" },
{ icon: Award, label: "Years Experience", value: "20+" },
]}
metricsAnimation="slide-up"
/>
@@ -126,33 +77,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
{
id: "f1",
title: "Residential Moves",
descriptions: [
"Expert handling of all household items.",
"Furniture protection and wrapping.",
],
imageSrc: "http://img.b2bpic.net/free-photo/manager-discussing-client-orders-detalis_482257-84168.jpg",
},
{
id: "f2",
title: "Office Relocation",
descriptions: [
"Minimize downtime with efficient moves.",
"Safe handling of electronic equipment.",
],
imageSrc: "http://img.b2bpic.net/free-photo/two-hispanic-men-couple-smiling-confident-holding-cardboard-boxes-new-home_839833-7409.jpg",
},
{
id: "f3",
title: "Packing & Unpacking",
descriptions: [
"High-quality packing materials.",
"Full-service packing for convenience.",
],
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-carrying-big-box_23-2147758712.jpg",
},
{ id: "f1", title: "Residential Moves", descriptions: ["Expert handling of all household items.", "Furniture protection and wrapping."], imageSrc: "http://img.b2bpic.net/free-photo/manager-discussing-client-orders-detalis_482257-84168.jpg" },
{ id: "f2", title: "Office Relocation", descriptions: ["Minimize downtime with efficient moves.", "Safe handling of electronic equipment."], imageSrc: "http://img.b2bpic.net/free-photo/two-hispanic-men-couple-smiling-confident-holding-cardboard-boxes-new-home_839833-7409.jpg" },
{ id: "f3", title: "Packing & Unpacking", descriptions: ["High-quality packing materials.", "Full-service packing for convenience."], imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-carrying-big-box_23-2147758712.jpg" },
]}
title="Our Moving Services"
description="Comprehensive removalist solutions tailored to your unique needs."
@@ -165,60 +92,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
plans={[
{
id: "basic",
title: "Local Small Move",
price: "$400",
period: "Flat Rate",
features: [
"1 Truck",
"2 Movers",
"2 Hours included",
],
button: {
text: "Book Now",
href: "#contact",
},
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-delivery-people_23-2149103420.jpg",
imageAlt: "Medium shot delivery people",
},
{
id: "pro",
title: "Family Home",
price: "$950",
period: "Half Day",
features: [
"Large Truck",
"3 Movers",
"4 Hours included",
],
button: {
text: "Book Now",
href: "#contact",
},
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-delivery-woman-holding-pack_23-2149103437.jpg?_wi=2",
imageAlt: "Medium shot delivery people",
},
{
id: "premium",
title: "Full House",
price: "$1800",
period: "Full Day",
features: [
"2 Large Trucks",
"4 Movers",
"Packing Included",
],
button: {
text: "Book Now",
href: "#contact",
},
imageSrc: "http://img.b2bpic.net/free-photo/couple-carrying-carton-box_23-2147758704.jpg?_wi=2",
imageAlt: "Medium shot delivery people",
},
{ id: "basic", title: "Local Small Move", price: "$400", period: "Flat Rate", features: ["1 Truck", "2 Movers", "2 Hours included"], button: { text: "Book Now", href: "#contact" }, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-delivery-people_23-2149103420.jpg" },
{ id: "pro", title: "Family Home", price: "$950", period: "Half Day", features: ["Large Truck", "3 Movers", "4 Hours included"], button: { text: "Book Now", href: "#contact" }, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-delivery-woman-holding-pack_23-2149103437.jpg?_wi=2" },
{ id: "premium", title: "Full House", price: "$1800", period: "Full Day", features: ["2 Large Trucks", "4 Movers", "Packing Included"], button: { text: "Book Now", href: "#contact" }, imageSrc: "http://img.b2bpic.net/free-photo/couple-carrying-carton-box_23-2147758704.jpg?_wi=2" },
]}
title="Pricing Options"
description="Transparent pricing for every budget and moving size."
description="Transparent pricing with no hidden fees—get a guaranteed flat rate quote in minutes"
/>
</div>
@@ -228,41 +107,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah Miller",
handle: "@sarah_m",
testimonial: "Babylon made our interstate move completely stress-free. So professional!",
imageSrc: "http://img.b2bpic.net/free-photo/feedback-results-information-satisfeaction_53876-121339.jpg",
},
{
id: "2",
name: "James Chen",
handle: "@jchen_biz",
testimonial: "The best office move experience I have had in years. Highly recommended.",
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-fun-with-paintbrush-their-new-home_23-2149086848.jpg",
},
{
id: "3",
name: "Emily D.",
handle: "@emilyd_home",
testimonial: "Very careful with our fragile items. Nothing was scratched or broken.",
imageSrc: "http://img.b2bpic.net/free-photo/couple-handling-cardboard-boxes-with-belongings-after-moving-together-new-home_23-2149086810.jpg",
},
{
id: "4",
name: "Robert & Sue",
handle: "@robsue",
testimonial: "Friendly team, fast work, and very fair pricing. Fantastic removalists.",
imageSrc: "http://img.b2bpic.net/free-photo/couple-sitting-floor-inspect-box_23-2148252093.jpg",
},
{
id: "5",
name: "Karen O.",
handle: "@kareno",
testimonial: "Packing service was excellent. We arrived at our new home ready to settle.",
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-black-jacket_176474-101946.jpg",
},
{ id: "1", name: "Sarah Miller", handle: "@sarah_m", testimonial: "Babylon made our interstate move completely stress-free. So professional!", imageSrc: "http://img.b2bpic.net/free-photo/feedback-results-information-satisfeaction_53876-121339.jpg" },
{ id: "2", name: "James Chen", handle: "@jchen_biz", testimonial: "The best office move experience I have had in years. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-fun-with-paintbrush-their-new-home_23-2149086848.jpg" },
{ id: "3", name: "Emily D.", handle: "@emilyd_home", testimonial: "Very careful with our fragile items. Nothing was scratched or broken.", imageSrc: "http://img.b2bpic.net/free-photo/couple-handling-cardboard-boxes-with-belongings-after-moving-together-new-home_23-2149086810.jpg" },
{ id: "4", name: "Robert & Sue", handle: "@robsue", testimonial: "Friendly team, fast work, and very fair pricing. Fantastic removalists.", imageSrc: "http://img.b2bpic.net/free-photo/couple-sitting-floor-inspect-box_23-2148252093.jpg" },
{ id: "5", name: "Karen O.", handle: "@kareno", testimonial: "Packing service was excellent. We arrived at our new home ready to settle.", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-black-jacket_176474-101946.jpg" },
]}
title="Client Success Stories"
description="What our customers are saying about our moving services."
@@ -276,30 +125,10 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
members={[
{
id: "t1",
name: "John Doe",
role: "Senior Lead Mover",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-married-people-moving-rented-apartment-flat-starting-new-beginnings-future-feeling-positive-about-relocation-household-carrying-carton-containers-packages_482257-42552.jpg",
},
{
id: "t2",
name: "Mike Smith",
role: "Logistics Expert",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-carrying-box_23-2149392120.jpg",
},
{
id: "t3",
name: "Alex Johnson",
role: "Moving Specialist",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-male-electrician-standing-against-wall_23-2148087578.jpg",
},
{
id: "t4",
name: "Chris Taylor",
role: "Packing Expert",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-businessman-with-crossed-arms_23-2148242733.jpg",
},
{ id: "t1", name: "John Doe", role: "Senior Lead Mover", imageSrc: "http://img.b2bpic.net/free-photo/portrait-married-people-moving-rented-apartment-flat-starting-new-beginnings-future-feeling-positive-about-relocation-household-carrying-carton-containers-packages_482257-42552.jpg" },
{ id: "t2", name: "Mike Smith", role: "Logistics Expert", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-carrying-box_23-2149392120.jpg" },
{ id: "t3", name: "Alex Johnson", role: "Moving Specialist", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-male-electrician-standing-against-wall_23-2148087578.jpg" },
{ id: "t4", name: "Chris Taylor", role: "Packing Expert", imageSrc: "http://img.b2bpic.net/free-photo/front-view-businessman-with-crossed-arms_23-2148242733.jpg" },
]}
title="Meet Your Movers"
description="Our team of professional removalists are trained, reliable, and ready to assist."
@@ -310,21 +139,9 @@ export default function LandingPage() {
<FaqSplitText
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "Are you fully insured?",
content: "Yes, Babylon Removalist carries full transit insurance for all moves.",
},
{
id: "q2",
title: "Do you provide moving boxes?",
content: "We offer premium packing boxes and wrapping materials for purchase.",
},
{
id: "q3",
title: "How far in advance should I book?",
content: "We recommend booking at least 2 weeks in advance to secure your slot.",
},
{ id: "q1", title: "Are you fully insured?", content: "Yes, Babylon Removalist carries full transit insurance for all moves." },
{ id: "q2", title: "Do you provide moving boxes?", content: "We offer premium packing boxes and wrapping materials for purchase." },
{ id: "q3", title: "How far in advance should I book?", content: "We recommend booking at least 2 weeks in advance to secure your slot." },
]}
sideTitle="Common Questions"
sideDescription="Everything you need to know about our moving services."
@@ -335,18 +152,11 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={true}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Let's Move"
title="Ready for your move?"
description="Contact us today for a free estimate and secure your moving date."
buttons={[
{
text: "Request a Quote",
href: "#",
},
]}
buttons={[{ text: "Request a Quote", href: "#" }]}
/>
</div>
@@ -355,36 +165,8 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/portrait-young-couple-with-cardboard-boxes-new-home-moving-house-concept_1157-47986.jpg"
logoText="Babylon Removalist"
columns={[
{
title: "Links",
items: [
{
label: "Services",
href: "#services",
},
{
label: "Pricing",
href: "#pricing",
},
{
label: "Contact",
href: "#contact",
},
],
},
{
title: "Support",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
],
},
{ title: "Links", items: [{ label: "Services", href: "#services" }, { label: "Pricing", href: "#pricing" }, { label: "Contact", href: "#contact" }] },
{ title: "Support", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
]}
/>
</div>