From 30a2bd742b63926d7dc9186f4b90c8f353d0f8f6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 10:33:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2017b18..79bd97a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -217,13 +217,13 @@ export default function LandingPage() { description="Follow us on our social media platforms to see our latest custom paint projects, behind-the-scenes glimpses, and connect with our community of riders and enthusiasts." tag="Stay Connected" names={[ - "Facebook", "Instagram", "YouTube", "Twitter (X)" + "Facebook: mpycustompaintjobs", "Instagram: mpypaintjobs_", "YouTube", "Twitter (X)" ]} buttons={[ { - text: "Facebook", href: "https://www.facebook.com/mpycustompaintjobs"}, + text: "Facebook: mpycustompaintjobs"}, { - text: "Instagram", href: "https://www.instagram.com/mpypaintjobs_?utm_source=ig_web_button_share_sheet&igsh=ZDNlZDc0MzIxNw=="}, + text: "Instagram: mpypaintjobs_"}, { text: "YouTube", href: "https://www.youtube.com/MPYPaintJobs"}, { @@ -313,4 +313,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1