From 181f9fec8be9b786e824eabcd8de546cf01328b3 Mon Sep 17 00:00:00 2001 From: Dex Burgess Date: Mon, 19 Aug 2024 06:04:00 +0000 Subject: [PATCH] Update app/(default)/page.tsx --- app/(default)/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/(default)/page.tsx b/app/(default)/page.tsx index 9bd9957..b880664 100644 --- a/app/(default)/page.tsx +++ b/app/(default)/page.tsx @@ -1,6 +1,6 @@ export const metadata = { title: 'Home - Simply Synced LLC, simplifying your world!', - description: 'Simply Synced is your IT consulting partner for tailored solutions and business success. Empowering your tech journey.', + description: 'Simply Synced is your IT consulting partner for tailored solutions and business success. Empowering your tech journey at home or in your business.', } import Hero from '@/components/hero-home'