16 Commits

Author SHA1 Message Date
cd408fbbe8 Update src/app/page.tsx 2026-04-17 08:24:40 +00:00
b1371d1a05 Merge version_9 into main
Merge version_9 into main
2026-04-17 08:24:26 +00:00
1779460d1f Update src/app/page.tsx 2026-04-17 08:24:23 +00:00
28ba480e72 Merge version_8 into main
Merge version_8 into main
2026-04-17 08:23:36 +00:00
1d42a25462 Update src/app/page.tsx 2026-04-17 08:23:30 +00:00
89aace7ec0 Merge version_8 into main
Merge version_8 into main
2026-04-17 08:23:05 +00:00
2de860ab78 Update src/app/page.tsx 2026-04-17 08:23:02 +00:00
89a3d4748f Merge version_7 into main
Merge version_7 into main
2026-04-17 08:22:21 +00:00
bd63460213 Update src/app/page.tsx 2026-04-17 08:22:18 +00:00
f3754c1408 Merge version_5 into main
Merge version_5 into main
2026-04-17 08:18:42 +00:00
3309ec72df Update src/app/page.tsx 2026-04-17 08:18:39 +00:00
93afed3d2a Merge version_4 into main
Merge version_4 into main
2026-04-17 08:18:06 +00:00
dd9fcaa80b Remove watermark 2026-04-17 08:18:00 +00:00
f4a96c90e9 Merge version_4 into main
Merge version_4 into main
2026-04-17 08:16:02 +00:00
170ec276a3 Update src/app/page.tsx 2026-04-17 08:15:56 +00:00
42627fa6a6 Merge version_3 into main
Merge version_3 into main
2026-04-17 08:15:38 +00:00
2 changed files with 15 additions and 69 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";
@@ -33,7 +32,7 @@ export default function RootLayout({
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${lato.variable} antialiased`}>
<Tag />
{children}
<script
dangerouslySetInnerHTML={{

View File

@@ -39,7 +39,7 @@ export default function LandingPage() {
{ name: "FAQ", id: "faq" },
{ name: "Contact", id: "contact" }
]}
brandName="Reed Property Solutions LLC"
brandName="Reedpropertysolutionsllc.com"
/>
</div>
@@ -47,34 +47,13 @@ export default function LandingPage() {
<HeroBillboardTestimonial
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" }
]}
description="Veteran-owned property solutions at Reedpropertysolutionsllc.com — junk removal, cleanouts, demolition, moving & more."
testimonials={[]}
buttons={[
{ 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" }
]}
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" }
]}
imageSrc="http://img.b2bpic.net/free-photo/3d-geometric-abstract-twist-background_1048-17503.jpg?w=800&q=75"
/>
</div>
@@ -84,16 +63,9 @@ export default function LandingPage() {
textboxLayout="default"
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" }
]}
features={[]}
title="WHAT WE DO"
description="Reliable property solutions delivered with military-grade precision."
description="Reliable property solutions delivered with military-grade precision for your home or business at Reedpropertysolutionsllc.com."
/>
</div>
@@ -101,8 +73,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: "TRUSTED, VETERAN-OWNED SERVICE" },
{ type: "text", content: "REED PROPERTY SOLUTIONS LLC IS BUILT ON MILITARY VALUES: HONOR, RELIABILITY, AND PRECISION. AS A VETERAN-OWNED BUSINESS, WE BRING A LEVEL OF DISCIPLINE AND INTEGRITY TO EVERY PROPERTY JOB, ENSURING YOU RECEIVE SERVICE YOU CAN TRUST TO GET THE JOB DONE RIGHT, ON TIME, EVERY TIME." }
]}
/>
</div>
@@ -113,14 +85,6 @@ export default function LandingPage() {
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" }
]}
title="OUR WORK SPEAKS FOR ITSELF"
description="See the results of our professional property cleanout and removal services."
/>
@@ -128,16 +92,10 @@ export default function LandingPage() {
<div id="reviews" data-section="reviews">
<TestimonialCardTwo
testimonials={[]}
animationType="slide-up"
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" }
]}
title="WHAT OUR CUSTOMERS SAY"
description="Professional results backed by satisfied clients across residential and commercial sectors."
/>
@@ -147,11 +105,9 @@ export default function LandingPage() {
<SocialProofOne
textboxLayout="default"
useInvertedBackground={true}
names={[
"Residential Services", "Commercial Projects", "Veteran Owned", "Fast Response", "Fully Insured", "Heavy Lifting", "Free Estimates"
]}
names={[]}
title="OUR CORE VALUES"
description="Built on integrity and reliability."
description="Built on integrity and reliability at Reedpropertysolutionsllc.com."
/>
</div>
@@ -159,13 +115,7 @@ export default function LandingPage() {
<FaqBase
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: "faq4", title: "What items do you not accept?", content: "We cannot accept hazardous materials, chemicals, or automotive fluids. Please contact us for specific item inquiries." },
{ id: "faq5", title: "How soon can you schedule a pickup?", content: "We often offer same-day or next-day scheduling. Contact us to confirm availability for your preferred window." }
]}
faqs={[]}
title="COMMON QUESTIONS"
description="Need to know more about our junk removal and cleanout process?"
faqsAnimation="slide-up"
@@ -184,11 +134,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: "#" }] }
]}
logoText="Reed Property Solutions LLC"
columns={[]}
logoText="Reedpropertysolutionsllc.com"
/>
</div>
</ReactLenis>