diff --git a/src/app/page.tsx b/src/app/page.tsx index 8a1c072..ecda08a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -134,10 +134,10 @@ export default function LandingPage() { variant: "plain"}} tag="Book Today" title="DM Us for Appointments" - description="Find us on Instagram @FreshBinBoys. We offer service Monday and Wednesday, 4pm-7pm." + description="Find us on Instagram @Fresh_bin_boys. We offer service Monday and Wednesday, 4pm-7pm." buttons={[ { - text: "Instagram @FreshBinBoys", href: "https://instagram.com/FreshBinBoys"}, + text: "Instagram @Fresh_bin_boys", href: "https://instagram.com/Fresh_bin_boys"}, ]} /> @@ -151,4 +151,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file