Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 45af89bdca | |||
| 6e2ad1cc6e | |||
| 604ed3d899 | |||
| 74bf6ea176 |
294
src/app/page.tsx
294
src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "About", id: "about" },
|
||||||
name: "About",
|
{ name: "Services", id: "services" },
|
||||||
id: "about",
|
{ name: "Testimonials", id: "testimonials" },
|
||||||
},
|
{ name: "Contact", id: "contact" },
|
||||||
{
|
|
||||||
name: "Services",
|
|
||||||
id: "services",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Testimonials",
|
|
||||||
id: "testimonials",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Contact",
|
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Babylon Removalist"
|
brandName="Babylon Removalist"
|
||||||
/>
|
/>
|
||||||
@@ -55,42 +43,17 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardCarousel
|
<HeroBillboardCarousel
|
||||||
background={{
|
background={{ variant: "gradient-bars" }}
|
||||||
variant: "gradient-bars",
|
|
||||||
}}
|
|
||||||
title="Making Your Move Stress-Free"
|
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."
|
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={[
|
buttons={[{ text: "Get a Free Quote", href: "#contact" }]}
|
||||||
{
|
|
||||||
text: "Get a Free Quote",
|
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
mediaItems={[
|
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/medium-shot-delivery-woman-holding-pack_23-2149103437.jpg?_wi=1",
|
{ imageSrc: "http://img.b2bpic.net/free-photo/couple-carrying-carton-box_23-2147758704.jpg?_wi=1", imageAlt: "Furniture handling" },
|
||||||
imageAlt: "Professional movers team",
|
{ 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/couple-carrying-carton-box_23-2147758704.jpg?_wi=1",
|
{ imageSrc: "http://img.b2bpic.net/free-photo/family-moving-using-boxes_1157-35331.jpg", imageAlt: "Customer moving house" },
|
||||||
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>
|
</div>
|
||||||
@@ -100,21 +63,9 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
title="Why Choose Babylon Removalist"
|
title="Why Choose Babylon Removalist"
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{ icon: CheckCircle, label: "Moves Completed", value: "15,000+" },
|
||||||
icon: CheckCircle,
|
{ icon: Smile, label: "Happy Clients", value: "99%" },
|
||||||
label: "Moves Completed",
|
{ icon: Award, label: "Years Experience", value: "20+" },
|
||||||
value: "15,000+",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
icon: Smile,
|
|
||||||
label: "Happy Clients",
|
|
||||||
value: "99%",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
icon: Award,
|
|
||||||
label: "Years Experience",
|
|
||||||
value: "20+",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -126,33 +77,9 @@ export default function LandingPage() {
|
|||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
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: "f1",
|
{ 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" },
|
||||||
title: "Residential Moves",
|
{ 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" },
|
||||||
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"
|
title="Our Moving Services"
|
||||||
description="Comprehensive removalist solutions tailored to your unique needs."
|
description="Comprehensive removalist solutions tailored to your unique needs."
|
||||||
@@ -165,60 +92,12 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
plans={[
|
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" },
|
||||||
id: "basic",
|
{ 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" },
|
||||||
title: "Local Small Move",
|
{ 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" },
|
||||||
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",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Pricing Options"
|
title="Pricing Options"
|
||||||
description="Transparent pricing for every budget and moving size."
|
description="Flexible moving packages tailored to your schedule and volume, with no hidden fees"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -228,41 +107,11 @@ export default function LandingPage() {
|
|||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
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: "1",
|
{ 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" },
|
||||||
name: "Sarah Miller",
|
{ 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" },
|
||||||
handle: "@sarah_m",
|
{ 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" },
|
||||||
testimonial: "Babylon made our interstate move completely stress-free. So professional!",
|
{ 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" },
|
||||||
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"
|
title="Client Success Stories"
|
||||||
description="What our customers are saying about our moving services."
|
description="What our customers are saying about our moving services."
|
||||||
@@ -276,30 +125,10 @@ export default function LandingPage() {
|
|||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
members={[
|
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: "t1",
|
{ id: "t2", name: "Mike Smith", role: "Logistics Expert", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-men-carrying-box_23-2149392120.jpg" },
|
||||||
name: "John Doe",
|
{ 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" },
|
||||||
role: "Senior Lead Mover",
|
{ id: "t4", name: "Chris Taylor", role: "Packing Expert", imageSrc: "http://img.b2bpic.net/free-photo/front-view-businessman-with-crossed-arms_23-2148242733.jpg" },
|
||||||
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"
|
title="Meet Your Movers"
|
||||||
description="Our team of professional removalists are trained, reliable, and ready to assist."
|
description="Our team of professional removalists are trained, reliable, and ready to assist."
|
||||||
@@ -310,21 +139,9 @@ export default function LandingPage() {
|
|||||||
<FaqSplitText
|
<FaqSplitText
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{ id: "q1", title: "Are you fully insured?", content: "Yes, Babylon Removalist carries full transit insurance for all moves." },
|
||||||
id: "q1",
|
{ id: "q2", title: "Do you provide moving boxes?", content: "We offer premium packing boxes and wrapping materials for purchase." },
|
||||||
title: "Are you fully insured?",
|
{ id: "q3", title: "How far in advance should I book?", content: "We recommend booking at least 2 weeks in advance to secure your slot." },
|
||||||
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"
|
sideTitle="Common Questions"
|
||||||
sideDescription="Everything you need to know about our moving services."
|
sideDescription="Everything you need to know about our moving services."
|
||||||
@@ -335,18 +152,11 @@ export default function LandingPage() {
|
|||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactCTA
|
<ContactCTA
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{ variant: "plain" }}
|
||||||
variant: "plain",
|
|
||||||
}}
|
|
||||||
tag="Let's Move"
|
tag="Let's Move"
|
||||||
title="Ready for your move?"
|
title="Ready for your move?"
|
||||||
description="Contact us today for a free estimate and secure your moving date."
|
description="Contact us today for a free estimate and secure your moving date."
|
||||||
buttons={[
|
buttons={[{ text: "Request a Quote", href: "#" }]}
|
||||||
{
|
|
||||||
text: "Request a Quote",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</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"
|
imageSrc="http://img.b2bpic.net/free-photo/portrait-young-couple-with-cardboard-boxes-new-home-moving-house-concept_1157-47986.jpg"
|
||||||
logoText="Babylon Removalist"
|
logoText="Babylon Removalist"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{ title: "Links", items: [{ label: "Services", href: "#services" }, { label: "Pricing", href: "#pricing" }, { label: "Contact", href: "#contact" }] },
|
||||||
title: "Links",
|
{ title: "Support", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
|
||||||
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>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user