diff --git a/app/layout.tsx b/app/layout.tsx index 1cf721bb1..2a60b5f72 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -35,7 +35,7 @@ export const metadata = { export default async function RootLayout({ children }: { children: ReactNode }) { return ( - +
diff --git a/components/banner.tsx b/components/banner.tsx index 6c6ef1cbe..4a98346f5 100644 --- a/components/banner.tsx +++ b/components/banner.tsx @@ -3,7 +3,7 @@ import Tooltip from './tooltip'; function Banner() { return ( -
+
Speak to a Specialist Now:{' '} diff --git a/components/layout/footer.tsx b/components/layout/footer.tsx index 6610de93b..f6ea3966b 100644 --- a/components/layout/footer.tsx +++ b/components/layout/footer.tsx @@ -28,7 +28,7 @@ export default async function Footer() {

Monday - Friday 9:00am - 8:00pm EST

Saturday 11:00am - 4:00pm EST

-
+ {/*
facebook @@ -54,7 +54,7 @@ export default async function Footer() { twitter -
+
*/}
-
+
{SITE_NAME}
@@ -39,7 +39,7 @@ export default async function Navbar() {
-
+
}> @@ -51,7 +51,7 @@ export default async function Navbar() { {menu.length ? (
-
    +
      {menu.map((item: Menu) => (
    • - +
); } diff --git a/components/profile/popover.tsx b/components/profile/popover.tsx index 04062caf6..0099352aa 100644 --- a/components/profile/popover.tsx +++ b/components/profile/popover.tsx @@ -25,7 +25,7 @@ const ProfilePopover = ({ menu }: ProfilePopoverProps) => { leaveFrom="opacity-100 translate-y-0" leaveTo="opacity-0 translate-y-1" > - +
My Account