diff --git a/attached_assets/8w-oevrI.jpeg b/attached_assets/8w-oevrI.jpeg new file mode 100644 index 0000000..52dfc8f Binary files /dev/null and b/attached_assets/8w-oevrI.jpeg differ diff --git a/attached_assets/DSC01368 2.jpeg b/attached_assets/DSC01368 2.jpeg new file mode 100644 index 0000000..0a4e975 Binary files /dev/null and b/attached_assets/DSC01368 2.jpeg differ diff --git a/attached_assets/DSC01380.jpeg b/attached_assets/DSC01380.jpeg new file mode 100644 index 0000000..f5124bf Binary files /dev/null and b/attached_assets/DSC01380.jpeg differ diff --git a/attached_assets/DSC01394 2.jpeg b/attached_assets/DSC01394 2.jpeg new file mode 100644 index 0000000..3d8cf2b Binary files /dev/null and b/attached_assets/DSC01394 2.jpeg differ diff --git a/attached_assets/DSC01466 2.jpeg b/attached_assets/DSC01466 2.jpeg new file mode 100644 index 0000000..bc3c0ee Binary files /dev/null and b/attached_assets/DSC01466 2.jpeg differ diff --git a/attached_assets/Fadia-132.jpg b/attached_assets/Fadia-132.jpg new file mode 100644 index 0000000..b1c9027 Binary files /dev/null and b/attached_assets/Fadia-132.jpg differ diff --git a/attached_assets/Fadia-15.jpg b/attached_assets/Fadia-15.jpg new file mode 100644 index 0000000..5549cef Binary files /dev/null and b/attached_assets/Fadia-15.jpg differ diff --git a/attached_assets/Fadia-156.jpg b/attached_assets/Fadia-156.jpg new file mode 100644 index 0000000..d968b24 Binary files /dev/null and b/attached_assets/Fadia-156.jpg differ diff --git a/attached_assets/save.jpeg b/attached_assets/save.jpeg new file mode 100644 index 0000000..b8130a3 Binary files /dev/null and b/attached_assets/save.jpeg differ diff --git a/client/src/assets/Fadia-132.jpg b/client/src/assets/Fadia-132.jpg new file mode 100644 index 0000000..b1c9027 Binary files /dev/null and b/client/src/assets/Fadia-132.jpg differ diff --git a/client/src/assets/Fadia-15.jpg b/client/src/assets/Fadia-15.jpg new file mode 100644 index 0000000..5549cef Binary files /dev/null and b/client/src/assets/Fadia-15.jpg differ diff --git a/client/src/assets/Fadia-156.jpg b/client/src/assets/Fadia-156.jpg new file mode 100644 index 0000000..d968b24 Binary files /dev/null and b/client/src/assets/Fadia-156.jpg differ diff --git a/client/src/components/about/about-section.tsx b/client/src/components/about/about-section.tsx index abe10b4..d2024e2 100644 --- a/client/src/components/about/about-section.tsx +++ b/client/src/components/about/about-section.tsx @@ -1,4 +1,5 @@ import { Link } from "wouter"; +import FadiaImage from "../../assets/Fadia-132.jpg"; export function AboutSection() { return ( @@ -16,8 +17,8 @@ export function AboutSection() {
Pilates instructor demonstrating a pose with elegant form
diff --git a/client/src/components/classes/classes-section.tsx b/client/src/components/classes/classes-section.tsx index 337e66b..083c438 100644 --- a/client/src/components/classes/classes-section.tsx +++ b/client/src/components/classes/classes-section.tsx @@ -4,6 +4,7 @@ import { BookingCalendar } from "./booking-calendar"; import { useQuery } from "@tanstack/react-query"; import { Class } from "@shared/schema"; import { Skeleton } from "@/components/ui/skeleton"; +import FadiaClassImage from "../../assets/Fadia-156.jpg"; export function ClassesSection() { const [selectedClassId, setSelectedClassId] = useState(null); diff --git a/client/src/components/home/hero-section.tsx b/client/src/components/home/hero-section.tsx index 3e2fdec..9a825a9 100644 --- a/client/src/components/home/hero-section.tsx +++ b/client/src/components/home/hero-section.tsx @@ -1,11 +1,12 @@ import { Link } from "wouter"; +import FadiaHeroImage from "../../assets/Fadia-15.jpg"; export function HeroSection() { return (