diff --git a/src/app/page.tsx b/src/app/page.tsx index fc920d7..c930ddb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,26 +31,13 @@ export default function LandingPage() { @@ -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() {