From 745262a52b0fdabb340859428e89409c67b6e2a4 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 19:34:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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