From a50e8cf4d367550ea26e5de67533484d7b204394 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 18:52:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 312 ++++++----------------------------------------- 1 file changed, 37 insertions(+), 275 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 78a761a..004929f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,73 +31,25 @@ export default function LandingPage() {
@@ -105,29 +57,15 @@ export default function LandingPage() {
@@ -137,106 +75,13 @@ export default function LandingPage() { textboxLayout="split" gridVariant="three-columns-all-equal-width" useInvertedBackground={false} + title="Our Services" + description="Expert solutions for all your paving and asphalt requirements." products={[ - { - id: "p1", - brand: "Service", - name: "Driveway Paving", - price: "Get Quote", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/yellow-road-marking-road-surface_1252-1139.jpg", - }, - { - id: "p2", - brand: "Service", - name: "Parking Lot Installation", - price: "Get Quote", - rating: 5, - reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-wearing-helmet_23-2149908152.jpg", - }, - { - id: "p3", - brand: "Service", - name: "Asphalt Repair & Seal", - price: "Get Quote", - rating: 5, - reviewCount: "95", - imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530695.jpg", - }, + { id: "p1", brand: "Paving", name: "Driveway Paving", price: "Contact Us", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/yellow-road-marking-road-surface_1252-1139.jpg" }, + { id: "p2", brand: "Commercial", name: "Parking Lot Installation", price: "Contact Us", rating: 5, reviewCount: "90", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-wearing-helmet_23-2149908152.jpg" }, + { id: "p3", brand: "Maintenance", name: "Asphalt Repair & Seal", price: "Contact Us", rating: 5, reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530695.jpg" }, ]} - title="Our Professional Paving Services" - description="Comprehensive solutions for residential and commercial paving needs." - /> - - -
-
- -
-
@@ -245,129 +90,46 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split" useInvertedBackground={true} + title="Testimonials" + description="See why homeowners and businesses choose S.T. Precision Paving." testimonials={[ - { - id: "1", - name: "Sarah Miller", - handle: "Homeowner", - testimonial: "S.T. Paving did an amazing job on our driveway. Professional and quick!", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-man-walking-street-with-backpack-his-shoulders_58466-16223.jpg", - }, - { - id: "2", - name: "John Davis", - handle: "Local Resident", - testimonial: "Highly recommended for any asphalt work. Solid communication and work.", - imageSrc: "http://img.b2bpic.net/free-photo/young-happy-manager-examining-business-progress-while-reading-charts-drinking-coffee-office_637285-14.jpg", - }, - { - id: "3", - name: "Emma Wilson", - handle: "Homeowner", - testimonial: "Fantastic results, our driveway looks brand new.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-lovely-couple-pose-urban-setting_273609-20538.jpg", - }, - { - id: "4", - name: "David Clark", - handle: "Business Owner", - testimonial: "Handled our parking lot repair efficiently. Great local business.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-female-construction-worker-with-folded-arms-standing-near-truck-sunlight_181624-55805.jpg?_wi=1", - }, - { - id: "5", - name: "Mike J.", - handle: "Property Manager", - testimonial: "Top tier efficiency, we use them for all our commercial properties.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-female-construction-worker-with-folded-arms-standing-near-truck-sunlight_181624-55805.jpg?_wi=2", - }, + { id: "1", name: "Sarah M.", handle: "Homeowner", testimonial: "Professional work and an incredible finish. My driveway looks brand new!" }, + { id: "2", name: "John D.", handle: "Business Owner", testimonial: "Efficient team, fair pricing. They handled our parking lot project without any hassle." }, + { id: "3", name: "Emma W.", handle: "Homeowner", testimonial: "Highly recommended for reliable asphalt service." } ]} - title="What Our Customers Say" - description="Trusted by hundreds of homeowners." />
); -} +} \ No newline at end of file -- 2.49.1