diff --git a/src/app/page.tsx b/src/app/page.tsx index 72e4a44..23b841a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,74 +31,31 @@ export default function LandingPage() {
@@ -109,21 +66,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} features={[ - { - title: "Residential Driveways", - description: "Custom driveways built for durability and aesthetic appeal.", - imageSrc: "http://img.b2bpic.net/free-photo/worker-using-power-trowel-machine-construction-site_651396-3214.jpg", - }, - { - title: "Commercial Lots", - description: "High-traffic parking lot paving and striping services.", - imageSrc: "http://img.b2bpic.net/free-photo/stairway-city_53876-23371.jpg", - }, - { - title: "Sealcoating", - description: "Extend the life of your surface with premium sealcoating.", - imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-protective-equipment-high-angle_23-2149714275.jpg", - }, + { title: "Residential Driveways", description: "Custom driveways built for durability and aesthetic appeal.", imageSrc: "http://img.b2bpic.net/free-photo/worker-using-power-trowel-machine-construction-site_651396-3214.jpg" }, + { title: "Commercial Lots", description: "High-traffic parking lot paving and striping services.", imageSrc: "http://img.b2bpic.net/free-photo/stairway-city_53876-23371.jpg" }, + { title: "Sealcoating", description: "Extend the life of your surface with premium sealcoating.", imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-protective-equipment-high-angle_23-2149714275.jpg" }, ]} title="Our Paving Services" description="Comprehensive asphalt solutions for residential and commercial needs." @@ -135,36 +80,20 @@ export default function LandingPage() { useInvertedBackground={true} tag="Professional Excellence" title="Why Choose Our Paving Services?" - buttons={[ - { - text: "Learn More", - href: "#process", - }, - ]} + buttons={[{ text: "Learn More", href: "#process" }]} />
@@ -305,37 +162,17 @@ export default function LandingPage() { ); -} +} \ No newline at end of file