diff --git a/src/app/how-it-works/page.tsx b/src/app/how-it-works/page.tsx
index e3c4c80..abedc03 100644
--- a/src/app/how-it-works/page.tsx
+++ b/src/app/how-it-works/page.tsx
@@ -9,7 +9,6 @@ import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwen
import FaqDouble from '@/components/sections/faq/FaqDouble';
import ContactText from '@/components/sections/contact/ContactText';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
-import { CheckCircle, AlertTriangle } from "lucide-react";
export default function HowItWorksPage() {
return (
@@ -42,6 +41,7 @@ export default function HowItWorksPage() {
@@ -49,6 +49,9 @@ export default function HowItWorksPage() {
@@ -58,12 +61,13 @@ export default function HowItWorksPage() {
animationType="slide-up"
textboxLayout="split"
gridVariant="two-columns-alternating-heights"
+ description="Five clear steps to guide your transition."
features={[
- { title: "We Listen & Assess", description: "Understanding your family's unique dynamics and goals.", imageSrc: "", titleIconSrc: "" },
- { title: "We Create a Personalized Transition Plan", description: "Developing a structured path that keeps everyone informed.", imageSrc: "", titleIconSrc: "" },
- { title: "We Coordinate the Transition", description: "Managing the logistical details from start to finish.", imageSrc: "", titleIconSrc: "" },
- { title: "We Support the Next Housing Decision", description: "Helping you find the right fit with confidence.", imageSrc: "", titleIconSrc: "" },
- { title: "We Help You Move Forward", description: "Ensuring stability and comfort for the road ahead.", imageSrc: "", titleIconSrc: "" }
+ { title: "We Listen & Assess", description: "Understanding your family's unique dynamics and goals.", imageSrc: "/placeholder.png", titleIconSrc: "", buttonText: "Learn More" },
+ { title: "We Create a Personalized Transition Plan", description: "Developing a structured path that keeps everyone informed.", imageSrc: "/placeholder.png", titleIconSrc: "", buttonText: "Learn More" },
+ { title: "We Coordinate the Transition", description: "Managing the logistical details from start to finish.", imageSrc: "/placeholder.png", titleIconSrc: "", buttonText: "Learn More" },
+ { title: "We Support the Next Housing Decision", description: "Helping you find the right fit with confidence.", imageSrc: "/placeholder.png", titleIconSrc: "", buttonText: "Learn More" },
+ { title: "We Help You Move Forward", description: "Ensuring stability and comfort for the road ahead.", imageSrc: "/placeholder.png", titleIconSrc: "", buttonText: "Learn More" }
]}
/>
@@ -72,14 +76,19 @@ export default function HowItWorksPage() {