Update src/app/about/page.tsx
This commit is contained in:
@@ -59,17 +59,9 @@ export default function AboutPage() {
|
||||
<TeamCardEleven
|
||||
groups={[
|
||||
{
|
||||
id: "owner",
|
||||
groupTitle: "Owner",
|
||||
members: [
|
||||
id: "owner", groupTitle: "Owner", members: [
|
||||
{
|
||||
id: "1",
|
||||
title: "Ryan Pointer",
|
||||
subtitle: "Owner & Lead Craftsman",
|
||||
detail: "\"When I inspect a roof, I treat it like it’s protecting my own family.\"",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/portrait-confident-experienced-carpenter_329181-15660.jpg",
|
||||
imageAlt: "Portrait of Ryan, owner of Pointer Roofing & Construction LLC.",
|
||||
},
|
||||
id: "1", title: "Ryan Pointer", subtitle: "Owner & Lead Craftsman", detail: "\"When I inspect a roof, I treat it like it’s protecting my own family.\"", imageSrc: "https://img.b2bpic.net/free-photo/portrait-confident-experienced-carpenter_329181-15660.jpg", imageAlt: "Portrait of Ryan, owner of Pointer Roofing & Construction LLC."},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -91,11 +83,11 @@ export default function AboutPage() {
|
||||
<div id="the-process" data-section="the-process">
|
||||
<FeatureCardTwentyTwo
|
||||
features={[
|
||||
{ id: "1", category: [], title: "1. Free Roof Inspection", description: "Get a thorough assessment of your roof's condition, free of charge and obligation." },
|
||||
{ id: "2", category: [], title: "2. Insurance Support (if needed)", description: "We assist with your insurance claims, ensuring you get the coverage you deserve." },
|
||||
{ id: "3", category: [], title: "3. Clear Estimate", description: "Receive a detailed, transparent estimate with no hidden fees or surprises." },
|
||||
{ id: "4", category: [], title: "4. Precision Install", description: "Our expert team delivers high-quality, efficient installation, often in a single day." },
|
||||
{ id: "5", category: [], title: "5. Final Walkthrough", description: "We ensure your complete satisfaction with a meticulous final inspection." },
|
||||
{ id: "1", category: [], title: "1. Free Roof Inspection" },
|
||||
{ id: "2", category: [], title: "2. Insurance Support (if needed)" },
|
||||
{ id: "3", category: [], title: "3. Clear Estimate" },
|
||||
{ id: "4", category: [], title: "4. Precision Install" },
|
||||
{ id: "5", category: [], title: "5. Final Walkthrough" },
|
||||
]}
|
||||
animationType="slide-up"
|
||||
title="The Pointer Process™"
|
||||
|
||||
Reference in New Issue
Block a user