diff --git a/src/app/page.tsx b/src/app/page.tsx index 70dddcc..bc736d8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -257,7 +257,7 @@ export default function LandingPage() { }, { title: "Follow", items: [ - { label: "Instagram", href: "https://instagram.com" }, + { label: "Instagram", href: "https://www.instagram.com/ocrusto/" }, { label: "Facebook", href: "https://facebook.com" }, { label: "Google Reviews", href: "https://google.com/maps" }, { label: "Contact Us", href: "#contact" } @@ -269,4 +269,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file