diff --git a/apps/web/components/Hero.tsx b/apps/web/components/Hero.tsx index 34fead2d..82eafc08 100644 --- a/apps/web/components/Hero.tsx +++ b/apps/web/components/Hero.tsx @@ -115,13 +115,13 @@ export default function Hero({ tracks }: { tracks: TrackPros[] }) { gradientUnits="userSpaceOnUse" gradientTransform="matrix(12.12436 -7 4.2 7.27461 16 16)" > - - - - - - - + + + + + + + diff --git a/apps/web/components/Tracks.tsx b/apps/web/components/Tracks.tsx index d9af482c..bda7c25f 100644 --- a/apps/web/components/Tracks.tsx +++ b/apps/web/components/Tracks.tsx @@ -128,11 +128,11 @@ export const Tracks = ({ tracks, categories }: TracksWithCategoriesProps) => { initial={{ y: -20, opacity: 0 }} animate={{ y: 0, opacity: 1 }} transition={{ duration: 0.5, ease: "easeInOut", type: "spring", damping: 10, delay: 0.5 }} - className="flex max-w-5xl flex-col gap-4 w-full mx-auto p-4" + className="mx-auto flex w-full max-w-5xl flex-col gap-4 p-4" id="tracks" > -
-
+
+
- +
-
+
{/* Filter by Categories */} -
+