diff --git a/client/src/components/navigation/footer.tsx b/client/src/components/navigation/footer.tsx index 02ea8bc..d975cbe 100644 --- a/client/src/components/navigation/footer.tsx +++ b/client/src/components/navigation/footer.tsx @@ -10,7 +10,12 @@ export default function Footer() {
- + Pilates with Fadia

Transforming bodies and minds through the art of Pilates with a touch of cultural elegance.

diff --git a/client/src/components/navigation/header.tsx b/client/src/components/navigation/header.tsx index a655288..f726c6e 100644 --- a/client/src/components/navigation/header.tsx +++ b/client/src/components/navigation/header.tsx @@ -32,7 +32,7 @@ export default function Header() { return (
-
+
diff --git a/client/src/components/ui/logo.tsx b/client/src/components/ui/logo.tsx index 74b3daa..3fb6444 100644 --- a/client/src/components/ui/logo.tsx +++ b/client/src/components/ui/logo.tsx @@ -3,9 +3,9 @@ import LogoImage from "../../assets/pilates-with-fadia-logo.png"; export function Logo({ className = "", size = "regular" }: { className?: string, size?: "small" | "regular" | "large" }) { const sizeClasses = { - small: "h-40", /* Even bigger */ - regular: "h-60", /* Even bigger */ - large: "h-80", /* Even bigger */ + small: "h-16", /* reduced by 2/3 */ + regular: "h-20", /* reduced by 2/3 */ + large: "h-28", /* reduced by 2/3 */ }; return (