Merge version_1 into main #2
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
@@ -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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
104
src/app/page.tsx
104
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}
|
||||
/>
|
||||
</div>
|
||||
@@ -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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -248,6 +189,21 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
tag="Ready to Protect Your Property?"
|
||||
tagIcon={MessageSquare}
|
||||
title="Get Your Free Waterproofing Inspection Today"
|
||||
description="Contact RCS Waterproofing for a professional assessment of your residential or commercial waterproofing needs. Our team is ready to provide expert solutions."
|
||||
buttons={[
|
||||
{ text: "Schedule Free Inspection", href: "/contact" },
|
||||
{ text: "Call Now: (555) 123-4567", href: "tel:555-123-4567" },
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
logoText="RCS Waterproofing"
|
||||
|
||||
Reference in New Issue
Block a user