diff --git a/src/app/_components/Projects/Filterbar.tsx b/src/app/_components/Projects/Filterbar.tsx index ef441d0..bdaed50 100644 --- a/src/app/_components/Projects/Filterbar.tsx +++ b/src/app/_components/Projects/Filterbar.tsx @@ -50,7 +50,7 @@ export const Filterbar: React.FC = () => { return (
{ return ( - +
-

+

Feedback

diff --git a/src/app/services/_components/WhereToStart.tsx b/src/app/services/_components/WhereToStart.tsx index d3a932b..8f70427 100644 --- a/src/app/services/_components/WhereToStart.tsx +++ b/src/app/services/_components/WhereToStart.tsx @@ -2,7 +2,7 @@ import { TitleAndCopy } from "@/components/TitleAndCopy"; export const WhereToStart: React.FC = () => { return ( -

+

diff --git a/src/components/Navbar/Navbar.tsx b/src/components/Navbar/Navbar.tsx index 9428ce4..f419789 100644 --- a/src/components/Navbar/Navbar.tsx +++ b/src/components/Navbar/Navbar.tsx @@ -103,7 +103,6 @@ export const Navbar: React.FC = () => { > { -// return ( -//

-//
-// -//

-// Let's Work Together. Let's Work Together. Let's Work Together. Let's -// Work Together. Let's Work Together. Let's Work Together. Let's Work -// Together -//

-//
-//
-//
-// ); -// }; - export const WorthyClients = () => { let [ref, { width }] = useMeasure(); const xTranslation = useMotionValue(0); diff --git a/src/globals.css b/src/globals.css index 551fc4a..c42384a 100644 --- a/src/globals.css +++ b/src/globals.css @@ -16,7 +16,7 @@ } .container-x-padding { - @apply px-8 md:px-16 lg:px-24 3xl:px-48 4xl:px-64; + @apply px-8 md:px-16 lg:px-24 3xl:px-64 4xl:px-64; } #editor > p {