diff --git a/src/app/page.tsx b/src/app/page.tsx
index d99a520..df96d80 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,26 +28,11 @@ export default function LandingPage() {
@@ -56,105 +41,17 @@ export default function LandingPage() {
@@ -165,33 +62,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
- {
- id: "s1",
- brand: "Service",
- name: "Driveway Installation & Repaving",
- price: "Request Quote",
- rating: 5,
- reviewCount: "12",
- imageSrc: "http://img.b2bpic.net/free-photo/natural-grass-close-up_23-2148858219.jpg?_wi=3",
- },
- {
- id: "s2",
- brand: "Service",
- name: "Excavating & Land Clearing",
- price: "Request Quote",
- rating: 5,
- reviewCount: "18",
- imageSrc: "http://img.b2bpic.net/free-photo/natural-grass-close-up_23-2148858219.jpg?_wi=4",
- },
- {
- id: "s3",
- brand: "Service",
- name: "Property Cleanup & Grading",
- price: "Request Quote",
- rating: 5,
- reviewCount: "15",
- imageSrc: "http://img.b2bpic.net/free-photo/natural-grass-close-up_23-2148858219.jpg?_wi=5",
- },
+ { id: "s1", brand: "Service", name: "Driveway Installation & Repaving", price: "Request Quote", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/natural-grass-close-up_23-2148858219.jpg?_wi=3" },
+ { id: "s2", brand: "Service", name: "Excavating & Land Clearing", price: "Request Quote", rating: 5, reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/natural-grass-close-up_23-2148858219.jpg?_wi=4" },
+ { id: "s3", brand: "Service", name: "Property Cleanup & Grading", price: "Request Quote", rating: 5, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/natural-grass-close-up_23-2148858219.jpg?_wi=5" },
]}
title="Our Professional Services"
description="High-quality excavation, grading, and paving solutions for your property."
@@ -204,21 +77,9 @@ export default function LandingPage() {
title="Why Choose Jerry Conover Excavating?"
description="New Jersey’s trusted excavating and paving partner providing top-tier results."
accordionItems={[
- {
- id: "f1",
- title: "Honest, Upfront Pricing",
- content: "No hidden fees. We believe in complete transparency from the initial estimate to final completion.",
- },
- {
- id: "f2",
- title: "Fast Turnaround",
- content: "We respect your time. Most driveway projects are completed efficiently within 1–2 days.",
- },
- {
- id: "f3",
- title: "Experienced Local Crew",
- content: "Skilled and knowledgeable, our team knows NJ projects and delivers top-notch customer service.",
- },
+ { id: "f1", title: "Honest, Upfront Pricing", content: "No hidden fees. We believe in complete transparency from the initial estimate to final completion." },
+ { id: "f2", title: "Fast Turnaround", content: "We respect your time. Most driveway projects are completed efficiently within 1–2 days." },
+ { id: "f3", title: "Experienced Local Crew", content: "Skilled and knowledgeable, our team knows NJ projects and delivers top-notch customer service." },
]}
imageSrc="http://img.b2bpic.net/free-photo/natural-grass-close-up_23-2148858219.jpg?_wi=6"
mediaAnimation="slide-up"
@@ -229,35 +90,13 @@ export default function LandingPage() {
@@ -265,33 +104,13 @@ export default function LandingPage() {