Update src/app/services/page.tsx
This commit is contained in:
@@ -58,33 +58,17 @@ export default function ServicesPage() {
|
||||
<FeatureCardTwentyTwo
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
category: ["Residential"],
|
||||
title: "Residential Roofing",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-20.jpg?_wi=3",
|
||||
imageAlt: "Residential Roofing service image.",
|
||||
},
|
||||
id: "1", category: ["Residential"],
|
||||
title: "Residential Roofing", imageSrc: "https://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-20.jpg", imageAlt: "Residential Roofing service image."},
|
||||
{
|
||||
id: "2",
|
||||
category: ["Free Service"],
|
||||
title: "Roof Inspections",
|
||||
imageSrc: "https://img.b2bpic.net/free-vector/road-worker-flat_98292-813.jpg?_wi=3",
|
||||
imageAlt: "Roof Inspections service image.",
|
||||
},
|
||||
id: "2", category: ["Free Service"],
|
||||
title: "Roof Inspections", imageSrc: "https://img.b2bpic.net/free-vector/road-worker-flat_98292-813.jpg", imageAlt: "Roof Inspections service image."},
|
||||
{
|
||||
id: "3",
|
||||
category: ["Restoration"],
|
||||
title: "Storm & Insurance Restoration",
|
||||
imageSrc: "https://img.b2bpic.net/free-vector/flat-design-patented-stamp-collection_23-2149752886.jpg?_wi=3",
|
||||
imageAlt: "Storm & Insurance Restoration service image.",
|
||||
},
|
||||
id: "3", category: ["Restoration"],
|
||||
title: "Storm & Insurance Restoration", imageSrc: "https://img.b2bpic.net/free-vector/flat-design-patented-stamp-collection_23-2149752886.jpg", imageAlt: "Storm & Insurance Restoration service image."},
|
||||
{
|
||||
id: "4",
|
||||
category: ["Emergency"],
|
||||
title: "Leak Detection & Repairs",
|
||||
imageSrc: "https://img.b2bpic.net/free-vector/usa-labor-day-badge-collection-flat-style_23-2148237287.jpg?_wi=3",
|
||||
imageAlt: "Leak Detection & Repairs service image.",
|
||||
},
|
||||
id: "4", category: ["Emergency"],
|
||||
title: "Leak Detection & Repairs", imageSrc: "https://img.b2bpic.net/free-vector/usa-labor-day-badge-collection-flat-style_23-2148237287.jpg", imageAlt: "Leak Detection & Repairs service image."},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
title="Our Comprehensive Services"
|
||||
@@ -103,26 +87,14 @@ export default function ServicesPage() {
|
||||
<FeatureCardTwentyTwo
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
category: ["Expertise"],
|
||||
title: "Insurance Claim Experts",
|
||||
imageSrc: "https://img.b2bpic.net/free-vector/flat-design-patented-stamp-collection_23-2149752886.jpg?_wi=4",
|
||||
imageAlt: "Insurance claim expert icon.",
|
||||
},
|
||||
id: "1", category: ["Expertise"],
|
||||
title: "Insurance Claim Experts", imageSrc: "https://img.b2bpic.net/free-vector/flat-design-patented-stamp-collection_23-2149752886.jpg", imageAlt: "Insurance claim expert icon."},
|
||||
{
|
||||
id: "2",
|
||||
category: ["Efficiency"],
|
||||
title: "One-Day Installs",
|
||||
imageSrc: "https://img.b2bpic.net/free-vector/road-worker-flat_98292-813.jpg?_wi=4",
|
||||
imageAlt: "One-day installs icon.",
|
||||
},
|
||||
id: "2", category: ["Efficiency"],
|
||||
title: "One-Day Installs", imageSrc: "https://img.b2bpic.net/free-vector/road-worker-flat_98292-813.jpg", imageAlt: "One-day installs icon."},
|
||||
{
|
||||
id: "3",
|
||||
category: ["Integrity"],
|
||||
title: "Radical Honesty",
|
||||
imageSrc: "https://img.b2bpic.net/free-vector/usa-labor-day-badge-collection-flat-style_23-2148237287.jpg?_wi=4",
|
||||
imageAlt: "Radical honesty icon.",
|
||||
},
|
||||
id: "3", category: ["Integrity"],
|
||||
title: "Radical Honesty", imageSrc: "https://img.b2bpic.net/free-vector/usa-labor-day-badge-collection-flat-style_23-2148237287.jpg", imageAlt: "Radical honesty icon."},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
title="The Value Behind Our Services"
|
||||
|
||||
Reference in New Issue
Block a user