From 5dc92e50771c20af74791e4f212577d955f2dd34 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 21:31:09 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 57 ++++++------------------------------------ 1 file changed, 8 insertions(+), 49 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index ab493c8..bc11153 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -47,9 +47,10 @@ export default function AboutPage() { { value: "2,500+", title: "Projects Completed" }, { value: "98%", title: "Customer Satisfaction Rate" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/portrait-two-builders_1398-1747.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/portrait-two-builders_1398-1747.jpg" imageAlt="RCS Waterproofing professional team" mediaAnimation="slide-up" + metricsAnimation="slide-up" useInvertedBackground={false} /> @@ -83,59 +84,17 @@ export default function AboutPage() { useInvertedBackground={true} testimonials={[ { - id: "1", - title: "Transformed Our Basement", - quote: "RCS Waterproofing completely eliminated our basement moisture problems. The team was professional, efficient, and the results exceeded our expectations. Highly recommended!", - name: "Margaret Thompson", - role: "Homeowner, Pittsburgh PA", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=7", - imageAlt: "Margaret Thompson", - }, + id: "1", title: "Transformed Our Basement", quote: "RCS Waterproofing completely eliminated our basement moisture problems. The team was professional, efficient, and the results exceeded our expectations. Highly recommended!", name: "Margaret Thompson", role: "Homeowner, Pittsburgh PA", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Margaret Thompson"}, { - id: "2", - title: "Commercial Excellence", - quote: "We trusted RCS Waterproofing with our entire commercial facility. Their industrial-grade solutions and attention to detail sets them apart from competitors.", - name: "David Martinez", - role: "Facility Manager, Cleveland OH", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=8", - imageAlt: "David Martinez", - }, + id: "2", title: "Commercial Excellence", quote: "We trusted RCS Waterproofing with our entire commercial facility. Their industrial-grade solutions and attention to detail sets them apart from competitors.", name: "David Martinez", role: "Facility Manager, Cleveland OH", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Martinez"}, { - id: "3", - title: "Outstanding Professionalism", - quote: "From the free inspection to project completion, RCS Waterproofing demonstrated exceptional professionalism. Their warranty gives us complete peace of mind.", - name: "Jennifer Williams", - role: "Property Owner, Columbus OH", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=9", - imageAlt: "Jennifer Williams", - }, + id: "3", title: "Outstanding Professionalism", quote: "From the free inspection to project completion, RCS Waterproofing demonstrated exceptional professionalism. Their warranty gives us complete peace of mind.", name: "Jennifer Williams", role: "Property Owner, Columbus OH", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jennifer Williams"}, { - id: "4", - title: "Perfect Timing and Quality", - quote: "We needed urgent waterproofing work before winter. RCS delivered high-quality results on schedule. They're our go-to contractor for all protective coating needs.", - name: "Robert Chen", - role: "Real Estate Developer, Cincinnati OH", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=10", - imageAlt: "Robert Chen", - }, + id: "4", title: "Perfect Timing and Quality", quote: "We needed urgent waterproofing work before winter. RCS delivered high-quality results on schedule. They're our go-to contractor for all protective coating needs.", name: "Robert Chen", role: "Real Estate Developer, Cincinnati OH", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Robert Chen"}, { - id: "5", - title: "Transformed Our Investment", - quote: "Our commercial building needed comprehensive waterproofing. RCS Waterproofing assessed every detail and delivered a perfect solution. Outstanding work!", - name: "Sandra Johnson", - role: "Building Owner, Akron OH", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=11", - imageAlt: "Sandra Johnson", - }, + id: "5", title: "Transformed Our Investment", quote: "Our commercial building needed comprehensive waterproofing. RCS Waterproofing assessed every detail and delivered a perfect solution. Outstanding work!", name: "Sandra Johnson", role: "Building Owner, Akron OH", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sandra Johnson"}, { - id: "6", - title: "Years of Reliable Protection", - quote: "Five years ago, RCS Waterproofing sealed our home's foundation. It remains completely dry even after heavy rains. Best investment we made in our property!", - name: "Michael Peterson", - role: "Homeowner, Toledo OH", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=12", - imageAlt: "Michael Peterson", - }, + id: "6", title: "Years of Reliable Protection", quote: "Five years ago, RCS Waterproofing sealed our home's foundation. It remains completely dry even after heavy rains. Best investment we made in our property!", name: "Michael Peterson", role: "Homeowner, Toledo OH", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Peterson"}, ]} /> -- 2.49.1 From bfc3dd158546b53582a584a663461ee7a105f7d4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 21:31:09 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 104 ++++++++++++++--------------------------------- 1 file changed, 30 insertions(+), 74 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 61ade5b..f05c363 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,17 +60,11 @@ export default function HomePage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/working-metal-processing-factory_342744-250.jpg?_wi=1", - imageAlt: "Professional waterproofing services", - }, + imageSrc: "http://img.b2bpic.net/free-photo/working-metal-processing-factory_342744-250.jpg", imageAlt: "Professional waterproofing services"}, { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-painting-car-door_23-2149714299.jpg", - imageAlt: "Residential coating application", - }, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-painting-car-door_23-2149714299.jpg", imageAlt: "Residential coating application"}, { - imageSrc: "http://img.b2bpic.net/free-photo/working-metal-processing-factory_342744-250.jpg?_wi=2", - imageAlt: "Commercial waterproofing project", - }, + imageSrc: "http://img.b2bpic.net/free-photo/working-metal-processing-factory_342744-250.jpg", imageAlt: "Commercial waterproofing project"}, ]} autoplayDelay={5000} showDimOverlay={true} @@ -87,9 +81,10 @@ export default function HomePage() { { value: "2,500+", title: "Projects Completed" }, { value: "98%", title: "Customer Satisfaction Rate" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/portrait-two-builders_1398-1747.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/portrait-two-builders_1398-1747.jpg" imageAlt="RCS Waterproofing professional team" mediaAnimation="slide-up" + metricsAnimation="slide-up" useInvertedBackground={false} /> @@ -105,40 +100,28 @@ export default function HomePage() { animationType="slide-up" features={[ { - title: "Commercial Waterproofing", - description: "Industrial-grade waterproofing for buildings, warehouses, and large structures", - bentoComponent: "icon-info-cards", - items: [ + title: "Commercial Waterproofing", description: "Industrial-grade waterproofing for buildings, warehouses, and large structures", bentoComponent: "icon-info-cards", items: [ { icon: Building2, label: "Foundation Protection", value: "Complete Coverage" }, { icon: Droplet, label: "Water Sealing", value: "100% Effective" }, { icon: ShieldCheck, label: "Warranty Included", value: "10 Years" }, ], }, { - title: "Residential Waterproofing", - description: "Complete protection for homes, basements, and outdoor spaces", - bentoComponent: "icon-info-cards", - items: [ + title: "Residential Waterproofing", description: "Complete protection for homes, basements, and outdoor spaces", bentoComponent: "icon-info-cards", items: [ { icon: Home, label: "Basement Sealing", value: "Moisture-Free" }, { icon: Umbrella, label: "Exterior Coating", value: "All-Weather" }, { icon: Zap, label: "Quick Installation", value: "Same Week" }, ], }, { - title: "Professional Caulking", - description: "Precision caulking for gaps, joints, and expansion areas", - bentoComponent: "icon-info-cards", - items: [ + title: "Professional Caulking", description: "Precision caulking for gaps, joints, and expansion areas", bentoComponent: "icon-info-cards", items: [ { icon: Wrench, label: "Flexible Sealants", value: "Premium Materials" }, { icon: Target, label: "Precision Application", value: "Expert Technique" }, { icon: Palmtree, label: "Long-Lasting", value: "5+ Years" }, ], }, { - title: "Protective Coatings", - description: "Durable coating solutions for concrete, metals, and surfaces", - bentoComponent: "icon-info-cards", - items: [ + title: "Protective Coatings", description: "Durable coating solutions for concrete, metals, and surfaces", bentoComponent: "icon-info-cards", items: [ { icon: Palette, label: "Custom Colors", value: "Wide Selection" }, { icon: Sun, label: "UV Protection", value: "Fade Resistant" }, { icon: Flame, label: "Extreme Durability", value: "Industrial Grade" }, @@ -177,59 +160,17 @@ export default function HomePage() { useInvertedBackground={true} testimonials={[ { - id: "1", - title: "Transformed Our Basement", - quote: "RCS Waterproofing completely eliminated our basement moisture problems. The team was professional, efficient, and the results exceeded our expectations. Highly recommended!", - name: "Margaret Thompson", - role: "Homeowner, Pittsburgh PA", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", - imageAlt: "Margaret Thompson", - }, + id: "1", title: "Transformed Our Basement", quote: "RCS Waterproofing completely eliminated our basement moisture problems. The team was professional, efficient, and the results exceeded our expectations. Highly recommended!", name: "Margaret Thompson", role: "Homeowner, Pittsburgh PA", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Margaret Thompson"}, { - id: "2", - title: "Commercial Excellence", - quote: "We trusted RCS Waterproofing with our entire commercial facility. Their industrial-grade solutions and attention to detail sets them apart from competitors.", - name: "David Martinez", - role: "Facility Manager, Cleveland OH", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", - imageAlt: "David Martinez", - }, + id: "2", title: "Commercial Excellence", quote: "We trusted RCS Waterproofing with our entire commercial facility. Their industrial-grade solutions and attention to detail sets them apart from competitors.", name: "David Martinez", role: "Facility Manager, Cleveland OH", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Martinez"}, { - id: "3", - title: "Outstanding Professionalism", - quote: "From the free inspection to project completion, RCS Waterproofing demonstrated exceptional professionalism. Their warranty gives us complete peace of mind.", - name: "Jennifer Williams", - role: "Property Owner, Columbus OH", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", - imageAlt: "Jennifer Williams", - }, + id: "3", title: "Outstanding Professionalism", quote: "From the free inspection to project completion, RCS Waterproofing demonstrated exceptional professionalism. Their warranty gives us complete peace of mind.", name: "Jennifer Williams", role: "Property Owner, Columbus OH", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jennifer Williams"}, { - id: "4", - title: "Perfect Timing and Quality", - quote: "We needed urgent waterproofing work before winter. RCS delivered high-quality results on schedule. They're our go-to contractor for all protective coating needs.", - name: "Robert Chen", - role: "Real Estate Developer, Cincinnati OH", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", - imageAlt: "Robert Chen", - }, + id: "4", title: "Perfect Timing and Quality", quote: "We needed urgent waterproofing work before winter. RCS delivered high-quality results on schedule. They're our go-to contractor for all protective coating needs.", name: "Robert Chen", role: "Real Estate Developer, Cincinnati OH", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Robert Chen"}, { - id: "5", - title: "Transformed Our Investment", - quote: "Our commercial building needed comprehensive waterproofing. RCS Waterproofing assessed every detail and delivered a perfect solution. Outstanding work!", - name: "Sandra Johnson", - role: "Building Owner, Akron OH", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", - imageAlt: "Sandra Johnson", - }, + id: "5", title: "Transformed Our Investment", quote: "Our commercial building needed comprehensive waterproofing. RCS Waterproofing assessed every detail and delivered a perfect solution. Outstanding work!", name: "Sandra Johnson", role: "Building Owner, Akron OH", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sandra Johnson"}, { - id: "6", - title: "Years of Reliable Protection", - quote: "Five years ago, RCS Waterproofing sealed our home's foundation. It remains completely dry even after heavy rains. Best investment we made in our property!", - name: "Michael Peterson", - role: "Homeowner, Toledo OH", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", - imageAlt: "Michael Peterson", - }, + id: "6", title: "Years of Reliable Protection", quote: "Five years ago, RCS Waterproofing sealed our home's foundation. It remains completely dry even after heavy rains. Best investment we made in our property!", name: "Michael Peterson", role: "Homeowner, Toledo OH", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Peterson"}, ]} /> @@ -248,6 +189,21 @@ export default function HomePage() { /> +
+ +
+