diff --git a/src/app/page.tsx b/src/app/page.tsx index bcdc001..8e6dd6b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,14 +9,14 @@ export default function Home() { return (
{/* Hero */} -
+
Manual - +
-
-

+
+

Be good
to yourself

@@ -27,10 +27,11 @@ export default function Home() {

+ {/* TODO: Include the hero image on smaller screens, possibly setting it as a bg image instead of an inline element */} Hero Background {/* Treatments */} -
-

+
+

What we can help with

-
-
+
+
- + 01 -
-
+
+

Hair loss

-

+

Hair loss needn’t be irreversible. We can help!

@@ -70,16 +71,16 @@ export default function Home() {

-
- +
+ 02 -
-
+
+

Erectile dysfunction

-

+

Erections can be a tricky thing. But no need to feel down!

@@ -132,7 +133,7 @@ function Footer() {

- +
diff --git a/src/components/ui/logos/manual-logo.tsx b/src/components/ui/logos/manual-logo.tsx index 5d6e9b3..76f4eca 100644 --- a/src/components/ui/logos/manual-logo.tsx +++ b/src/components/ui/logos/manual-logo.tsx @@ -3,18 +3,9 @@ type ManualLogoProps = { className?: string; }; -export function ManualLogo({ - size = 40, - className = "text-brand", -}: ManualLogoProps) { +export function ManualLogo({ className = "text-brand" }: ManualLogoProps) { return ( - +