diff --git a/src/app/page.tsx b/src/app/page.tsx index 3cfbc4f..4cfeabf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { logoIcon: Shield, sidebarItems: [{ icon: Shield, active: true }, { icon: Users }], buttons: [{ text: "Get a Quote", href: "#contact" }], - imageSrc: "https://pixabay.com/get/g7e98916d19dd745d9b756b973c098db86be413d0d8dff1e5d23597a00561599c92bc4a7882beb783b0b7cda7e5f257067d2c769c12589c3de08062d66fd620d6_1280.jpg" + imageSrc: "https://pixabay.com/get/g7e98916d19dd745d9b756b973c098db86be413d0d8dff1e5d23597a00561599c92bc4a7882beb783b0b7cda7e5f257067d2c769c12589c3de08062d66fd620d6_1280.jpg", listItems: [{ icon: Shield, title: "Recent Install", status: "Completed" }, { icon: Users, title: "Consultation", status: "Pending" }] }} /> @@ -137,4 +137,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file