Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 484f791f95 | |||
| dac1a12a87 | |||
| bc22ffbd70 | |||
| ad4f3abf47 | |||
| 5e401a1ac9 |
210
src/app/page.tsx
210
src/app/page.tsx
@@ -30,17 +30,11 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="JunkRemovalLR"
|
||||
/>
|
||||
@@ -52,73 +46,39 @@ export default function LandingPage() {
|
||||
description="We specialize in residential and commercial property junk removal. Same or next-day service, free estimates, and professional care for every job. Call 501-515-3978 now for your free estimate!"
|
||||
testimonials={[
|
||||
{
|
||||
name: "John D.",
|
||||
handle: "@johnd",
|
||||
testimonial: "Amazing service! They cleared out my garage in hours.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-donation-facility_23-2148687355.jpg",
|
||||
},
|
||||
name: "John D.", handle: "@johnd", testimonial: "Amazing service! They cleared out my garage in hours.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-donation-facility_23-2148687355.jpg"},
|
||||
{
|
||||
name: "Sarah W.",
|
||||
handle: "@sarahw",
|
||||
testimonial: "Very professional and friendly. Highly recommended.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tired-young-businessman-working-office-papers-christmas-day_176420-7741.jpg",
|
||||
},
|
||||
name: "Sarah W.", handle: "@sarahw", testimonial: "Very professional and friendly. Highly recommended.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tired-young-businessman-working-office-papers-christmas-day_176420-7741.jpg"},
|
||||
{
|
||||
name: "Mike R.",
|
||||
handle: "@miker",
|
||||
testimonial: "Fastest junk removal in the city. Great value.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-woman-carton-box_23-2147801232.jpg",
|
||||
},
|
||||
name: "Mike R.", handle: "@miker", testimonial: "Fastest junk removal in the city. Great value.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-woman-carton-box_23-2147801232.jpg"},
|
||||
{
|
||||
name: "Emily T.",
|
||||
handle: "@emilyt",
|
||||
testimonial: "They made cleaning out my office so easy.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sorting-garbage-concept-recycling-zero-waste_1153-6160.jpg",
|
||||
},
|
||||
name: "Emily T.", handle: "@emilyt", testimonial: "They made cleaning out my office so easy.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sorting-garbage-concept-recycling-zero-waste_1153-6160.jpg"},
|
||||
{
|
||||
name: "David B.",
|
||||
handle: "@davidb",
|
||||
testimonial: "Professional, quick, and careful with my furniture.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-making-surfboard_107420-94943.jpg",
|
||||
},
|
||||
name: "David B.", handle: "@davidb", testimonial: "Professional, quick, and careful with my furniture.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-making-surfboard_107420-94943.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Free Estimate",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Free Estimate", href: "#contact"},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:5015153978",
|
||||
},
|
||||
text: "Call Now", href: "tel:5015153978"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/girl-house-destroyed-by-war-war-ukraine_169016-63235.jpg"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY0jIpfeBfvLeCF2bACvgE7dpF/uploaded-1776384609178-qdbgzo6r.png"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/people-doing-community-service-by-collecting-trash-together_23-2149109113.jpg",
|
||||
alt: "Happy customer testimonial 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/people-doing-community-service-by-collecting-trash-together_23-2149109113.jpg", alt: "Happy customer testimonial 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/couple-collects-garbage-garbage-bags-park_1157-27358.jpg",
|
||||
alt: "Happy customer testimonial 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/couple-collects-garbage-garbage-bags-park_1157-27358.jpg", alt: "Happy customer testimonial 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_1170-2413.jpg",
|
||||
alt: "Happy customer testimonial 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_1170-2413.jpg", alt: "Happy customer testimonial 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-trash-bags-filled-with-trash-after-cleaning-environment_169016-12179.jpg",
|
||||
alt: "Happy customer testimonial 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-trash-bags-filled-with-trash-after-cleaning-environment_169016-12179.jpg", alt: "Happy customer testimonial 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/greenhouse-still-life_23-2148127925.jpg",
|
||||
alt: "Happy customer testimonial 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/greenhouse-still-life_23-2148127925.jpg", alt: "Happy customer testimonial 5"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ happy clients"
|
||||
/>
|
||||
@@ -130,20 +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: "http://img.b2bpic.net/free-photo/portrait-man-cleaning-his-house_23-2148119208.jpg"},
|
||||
]}
|
||||
title="Professional Junk Removal Solutions"
|
||||
description="We handle the heavy lifting so you don't have to."
|
||||
@@ -157,34 +108,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "100%",
|
||||
title: "Free Estimates",
|
||||
items: [
|
||||
"No hidden costs",
|
||||
"Transparent pricing",
|
||||
"Quick assessment",
|
||||
],
|
||||
id: "m1", value: "100%", title: "Free Estimates", items: [
|
||||
"No hidden costs", "Transparent pricing", "Quick assessment"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "Same/Next",
|
||||
title: "Fast Booking",
|
||||
items: [
|
||||
"Rapid dispatch",
|
||||
"Flexible scheduling",
|
||||
"Always on time",
|
||||
],
|
||||
id: "m2", value: "Same/Next", title: "Fast Booking", items: [
|
||||
"Rapid dispatch", "Flexible scheduling", "Always on time"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "Professional",
|
||||
title: "Careful Handling",
|
||||
items: [
|
||||
"Respectful crew",
|
||||
"Property care",
|
||||
"Safety focused",
|
||||
],
|
||||
id: "m3", value: "Professional", title: "Careful Handling", items: [
|
||||
"Respectful crew", "Property care", "Safety focused"],
|
||||
},
|
||||
]}
|
||||
title="Why Choose Us?"
|
||||
@@ -199,40 +132,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "John D.",
|
||||
role: "Homeowner",
|
||||
testimonial: "Amazing service! They cleared out my garage in hours.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-middle-age-man-holding-screwdriver-new-home-mouth-lips-shut-as-zip-with-fingers-secret-silent-taboo-talking_839833-5351.jpg",
|
||||
},
|
||||
id: "t1", name: "John D.", role: "Homeowner", testimonial: "Amazing service! They cleared out my garage in hours.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-middle-age-man-holding-screwdriver-new-home-mouth-lips-shut-as-zip-with-fingers-secret-silent-taboo-talking_839833-5351.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Sarah W.",
|
||||
role: "Business Owner",
|
||||
testimonial: "Very professional and friendly. Highly recommended.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-presenting-their-job-resignation_23-2149445151.jpg",
|
||||
},
|
||||
id: "t2", name: "Sarah W.", role: "Business Owner", testimonial: "Very professional and friendly. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/person-presenting-their-job-resignation_23-2149445151.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Mike R.",
|
||||
role: "Homeowner",
|
||||
testimonial: "Fastest junk removal in the city. Great value.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-volunteer-holding-box-with-donations-charity_23-2149230570.jpg",
|
||||
},
|
||||
id: "t3", name: "Mike R.", role: "Homeowner", testimonial: "Fastest junk removal in the city. Great value.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-volunteer-holding-box-with-donations-charity_23-2149230570.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Emily T.",
|
||||
role: "Office Manager",
|
||||
testimonial: "They made cleaning out my office so easy.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-paying-with-contactless-credit-card-takeaway-delivery-food-meal-order-delivery-man-while-working-startup-business-company-office_482257-2376.jpg",
|
||||
},
|
||||
id: "t4", name: "Emily T.", role: "Office Manager", testimonial: "They made cleaning out my office so easy.", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-paying-with-contactless-credit-card-takeaway-delivery-food-meal-order-delivery-man-while-working-startup-business-company-office_482257-2376.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "David B.",
|
||||
role: "Property Manager",
|
||||
testimonial: "Professional, quick, and careful with my furniture.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-man-standing-office-using-smartphone-with-personal-belongings-box_1098-17118.jpg",
|
||||
},
|
||||
id: "t5", name: "David B.", role: "Property Manager", testimonial: "Professional, quick, and careful with my furniture.", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-man-standing-office-using-smartphone-with-personal-belongings-box_1098-17118.jpg"},
|
||||
]}
|
||||
title="Client Success Stories"
|
||||
description="Join our satisfied residential and commercial clients."
|
||||
@@ -244,20 +152,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you provide free estimates?",
|
||||
content: "Yes, we always provide free, no-obligation estimates for all jobs.",
|
||||
},
|
||||
id: "f1", title: "Do you provide free estimates?", content: "Yes, we always provide free, no-obligation estimates for all jobs."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "How quickly can you help?",
|
||||
content: "We specialize in same or next-day appointments to meet your needs quickly.",
|
||||
},
|
||||
id: "f2", title: "How quickly can you help?", content: "We specialize in same or next-day appointments to meet your needs quickly."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "What properties do you service?",
|
||||
content: "We handle both residential and commercial properties, big or small.",
|
||||
},
|
||||
id: "f3", title: "What properties do you service?", content: "We handle both residential and commercial properties, big or small."},
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -268,20 +167,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Ready to get started?"
|
||||
title="Call 501-515-3978 or Book Below"
|
||||
description="Send us your estimate request and attach pictures of your junk to junkremovallr@gmail.com for a faster response. We're ready to assist you."
|
||||
buttons={[
|
||||
{
|
||||
text: "Email Photos/Request",
|
||||
href: "mailto:junkremovallr@gmail.com",
|
||||
},
|
||||
text: "Email Photos/Request", href: "mailto:junkremovallr@gmail.com"},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:5015153978",
|
||||
},
|
||||
text: "Call Now", href: "tel:5015153978"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -292,29 +186,19 @@ export default function LandingPage() {
|
||||
logoText="JunkRemovalLR"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Residential Junk",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Residential Junk", href: "#services"},
|
||||
{
|
||||
label: "Commercial Junk",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Commercial Junk", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "501-515-3978",
|
||||
href: "tel:5015153978",
|
||||
},
|
||||
label: "501-515-3978", href: "tel:5015153978"},
|
||||
{
|
||||
label: "junkremovallr@gmail.com",
|
||||
href: "mailto:junkremovallr@gmail.com",
|
||||
},
|
||||
label: "junkremovallr@gmail.com", href: "mailto:junkremovallr@gmail.com"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user