Merge version_1 into main #2
@@ -76,41 +76,17 @@ export default function AboutPage() {
|
||||
<TestimonialCardOne
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Juan G",
|
||||
role: "Homeowner",
|
||||
company: "Pompano Beach",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=4",
|
||||
imageAlt: "Juan G - Satisfied Customer",
|
||||
},
|
||||
id: "1", name: "Juan G", role: "Homeowner", company: "Pompano Beach", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Juan G - Satisfied Customer"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Maria Rodriguez",
|
||||
role: "Property Manager",
|
||||
company: "Boca Raton",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg?_wi=2",
|
||||
imageAlt: "Maria Rodriguez - Satisfied Customer",
|
||||
},
|
||||
id: "2", name: "Maria Rodriguez", role: "Property Manager", company: "Boca Raton", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg", imageAlt: "Maria Rodriguez - Satisfied Customer"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Michael Chen",
|
||||
role: "Business Owner",
|
||||
company: "Fort Lauderdale",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=5",
|
||||
imageAlt: "Michael Chen - Satisfied Customer",
|
||||
},
|
||||
id: "3", name: "Michael Chen", role: "Business Owner", company: "Fort Lauderdale", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Michael Chen - Satisfied Customer"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sarah Johnson",
|
||||
role: "Homeowner",
|
||||
company: "Coral Springs",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/okay-bad-portrait-satisfied-pleased-female-customer-recommending-showing-ok-gesture-smiling-pleased-excellent-awesome-work_176420-44556.jpg?_wi=2",
|
||||
imageAlt: "Sarah Johnson - Satisfied Customer",
|
||||
},
|
||||
id: "4", name: "Sarah Johnson", role: "Homeowner", company: "Coral Springs", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/okay-bad-portrait-satisfied-pleased-female-customer-recommending-showing-ok-gesture-smiling-pleased-excellent-awesome-work_176420-44556.jpg", imageAlt: "Sarah Johnson - Satisfied Customer"},
|
||||
]}
|
||||
title="What Customers Say About Us"
|
||||
description="Real testimonials from homeowners and businesses we've served across South Florida"
|
||||
@@ -120,7 +96,7 @@ export default function AboutPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
tag="Customer Stories"
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -44,35 +44,14 @@ export default function GalleryPage() {
|
||||
<ProductCardTwo
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Residential",
|
||||
name: "Complete Roof Replacement",
|
||||
price: "Transformation",
|
||||
rating: 5,
|
||||
reviewCount: "Excellent",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=3",
|
||||
imageAlt: "Before and after complete roof replacement showing professional quality",
|
||||
},
|
||||
id: "1", brand: "Residential", name: "Complete Roof Replacement", price: "Transformation", rating: 5,
|
||||
reviewCount: "Excellent", imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg", imageAlt: "Before and after complete roof replacement showing professional quality"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Emergency Repair",
|
||||
name: "Leak Detection & Repair",
|
||||
price: "Fixed",
|
||||
rating: 5,
|
||||
reviewCount: "Professional",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=4",
|
||||
imageAlt: "Before and after leak detection and repair work",
|
||||
},
|
||||
id: "2", brand: "Emergency Repair", name: "Leak Detection & Repair", price: "Fixed", rating: 5,
|
||||
reviewCount: "Professional", imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg", imageAlt: "Before and after leak detection and repair work"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Storm Damage",
|
||||
name: "Damage Restoration",
|
||||
price: "Renewed",
|
||||
rating: 5,
|
||||
reviewCount: "Quality",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/old-rusty-metallic-surface_23-2148846057.jpg?_wi=2",
|
||||
imageAlt: "Before and after storm damage restoration and repair",
|
||||
},
|
||||
id: "3", brand: "Storm Damage", name: "Damage Restoration", price: "Renewed", rating: 5,
|
||||
reviewCount: "Quality", imageSrc: "http://img.b2bpic.net/free-photo/old-rusty-metallic-surface_23-2148846057.jpg", imageAlt: "Before and after storm damage restoration and repair"},
|
||||
]}
|
||||
title="Before & After Gallery"
|
||||
description="View our latest completed projects showcasing the transformation quality of Silverline Roofing work"
|
||||
@@ -87,59 +66,23 @@ export default function GalleryPage() {
|
||||
<TestimonialCardOne
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Juan G",
|
||||
role: "Homeowner",
|
||||
company: "Pompano Beach",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=6",
|
||||
imageAlt: "Juan G - Homeowner",
|
||||
},
|
||||
id: "1", name: "Juan G", role: "Homeowner", company: "Pompano Beach", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Juan G - Homeowner"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Maria Rodriguez",
|
||||
role: "Property Manager",
|
||||
company: "Boca Raton",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg?_wi=3",
|
||||
imageAlt: "Maria Rodriguez - Property Manager",
|
||||
},
|
||||
id: "2", name: "Maria Rodriguez", role: "Property Manager", company: "Boca Raton", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg", imageAlt: "Maria Rodriguez - Property Manager"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Michael Chen",
|
||||
role: "Business Owner",
|
||||
company: "Fort Lauderdale",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=7",
|
||||
imageAlt: "Michael Chen - Business Owner",
|
||||
},
|
||||
id: "3", name: "Michael Chen", role: "Business Owner", company: "Fort Lauderdale", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Michael Chen - Business Owner"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sarah Johnson",
|
||||
role: "Homeowner",
|
||||
company: "Coral Springs",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/okay-bad-portrait-satisfied-pleased-female-customer-recommending-showing-ok-gesture-smiling-pleased-excellent-awesome-work_176420-44556.jpg?_wi=3",
|
||||
imageAlt: "Sarah Johnson - Homeowner",
|
||||
},
|
||||
id: "4", name: "Sarah Johnson", role: "Homeowner", company: "Coral Springs", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/okay-bad-portrait-satisfied-pleased-female-customer-recommending-showing-ok-gesture-smiling-pleased-excellent-awesome-work_176420-44556.jpg", imageAlt: "Sarah Johnson - Homeowner"},
|
||||
{
|
||||
id: "5",
|
||||
name: "David Martinez",
|
||||
role: "Realtor",
|
||||
company: "Miami-Dade",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=8",
|
||||
imageAlt: "David Martinez - Realtor",
|
||||
},
|
||||
id: "5", name: "David Martinez", role: "Realtor", company: "Miami-Dade", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "David Martinez - Realtor"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Lisa Thompson",
|
||||
role: "Homeowner",
|
||||
company: "Tamarac",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=2",
|
||||
imageAlt: "Lisa Thompson - Homeowner",
|
||||
},
|
||||
id: "6", name: "Lisa Thompson", role: "Homeowner", company: "Tamarac", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Lisa Thompson - Homeowner"},
|
||||
]}
|
||||
title="Project Success Stories"
|
||||
description="Hear from homeowners and business owners who trusted us with their roofing projects"
|
||||
@@ -149,7 +92,7 @@ export default function GalleryPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
tag="Customer Reviews"
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
121
src/app/page.tsx
121
src/app/page.tsx
@@ -71,34 +71,22 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
icon: Wrench,
|
||||
title: "Roof Repair",
|
||||
description: "Fast repairs for leaks, damage, and wear. Same-day inspections available.",
|
||||
},
|
||||
title: "Roof Repair", description: "Fast repairs for leaks, damage, and wear. Same-day inspections available."},
|
||||
{
|
||||
icon: Search,
|
||||
title: "Leak Detection",
|
||||
description: "Advanced technology to locate leaks and prevent costly water damage.",
|
||||
},
|
||||
title: "Leak Detection", description: "Advanced technology to locate leaks and prevent costly water damage."},
|
||||
{
|
||||
icon: Home,
|
||||
title: "Roof Replacement",
|
||||
description: "Complete roof replacement with high-quality materials and expert installation.",
|
||||
},
|
||||
title: "Roof Replacement", description: "Complete roof replacement with high-quality materials and expert installation."},
|
||||
{
|
||||
icon: Square,
|
||||
title: "Flat Roof Systems",
|
||||
description: "Specialized flat roof repairs and installations for commercial properties.",
|
||||
},
|
||||
title: "Flat Roof Systems", description: "Specialized flat roof repairs and installations for commercial properties."},
|
||||
{
|
||||
icon: Layers,
|
||||
title: "Tile Roof Repair",
|
||||
description: "Expert repair and replacement of clay and ceramic tile roofs.",
|
||||
},
|
||||
title: "Tile Roof Repair", description: "Expert repair and replacement of clay and ceramic tile roofs."},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Roof Maintenance",
|
||||
description: "Regular maintenance programs to extend roof lifespan and prevent issues.",
|
||||
},
|
||||
title: "Roof Maintenance", description: "Regular maintenance programs to extend roof lifespan and prevent issues."},
|
||||
]}
|
||||
title="Our Services"
|
||||
description="Comprehensive roofing solutions for South Florida homeowners and businesses"
|
||||
@@ -106,7 +94,7 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -129,35 +117,14 @@ export default function HomePage() {
|
||||
<ProductCardTwo
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Residential",
|
||||
name: "Complete Roof Replacement",
|
||||
price: "Transformation",
|
||||
rating: 5,
|
||||
reviewCount: "Excellent",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=1",
|
||||
imageAlt: "Before and after roof replacement",
|
||||
},
|
||||
id: "1", brand: "Residential", name: "Complete Roof Replacement", price: "Transformation", rating: 5,
|
||||
reviewCount: "Excellent", imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg", imageAlt: "Before and after roof replacement"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Repair",
|
||||
name: "Leak Detection & Repair",
|
||||
price: "Fixed",
|
||||
rating: 5,
|
||||
reviewCount: "Professional",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=2",
|
||||
imageAlt: "Before and after leak repair",
|
||||
},
|
||||
id: "2", brand: "Repair", name: "Leak Detection & Repair", price: "Fixed", rating: 5,
|
||||
reviewCount: "Professional", imageSrc: "http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg", imageAlt: "Before and after leak repair"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Restoration",
|
||||
name: "Damage Restoration",
|
||||
price: "Renewed",
|
||||
rating: 5,
|
||||
reviewCount: "Quality",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/old-rusty-metallic-surface_23-2148846057.jpg?_wi=1",
|
||||
imageAlt: "Before and after storm damage restoration",
|
||||
},
|
||||
id: "3", brand: "Restoration", name: "Damage Restoration", price: "Renewed", rating: 5,
|
||||
reviewCount: "Quality", imageSrc: "http://img.b2bpic.net/free-photo/old-rusty-metallic-surface_23-2148846057.jpg", imageAlt: "Before and after storm damage restoration"},
|
||||
]}
|
||||
title="Before & After Gallery"
|
||||
description="See the quality of our work with real projects from satisfied customers"
|
||||
@@ -172,59 +139,23 @@ export default function HomePage() {
|
||||
<TestimonialCardOne
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Juan G",
|
||||
role: "Homeowner",
|
||||
company: "Pompano Beach",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1",
|
||||
imageAlt: "Juan G",
|
||||
},
|
||||
id: "1", name: "Juan G", role: "Homeowner", company: "Pompano Beach", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Juan G"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Maria Rodriguez",
|
||||
role: "Property Manager",
|
||||
company: "Boca Raton",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg?_wi=1",
|
||||
imageAlt: "Maria Rodriguez",
|
||||
},
|
||||
id: "2", name: "Maria Rodriguez", role: "Property Manager", company: "Boca Raton", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg", imageAlt: "Maria Rodriguez"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Michael Chen",
|
||||
role: "Business Owner",
|
||||
company: "Fort Lauderdale",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
id: "3", name: "Michael Chen", role: "Business Owner", company: "Fort Lauderdale", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Michael Chen"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sarah Johnson",
|
||||
role: "Homeowner",
|
||||
company: "Coral Springs",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/okay-bad-portrait-satisfied-pleased-female-customer-recommending-showing-ok-gesture-smiling-pleased-excellent-awesome-work_176420-44556.jpg?_wi=1",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
id: "4", name: "Sarah Johnson", role: "Homeowner", company: "Coral Springs", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/okay-bad-portrait-satisfied-pleased-female-customer-recommending-showing-ok-gesture-smiling-pleased-excellent-awesome-work_176420-44556.jpg", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "5",
|
||||
name: "David Martinez",
|
||||
role: "Realtor",
|
||||
company: "Miami-Dade",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=3",
|
||||
imageAlt: "David Martinez",
|
||||
},
|
||||
id: "5", name: "David Martinez", role: "Realtor", company: "Miami-Dade", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "David Martinez"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Lisa Thompson",
|
||||
role: "Homeowner",
|
||||
company: "Tamarac",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=1",
|
||||
imageAlt: "Lisa Thompson",
|
||||
},
|
||||
id: "6", name: "Lisa Thompson", role: "Homeowner", company: "Tamarac", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Lisa Thompson"},
|
||||
]}
|
||||
title="Customer Reviews"
|
||||
description="⭐ 4.9 Google Rating with 14+ reviews. Real feedback from satisfied homeowners."
|
||||
@@ -234,7 +165,7 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
tag="Testimonials"
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -45,34 +45,22 @@ export default function ServicesPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Wrench,
|
||||
title: "Roof Repair",
|
||||
description: "Fast repairs for leaks, damage, and wear. Same-day inspections available. Our experienced team handles emergency repairs with precision.",
|
||||
},
|
||||
title: "Roof Repair", description: "Fast repairs for leaks, damage, and wear. Same-day inspections available. Our experienced team handles emergency repairs with precision."},
|
||||
{
|
||||
icon: Search,
|
||||
title: "Leak Detection",
|
||||
description: "Advanced technology to locate leaks and prevent costly water damage. We use thermal imaging and moisture detection systems.",
|
||||
},
|
||||
title: "Leak Detection", description: "Advanced technology to locate leaks and prevent costly water damage. We use thermal imaging and moisture detection systems."},
|
||||
{
|
||||
icon: Home,
|
||||
title: "Roof Replacement",
|
||||
description: "Complete roof replacement with high-quality materials and expert installation. We work with premium roofing manufacturers.",
|
||||
},
|
||||
title: "Roof Replacement", description: "Complete roof replacement with high-quality materials and expert installation. We work with premium roofing manufacturers."},
|
||||
{
|
||||
icon: Square,
|
||||
title: "Flat Roof Systems",
|
||||
description: "Specialized flat roof repairs and installations for commercial properties. Includes TPO, EPDM, and membrane systems.",
|
||||
},
|
||||
title: "Flat Roof Systems", description: "Specialized flat roof repairs and installations for commercial properties. Includes TPO, EPDM, and membrane systems."},
|
||||
{
|
||||
icon: Layers,
|
||||
title: "Tile Roof Repair",
|
||||
description: "Expert repair and replacement of clay and ceramic tile roofs. We maintain structural integrity and aesthetic appeal.",
|
||||
},
|
||||
title: "Tile Roof Repair", description: "Expert repair and replacement of clay and ceramic tile roofs. We maintain structural integrity and aesthetic appeal."},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Roof Maintenance",
|
||||
description: "Regular maintenance programs to extend roof lifespan and prevent issues. Quarterly inspections and preventive care available.",
|
||||
},
|
||||
title: "Roof Maintenance", description: "Regular maintenance programs to extend roof lifespan and prevent issues. Quarterly inspections and preventive care available."},
|
||||
]}
|
||||
title="Complete Roofing Services"
|
||||
description="From emergency repairs to full replacements, Silverline Roofing offers comprehensive solutions for all your roofing needs across South Florida."
|
||||
@@ -80,7 +68,7 @@ export default function ServicesPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -89,35 +77,14 @@ export default function ServicesPage() {
|
||||
<ProductCardTwo
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Repair Service",
|
||||
name: "Professional Roof Repair",
|
||||
price: "From $500",
|
||||
rating: 5,
|
||||
reviewCount: "500+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748770.jpg",
|
||||
imageAlt: "Professional roof repair work",
|
||||
},
|
||||
id: "1", brand: "Repair Service", name: "Professional Roof Repair", price: "From $500", rating: 5,
|
||||
reviewCount: "500+", imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748770.jpg", imageAlt: "Professional roof repair work"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Inspection Service",
|
||||
name: "Comprehensive Roof Inspection",
|
||||
price: "Free Quote",
|
||||
rating: 5,
|
||||
reviewCount: "300+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-team-survey-check-solar-panel-roof_609648-2202.jpg",
|
||||
imageAlt: "Professional roof inspection",
|
||||
},
|
||||
id: "2", brand: "Inspection Service", name: "Comprehensive Roof Inspection", price: "Free Quote", rating: 5,
|
||||
reviewCount: "300+", imageSrc: "http://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-team-survey-check-solar-panel-roof_609648-2202.jpg", imageAlt: "Professional roof inspection"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Replacement Service",
|
||||
name: "Full Roof Replacement",
|
||||
price: "From $8000",
|
||||
rating: 5,
|
||||
reviewCount: "250+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofers-working-with-helmets_23-2149343708.jpg",
|
||||
imageAlt: "Professional roof replacement",
|
||||
},
|
||||
id: "3", brand: "Replacement Service", name: "Full Roof Replacement", price: "From $8000", rating: 5,
|
||||
reviewCount: "250+", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofers-working-with-helmets_23-2149343708.jpg", imageAlt: "Professional roof replacement"},
|
||||
]}
|
||||
title="Our Service Options"
|
||||
description="Detailed service offerings with transparent pricing and professional quality guaranteed on every project"
|
||||
|
||||
Reference in New Issue
Block a user