diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 5dca460..d575b16 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -92,9 +92,9 @@ export default function HomePage() { title="Premium Digital Services" description="Expertly crafted digital solutions for modern businesses." items={[ - { title: "Professional Websites", description: "High-performance, responsive sites tailored to your brand." }, - { title: "Digital Strategy", description: "Growth-focused planning to reach your target market." }, - { title: "Ongoing Support", description: "Dedicated maintenance and updates to keep you online." } + { title: "Professional Websites", description: "High-performance, responsive sites tailored to your brand.", href: "/services" }, + { title: "Digital Strategy", description: "Growth-focused planning to reach your target market.", href: "/services" }, + { title: "Ongoing Support", description: "Dedicated maintenance and updates to keep you online.", href: "/services" } ]} />