diff --git a/src/app/page.tsx b/src/app/page.tsx
index b0bc46e..e18c41d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,22 +32,11 @@ export default function LandingPage() {
@@ -55,20 +44,12 @@ export default function LandingPage() {
-
@@ -141,165 +96,25 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
- {
- id: "p1",
- name: "Residential Foundations",
- price: "Custom Quote",
- variant: "Standard",
- imageSrc: "http://img.b2bpic.net/free-photo/empty-stone-stairway_1339-6117.jpg",
- },
- {
- id: "p2",
- name: "Commercial Slabs",
- price: "Custom Quote",
- variant: "Industrial",
- imageSrc: "http://img.b2bpic.net/free-photo/staircase-concrete_1203-3467.jpg",
- },
- {
- id: "p3",
- name: "Decorative Driveways",
- price: "Custom Quote",
- variant: "Stamped",
- imageSrc: "http://img.b2bpic.net/free-photo/urban-street-with-modern-architecture_23-2147694741.jpg",
- },
- {
- id: "p4",
- name: "Concrete Patios",
- price: "Custom Quote",
- variant: "Finish",
- imageSrc: "http://img.b2bpic.net/free-photo/outdoors-cobblestone-texture_23-2149432953.jpg",
- },
- {
- id: "p5",
- name: "Concrete Walkways",
- price: "Custom Quote",
- variant: "Safety",
- imageSrc: "http://img.b2bpic.net/free-photo/tiler-working-renovation-apartment_23-2149278575.jpg",
- },
- {
- id: "p6",
- name: "Structural Repair",
- price: "Custom Quote",
- variant: "Maintenance",
- imageSrc: "http://img.b2bpic.net/free-photo/excavator-digging-day-light-outdoors_23-2149194769.jpg",
- },
+ { id: "p1", name: "Residential Foundations", price: "Custom Quote", variant: "Standard", imageSrc: "http://img.b2bpic.net/free-photo/empty-stone-stairway_1339-6117.jpg" },
+ { id: "p2", name: "Commercial Slabs", price: "Custom Quote", variant: "Industrial", imageSrc: "http://img.b2bpic.net/free-photo/staircase-concrete_1203-3467.jpg" },
+ { id: "p3", name: "Decorative Driveways", price: "Custom Quote", variant: "Stamped", imageSrc: "http://img.b2bpic.net/free-photo/urban-street-with-modern-architecture_23-2147694741.jpg" },
]}
title="Our Specialized Concrete Services"
description="We offer a wide range of concrete services to meet your specific construction needs."
/>
-