Merge version_4 into main #4
@@ -12,6 +12,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import Image from 'next/image';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -49,23 +50,23 @@ export default function LandingPage() {
|
||||
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?w=100&h=100" },
|
||||
{ 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?w=100&h=100" },
|
||||
{ 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?w=100&h=100" },
|
||||
{ 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?w=100&h=100" },
|
||||
{ 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?w=100&h=100" }
|
||||
]}
|
||||
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"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/3d-geometric-abstract-twist-background_1048-17503.jpg?w=800&q=75"
|
||||
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?w=50&h=50", alt: "Customer 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-father-smiling-taking-selfie-while-giving-thumbs-up_23-2148414933.jpg?w=50&h=50", alt: "Customer 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg?w=50&h=50", alt: "Customer 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg?w=50&h=50", alt: "Customer 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-competitive-employee_1098-2870.jpg?w=50&h=50", alt: "Customer 5" }
|
||||
]}
|
||||
avatarText="Trusted by 500+ happy clients"
|
||||
marqueeItems={[
|
||||
@@ -85,12 +86,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?w=600&q=70", titleImageSrc: "http://img.b2bpic.net/free-photo/female-gardener-preparing-plant-flower-greenhouse_53876-95789.jpg?w=100&h=100", 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?w=600&q=70", titleImageSrc: "http://img.b2bpic.net/free-photo/cluttered-interior-abandoned-house_23-2149454787.jpg?w=100&h=100", 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?w=600&q=70", titleImageSrc: "http://img.b2bpic.net/free-photo/mature-couple-with-luggage-going-holiday_1398-3667.jpg?w=100&h=100", 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?w=600&q=70", titleImageSrc: "http://img.b2bpic.net/free-photo/happy-guy-embraces-favorite-dog-surrounded-by-boxes_273609-31624.jpg?w=100&h=100", 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?w=600&q=70", 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?w=100&h=100", 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?w=600&q=70", titleImageSrc: "http://img.b2bpic.net/free-photo/loader-transporting-soil-waste-materials-waste-treatment-plant_181624-47747.jpg?w=100&h=100", buttonText: "View" }
|
||||
]}
|
||||
title="WHAT WE DO"
|
||||
description="Reliable property solutions delivered with military-grade precision."
|
||||
@@ -102,7 +103,7 @@ export default function LandingPage() {
|
||||
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: "image", src: "http://img.b2bpic.net/free-photo/man-general-uniform-side-view_23-2149742945.jpg?w=800&q=75" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -114,12 +115,12 @@ export default function LandingPage() {
|
||||
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?w=600&q=75" },
|
||||
{ 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?w=600&q=75" },
|
||||
{ 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?w=600&q=75" },
|
||||
{ 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?w=600&q=75" },
|
||||
{ id: "5", name: "Demolition Before", price: "View", variant: "Before", imageSrc: "http://img.b2bpic.net/free-photo/couple-being-tired-cleaning-home_273609-7826.jpg?w=600&q=75" },
|
||||
{ id: "6", name: "Demolition After", price: "View", variant: "After", imageSrc: "http://img.b2bpic.net/free-photo/carpentry-concept_23-2147773462.jpg?w=600&q=75" }
|
||||
]}
|
||||
title="OUR WORK SPEAKS FOR ITSELF"
|
||||
description="See the results of our professional property cleanout and removal services."
|
||||
@@ -132,11 +133,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?w=100&h=100" },
|
||||
{ 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?w=100&h=100" },
|
||||
{ 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?w=100&h=100" },
|
||||
{ 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?w=100&h=100" },
|
||||
{ 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?w=100&h=100" }
|
||||
]}
|
||||
title="WHAT OUR CUSTOMERS SAY"
|
||||
description="Professional results backed by satisfied clients across residential and commercial sectors."
|
||||
|
||||
Reference in New Issue
Block a user