diff --git a/client/src/assets/fadia-profile.jpg b/client/src/assets/fadia-profile.jpg new file mode 100644 index 0000000..14337cd Binary files /dev/null and b/client/src/assets/fadia-profile.jpg differ diff --git a/client/src/components/about/about-section.tsx b/client/src/components/about/about-section.tsx index d2024e2..7ae8400 100644 --- a/client/src/components/about/about-section.tsx +++ b/client/src/components/about/about-section.tsx @@ -1,5 +1,5 @@ import { Link } from "wouter"; -import FadiaImage from "../../assets/Fadia-132.jpg"; +import FadiaImage from "../../assets/fadia-profile.jpg"; export function AboutSection() { return ( diff --git a/client/src/components/navigation/footer.tsx b/client/src/components/navigation/footer.tsx index 5495d65..02ea8bc 100644 --- a/client/src/components/navigation/footer.tsx +++ b/client/src/components/navigation/footer.tsx @@ -1,5 +1,6 @@ import { Logo } from "@/components/ui/logo"; import { Link } from "wouter"; +import SquareLogo from "../../assets/square-logo.png"; export default function Footer() { const currentYear = new Date().getFullYear(); @@ -145,6 +146,14 @@ export default function Footer() {
+
+ Pilates with Fadia +

© {currentYear} Pilates with Fadia. All rights reserved.