4 Commits

Author SHA1 Message Date
16956cc1fa Update src/app/page.tsx 2026-04-20 15:08:07 +00:00
d25fe2a771 Merge version_3 into main
Merge version_3 into main
2026-04-20 15:04:51 +00:00
611d2154fe Update src/app/page.tsx 2026-04-20 15:04:48 +00:00
b74ff58080 Merge version_2 into main
Merge version_2 into main
2026-04-20 15:01:49 +00:00

View File

@@ -61,7 +61,7 @@ export default function LandingPage() {
enableKpiAnimation={true} enableKpiAnimation={true}
buttons={[ buttons={[
{ {
text: "Get Your Free Quote", href: "#contact"}, text: "Book Same-Day Removal", href: "#contact"},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/still-life-with-gardening-concept_23-2148127871.jpg" imageSrc="http://img.b2bpic.net/free-photo/still-life-with-gardening-concept_23-2148127871.jpg"
imageAlt="O&R Removal and Hauling truck" imageAlt="O&R Removal and Hauling truck"
@@ -182,7 +182,7 @@ export default function LandingPage() {
{ {
id: "f1", title: "Do you offer same-day service?", content: "Yes, we strive to offer same-day or next-day service based on our current schedule availability."}, id: "f1", title: "Do you offer same-day service?", content: "Yes, we strive to offer same-day or next-day service based on our current schedule availability."},
{ {
id: "f2", title: "How is pricing calculated?", content: "Pricing is based on volume, weight, and type of materials. We provide a transparent quote upfront, and all our estimates are free and no-obligation, so you can inquire with total peace of mind."}, id: "f2", title: "How is pricing calculated?", content: "Pricing is based on volume, weight, and type of materials. We provide a transparent quote upfront."},
{ {
id: "f3", title: "What areas do you serve?", content: "We primarily serve the North Carolina 919 area code and surrounding regions."}, id: "f3", title: "What areas do you serve?", content: "We primarily serve the North Carolina 919 area code and surrounding regions."},
]} ]}