diff --git a/src/app/page.tsx b/src/app/page.tsx
index ef8b061..07cf3dc 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
@@ -55,77 +47,48 @@ export default function LandingPage() {
@@ -152,19 +115,13 @@ export default function LandingPage() {
features={[
{
icon: Zap,
- title: "Same-Day Service",
- description: "Need it gone now? Our flexible schedule ensures we get to you fast.",
- },
+ title: "Same-Day Service", description: "Need it gone now? Our flexible schedule ensures we get to you fast."},
{
icon: DollarSign,
- title: "Transparent Pricing",
- description: "No hidden costs, no surprises. You pay exactly what we quote.",
- },
+ title: "Transparent Pricing", description: "No hidden costs, no surprises. You pay exactly what we quote."},
{
icon: Recycle,
- title: "Responsible Disposal",
- description: "We donate and recycle whenever possible to keep NC clean.",
- },
+ title: "Responsible Disposal", description: "We donate and recycle whenever possible to keep NC clean."},
]}
title="Why Choose O&R?"
description="Simple, efficient, and cost-effective solutions for all your hauling needs."
@@ -178,34 +135,16 @@ export default function LandingPage() {
useInvertedBackground={true}
metrics={[
{
- id: "m1",
- value: "500+",
- title: "Happy Homeowners",
- items: [
- "Residential Cleanouts",
- "Garage Clearing",
- "Estate Sales",
- ],
+ id: "m1", value: "500+", title: "Happy Homeowners", items: [
+ "Residential Cleanouts", "Garage Clearing", "Estate Sales"],
},
{
- id: "m2",
- value: "150+",
- title: "Construction Projects",
- items: [
- "Debris Removal",
- "Site Prep",
- "Contractor Support",
- ],
+ id: "m2", value: "150+", title: "Construction Projects", items: [
+ "Debris Removal", "Site Prep", "Contractor Support"],
},
{
- id: "m3",
- value: "99%",
- title: "Customer Satisfaction",
- items: [
- "Reliability",
- "On-time arrival",
- "Respectful Service",
- ],
+ id: "m3", value: "99%", title: "Customer Satisfaction", items: [
+ "Reliability", "On-time arrival", "Respectful Service"],
},
]}
title="Trusted by NC Community"
@@ -221,25 +160,15 @@ export default function LandingPage() {
author="Sarah M., Raleigh NC"
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/handsome-man-making-ok-sign_1368-6336.jpg",
- alt: "Sarah M.",
- },
+ src: "http://img.b2bpic.net/free-photo/handsome-man-making-ok-sign_1368-6336.jpg", alt: "Sarah M."},
{
- src: "http://img.b2bpic.net/free-photo/happy-overjoyed-woman-rejoicing-her-success_74855-3513.jpg",
- alt: "Happy Client 2",
- },
+ src: "http://img.b2bpic.net/free-photo/happy-overjoyed-woman-rejoicing-her-success_74855-3513.jpg", alt: "Happy Client 2"},
{
- src: "http://img.b2bpic.net/free-photo/optimistic-confident-carefree-chill-african-american-female_176420-31297.jpg",
- alt: "Happy Client 3",
- },
+ src: "http://img.b2bpic.net/free-photo/optimistic-confident-carefree-chill-african-american-female_176420-31297.jpg", alt: "Happy Client 3"},
{
- src: "http://img.b2bpic.net/free-photo/happy-man-with-thumbs-up_1187-3144.jpg",
- alt: "Happy Client 4",
- },
+ src: "http://img.b2bpic.net/free-photo/happy-man-with-thumbs-up_1187-3144.jpg", alt: "Happy Client 4"},
{
- src: "http://img.b2bpic.net/free-photo/portrait-satisfied-happy-young-man-glasses-working-cafe-sitting-coworking-space-with-laptop-showing-thumbs-up-like-approve-smth-good-chatting-giving-online-lessons_1258-314620.jpg",
- alt: "Happy Client 5",
- },
+ src: "http://img.b2bpic.net/free-photo/portrait-satisfied-happy-young-man-glasses-working-cafe-sitting-coworking-space-with-laptop-showing-thumbs-up-like-approve-smth-good-chatting-giving-online-lessons_1258-314620.jpg", alt: "Happy Client 5"},
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -251,20 +180,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- 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.",
- },
+ 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: "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."},
]}
sideTitle="Frequently Asked Questions"
sideDescription="Have questions? We're here to help."
@@ -276,8 +196,7 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file