diff --git a/apps/website/components/home-section-cards-header/home-section-cards-header.tsx b/apps/website/components/home-section-cards-header/home-section-cards-header.tsx index b13c9a1..17ef4cb 100644 --- a/apps/website/components/home-section-cards-header/home-section-cards-header.tsx +++ b/apps/website/components/home-section-cards-header/home-section-cards-header.tsx @@ -14,7 +14,7 @@ export function HomeSectionCardsHeader(props: HomeSectionCardsHeaderProps) { return ( <>
-
+
+
diff --git a/apps/website/components/home/home.tsx b/apps/website/components/home/home.tsx index d2173a6..397dacc 100644 --- a/apps/website/components/home/home.tsx +++ b/apps/website/components/home/home.tsx @@ -12,7 +12,7 @@ export interface HomeProps { export function HomeContent(props: HomeProps) { return (
-
+
diff --git a/apps/website/components/layout/layout.module.scss b/apps/website/components/layout/layout.module.scss index 04a2115..69603f2 100644 --- a/apps/website/components/layout/layout.module.scss +++ b/apps/website/components/layout/layout.module.scss @@ -11,7 +11,7 @@ .app-content { position: relative; - padding-top: 75.5px; + padding-top: 58px; min-height: calc(100vh - 189px); } } diff --git a/apps/website/public/images/home.jpeg b/apps/website/public/images/home.jpeg new file mode 100644 index 0000000..11032a1 Binary files /dev/null and b/apps/website/public/images/home.jpeg differ