Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-17 08:13:49 +00:00

View File

@@ -31,26 +31,13 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Services",
id: "services",
},
{
name: "About",
id: "about",
},
{
name: "Reviews",
id: "reviews",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "Services", id: "services" },
{ name: "About", id: "about" },
{ name: "Gallery", id: "gallery" },
{ name: "Reviews", id: "reviews" },
{ name: "FAQ", id: "faq" },
{ name: "Contact", id: "contact" }
]}
brandName="Reed Property Solutions LLC"
/>
@@ -58,103 +45,35 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardTestimonial
background={{
variant: "glowing-orb",
}}
background={{ variant: "glowing-orb" }}
title="WE HANDLE THE HEAVY LIFTING"
description="Veteran-owned property solutions — junk removal, cleanouts, demolition, moving & more."
testimonials={[
{
name: "Sarah M.",
handle: "@customer",
testimonial: "Reed Property Solutions showed up on time, worked hard, and left the property spotless. Highly recommend!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-looking-camera-holding-cup-coffee_23-2148306626.jpg",
},
{
name: "Marcus T.",
handle: "@propertymgr",
testimonial: "Used them for a full cleanout on a rental property. Fast, professional, and fairly priced.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
},
{
name: "David R.",
handle: "@contractor",
testimonial: "Great company — veteran owned, and it shows. Very respectful and efficient crew.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg",
},
{
name: "Alice J.",
handle: "@realtor",
testimonial: "The best moving team I have hired for my clients. Fast and efficient.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-dark-haired-latin-man-posing-kitchen_74855-7991.jpg",
},
{
name: "John B.",
handle: "@homeowner",
testimonial: "Quick, easy, and painless appliance removal. Will definitely call again.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-waving-hand-outside_23-2149447136.jpg",
},
{ name: "Sarah M.", handle: "@customer", testimonial: "Reed Property Solutions showed up on time, worked hard, and left the property spotless. Highly recommend!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-looking-camera-holding-cup-coffee_23-2148306626.jpg" },
{ name: "Marcus T.", handle: "@propertymgr", testimonial: "Used them for a full cleanout on a rental property. Fast, professional, and fairly priced.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg" },
{ name: "David R.", handle: "@contractor", testimonial: "Great company — veteran owned, and it shows. Very respectful and efficient crew.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg" },
{ name: "Alice J.", handle: "@realtor", testimonial: "The best moving team I have hired for my clients. Fast and efficient.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-dark-haired-latin-man-posing-kitchen_74855-7991.jpg" },
{ name: "John B.", handle: "@homeowner", testimonial: "Quick, easy, and painless appliance removal. Will definitely call again.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-waving-hand-outside_23-2149447136.jpg" }
]}
buttons={[
{
text: "Call 256-263-2188",
href: "tel:2562632188",
},
{
text: "Get a Free Quote",
href: "#contact",
},
{ text: "Call 256-263-2188", href: "tel:2562632188" },
{ text: "Get a Free Quote", href: "#contact" }
]}
imageSrc="http://img.b2bpic.net/free-photo/3d-geometric-abstract-twist-background_1048-17503.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/country-music-interpret-singing-outdoors_23-2149498450.jpg",
alt: "Customer 1",
},
{
src: "http://img.b2bpic.net/free-photo/happy-father-smiling-taking-selfie-while-giving-thumbs-up_23-2148414933.jpg",
alt: "Customer 2",
},
{
src: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg",
alt: "Customer 3",
},
{
src: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg",
alt: "Customer 4",
},
{
src: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg",
alt: "Customer 5",
},
{ src: "http://img.b2bpic.net/free-photo/country-music-interpret-singing-outdoors_23-2149498450.jpg", alt: "Customer 1" },
{ src: "http://img.b2bpic.net/free-photo/happy-father-smiling-taking-selfie-while-giving-thumbs-up_23-2148414933.jpg", alt: "Customer 2" },
{ src: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg", alt: "Customer 3" },
{ src: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg", alt: "Customer 4" },
{ src: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg", alt: "Customer 5" }
]}
avatarText="Trusted by 500+ happy clients"
marqueeItems={[
{
type: "text",
text: "Junk Removal",
},
{
type: "text",
text: "Property Cleanouts",
},
{
type: "text",
text: "Appliance Removal",
},
{
type: "text",
text: "Furniture Moving",
},
{
type: "text",
text: "Demolition",
},
{ type: "text", text: "Junk Removal" },
{ type: "text", text: "Property Cleanouts" },
{ type: "text", text: "Appliance Removal" },
{ type: "text", text: "Furniture Moving" },
{ type: "text", text: "Demolition" }
]}
/>
</div>
@@ -166,48 +85,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
features={[
{
title: "Junk Removal",
description: "Keep your project moving. We haul off debris.",
imageSrc: "http://img.b2bpic.net/free-photo/man-tired-from-whipping-floor_23-2148514844.jpg",
titleImageSrc: "http://img.b2bpic.net/free-photo/female-gardener-preparing-plant-flower-greenhouse_53876-95789.jpg",
buttonText: "View",
},
{
title: "Property Cleanouts",
description: "Full-service cleanouts for homes and rentals.",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-checking-fridge-night_23-2150301902.jpg",
titleImageSrc: "http://img.b2bpic.net/free-photo/cluttered-interior-abandoned-house_23-2149454787.jpg",
buttonText: "View",
},
{
title: "Appliance Removal",
description: "Washers, dryers, fridges, and more.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-resting-couch-while-her-husband-decorating-their-new-living-room_329181-994.jpg",
titleImageSrc: "http://img.b2bpic.net/free-photo/mature-couple-with-luggage-going-holiday_1398-3667.jpg",
buttonText: "View",
},
{
title: "Furniture Removal",
description: "We do the heavy lifting for your furniture.",
imageSrc: "http://img.b2bpic.net/free-photo/nobody-empty-living-room-with-cardboard-packaging-new-home-furniture-things-stack-carton-boxes-no-people-household-property-with-package-cargo-move-real-estate_482257-43689.jpg",
titleImageSrc: "http://img.b2bpic.net/free-photo/happy-guy-embraces-favorite-dog-surrounded-by-boxes_273609-31624.jpg",
buttonText: "View",
},
{
title: "Moving Services",
description: "Loading, unloading, and transport services.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delivery-men-job-concept_23-2148684715.jpg",
titleImageSrc: "http://img.b2bpic.net/free-photo/diverse-husband-wife-decorating-new-rented-flat-move-enjoy-relocation-together-settling-home-property-feeling-happy-about-life-event-after-buying-household-future-life_482257-44153.jpg",
buttonText: "View",
},
{
title: "Demolition",
description: "Structure removal for residential and light commercial.",
imageSrc: "http://img.b2bpic.net/free-photo/destroyed-building-russian-s-war-ukraine_23-2149437829.jpg",
titleImageSrc: "http://img.b2bpic.net/free-photo/loader-transporting-soil-waste-materials-waste-treatment-plant_181624-47747.jpg",
buttonText: "View",
},
{ title: "Junk Removal", description: "Keep your project moving. We haul off debris.", imageSrc: "http://img.b2bpic.net/free-photo/man-tired-from-whipping-floor_23-2148514844.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/female-gardener-preparing-plant-flower-greenhouse_53876-95789.jpg", buttonText: "View" },
{ title: "Property Cleanouts", description: "Full-service cleanouts for homes and rentals.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-checking-fridge-night_23-2150301902.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/cluttered-interior-abandoned-house_23-2149454787.jpg", buttonText: "View" },
{ title: "Appliance Removal", description: "Washers, dryers, fridges, and more.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-resting-couch-while-her-husband-decorating-their-new-living-room_329181-994.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/mature-couple-with-luggage-going-holiday_1398-3667.jpg", buttonText: "View" },
{ title: "Furniture Removal", description: "We do the heavy lifting for your furniture.", imageSrc: "http://img.b2bpic.net/free-photo/nobody-empty-living-room-with-cardboard-packaging-new-home-furniture-things-stack-carton-boxes-no-people-household-property-with-package-cargo-move-real-estate_482257-43689.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/happy-guy-embraces-favorite-dog-surrounded-by-boxes_273609-31624.jpg", buttonText: "View" },
{ title: "Moving Services", description: "Loading, unloading, and transport services.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delivery-men-job-concept_23-2148684715.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/diverse-husband-wife-decorating-new-rented-flat-move-enjoy-relocation-together-settling-home-property-feeling-happy-about-life-event-after-buying-household-future-life_482257-44153.jpg", buttonText: "View" },
{ title: "Demolition", description: "Structure removal for residential and light commercial.", imageSrc: "http://img.b2bpic.net/free-photo/destroyed-building-russian-s-war-ukraine_23-2149437829.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/loader-transporting-soil-waste-materials-waste-treatment-plant_181624-47747.jpg", buttonText: "View" }
]}
title="WHAT WE DO"
description="Reliable property solutions delivered with military-grade precision."
@@ -218,14 +101,8 @@ export default function LandingPage() {
<InlineImageSplitTextAbout
useInvertedBackground={false}
heading={[
{
type: "text",
content: "REED PROPERTY SOLUTIONS — BUILT ON SERVICE",
},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/man-general-uniform-side-view_23-2149742945.jpg",
},
{ type: "text", content: "REED PROPERTY SOLUTIONS — BUILT ON SERVICE" },
{ type: "image", src: "http://img.b2bpic.net/free-photo/man-general-uniform-side-view_23-2149742945.jpg" }
]}
/>
</div>
@@ -235,49 +112,14 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={true}
animationType="slide-up"
products={[
{
id: "1",
name: "Site Cleanup Before",
price: "View",
variant: "Before",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-unhappy-male-female-with-dirty-faces-clothes-holding-washing-spray-sponges-shrugging-shoulders-being-sad-knowing-how-remove-all-stains-windows-facial-expressions_273609-7840.jpg",
},
{
id: "2",
name: "Site Cleanup After",
price: "View",
variant: "After",
imageSrc: "http://img.b2bpic.net/free-photo/old-abandoned-house-with-rusty-stairs_23-2149454766.jpg",
},
{
id: "3",
name: "Cleanout Before",
price: "View",
variant: "Before",
imageSrc: "http://img.b2bpic.net/free-photo/upset-european-woman-man-frown-faces-while-look-each-other-hold-spray-bottle-detergent-colourful-rags_273609-24896.jpg",
},
{
id: "4",
name: "Cleanout After",
price: "View",
variant: "After",
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-displeased-young-european-female-maid-looks-with-tired-expression-partner-who-feels-annoyed-keeps-arms-folded_273609-24893.jpg",
},
{
id: "5",
name: "Demolition Before",
price: "View",
variant: "Before",
imageSrc: "http://img.b2bpic.net/free-photo/couple-being-tired-cleaning-home_273609-7826.jpg",
},
{
id: "6",
name: "Demolition After",
price: "View",
variant: "After",
imageSrc: "http://img.b2bpic.net/free-photo/carpentry-concept_23-2147773462.jpg",
},
{ id: "1", name: "Site Cleanup Before", price: "View", variant: "Before", imageSrc: "http://img.b2bpic.net/free-photo/portrait-unhappy-male-female-with-dirty-faces-clothes-holding-washing-spray-sponges-shrugging-shoulders-being-sad-knowing-how-remove-all-stains-windows-facial-expressions_273609-7840.jpg" },
{ id: "2", name: "Site Cleanup After", price: "View", variant: "After", imageSrc: "http://img.b2bpic.net/free-photo/old-abandoned-house-with-rusty-stairs_23-2149454766.jpg" },
{ id: "3", name: "Cleanout Before", price: "View", variant: "Before", imageSrc: "http://img.b2bpic.net/free-photo/upset-european-woman-man-frown-faces-while-look-each-other-hold-spray-bottle-detergent-colourful-rags_273609-24896.jpg" },
{ id: "4", name: "Cleanout After", price: "View", variant: "After", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-displeased-young-european-female-maid-looks-with-tired-expression-partner-who-feels-annoyed-keeps-arms-folded_273609-24893.jpg" },
{ id: "5", name: "Demolition Before", price: "View", variant: "Before", imageSrc: "http://img.b2bpic.net/free-photo/couple-being-tired-cleaning-home_273609-7826.jpg" },
{ id: "6", name: "Demolition After", price: "View", variant: "After", imageSrc: "http://img.b2bpic.net/free-photo/carpentry-concept_23-2147773462.jpg" }
]}
title="OUR WORK SPEAKS FOR ITSELF"
description="See the results of our professional property cleanout and removal services."
@@ -290,41 +132,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah M.",
role: "Homeowner",
testimonial: "Reed Property Solutions showed up on time, worked hard, and left the property spotless. Highly recommend!",
imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-354.jpg",
},
{
id: "2",
name: "Marcus T.",
role: "Property Manager",
testimonial: "Used them for a full cleanout on a rental property. Fast, professional, and fairly priced.",
imageSrc: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-man-searching-home-rent-holding-house-paper-maket-smiling-st_1258-149935.jpg",
},
{
id: "3",
name: "David R.",
role: "Contractor",
testimonial: "Great company — veteran owned, and it shows. Very respectful and efficient crew.",
imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg",
},
{
id: "4",
name: "Alice J.",
role: "Realtor",
testimonial: "The best moving team I have hired for my clients.",
imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg",
},
{
id: "5",
name: "John B.",
role: "Homeowner",
testimonial: "Quick, easy, and painless appliance removal.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg",
},
{ id: "1", name: "Sarah M.", role: "Homeowner", testimonial: "Reed Property Solutions showed up on time, worked hard, and left the property spotless. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-354.jpg" },
{ id: "2", name: "Marcus T.", role: "Property Manager", testimonial: "Used them for a full cleanout on a rental property. Fast, professional, and fairly priced.", imageSrc: "http://img.b2bpic.net/free-photo/real-estate-concept-happy-young-man-searching-home-rent-holding-house-paper-maket-smiling-st_1258-149935.jpg" },
{ id: "3", name: "David R.", role: "Contractor", testimonial: "Great company — veteran owned, and it shows. Very respectful and efficient crew.", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg" },
{ id: "4", name: "Alice J.", role: "Realtor", testimonial: "The best moving team I have hired for my clients.", imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg" },
{ id: "5", name: "John B.", role: "Homeowner", testimonial: "Quick, easy, and painless appliance removal.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg" }
]}
title="WHAT OUR CUSTOMERS SAY"
description="Professional results backed by satisfied clients across residential and commercial sectors."
@@ -336,13 +148,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
"Residential Services",
"Commercial Projects",
"Veteran Owned",
"Fast Response",
"Fully Insured",
"Heavy Lifting",
"Free Estimates",
"Residential Services", "Commercial Projects", "Veteran Owned", "Fast Response", "Fully Insured", "Heavy Lifting", "Free Estimates"
]}
title="OUR CORE VALUES"
description="Built on integrity and reliability."
@@ -354,21 +160,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{
id: "faq1",
title: "Do you provide free estimates?",
content: "Yes, contact us today for a fast and free estimate.",
},
{
id: "faq2",
title: "Are you fully insured?",
content: "We are a professional, fully insured service provider.",
},
{
id: "faq3",
title: "Do you handle commercial projects?",
content: "We handle both residential and light commercial projects.",
},
{ id: "faq1", title: "Do you provide free estimates?", content: "Yes, contact us today for a fast and free estimate." },
{ id: "faq2", title: "Are you fully insured?", content: "We are a professional, fully insured service provider." },
{ id: "faq3", title: "Do you handle commercial projects?", content: "We handle both residential and light commercial projects." }
]}
title="COMMON QUESTIONS"
description="Need to know more about our junk removal and cleanout process?"
@@ -379,9 +173,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={true}
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
tag="Get in touch"
title="GET YOUR FREE ESTIMATE TODAY"
description="Contact us at 256-263-2188 or Jreed@reedpropertysolutionsllc.com"
@@ -391,34 +183,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "Home",
href: "#hero",
},
{
label: "Services",
href: "#services",
},
{
label: "Contact",
href: "#contact",
},
],
},
{
items: [
{
label: "Privacy",
href: "#",
},
{
label: "Terms",
href: "#",
},
],
},
{ items: [{ label: "Home", href: "#hero" }, { label: "Services", href: "#services" }, { label: "Contact", href: "#contact" }] },
{ items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] }
]}
logoText="Reed Property Solutions LLC"
/>