Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bd63460213 | |||
| f3754c1408 | |||
| 3309ec72df | |||
| 93afed3d2a | |||
| f4a96c90e9 |
@@ -40,7 +40,7 @@ export default function LandingPage() {
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="Reed Property Solutions LLC"
|
||||
brandName="Reedpropertysolutionsllc.com"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -164,8 +164,10 @@ export default function LandingPage() {
|
||||
{ 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." }
|
||||
{ id: "faq4", title: "What items are prohibited?", content: "For safety and compliance, we cannot accept hazardous materials (chemicals, oils, paints), automotive fluids, asbestos, or medical waste. Please contact our team if you are unsure about a specific item." },
|
||||
{ id: "faq5", title: "What is your scheduling policy?", content: "We offer flexible scheduling including same-day and next-day service. Appointments are filled on a first-come, first-served basis, so we recommend booking in advance to secure your preferred window." },
|
||||
{ id: "faq6", title: "How do you handle heavy items?", content: "Our team is equipped to handle appliances, furniture, and heavy debris. Please inform us of any exceptionally heavy items during booking so we can bring the right equipment." },
|
||||
{ id: "faq7", title: "Do I need to be home for the pickup?", content: "For most services, you do not need to be home as long as the items are accessible. We will coordinate with you to ensure a seamless process." }
|
||||
]}
|
||||
title="COMMON QUESTIONS"
|
||||
description="Need to know more about our junk removal and cleanout process?"
|
||||
@@ -189,7 +191,7 @@ export default function LandingPage() {
|
||||
{ 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"
|
||||
logoText="Reedpropertysolutionsllc.com"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user