diff --git a/client/src/components/photo-gallery.tsx b/client/src/components/photo-gallery.tsx index d41f322..31c1362 100644 --- a/client/src/components/photo-gallery.tsx +++ b/client/src/components/photo-gallery.tsx @@ -1,57 +1,50 @@ -import FadiaGardenImage from "@assets/fadia-garden_1749836720986.jpg"; -import FadiaPoseImage from "@assets/fadia pose_1749838215401.jpg"; -import FadiaBridgeImage from "@assets/fadia-bridge_1749838118611.jpg"; -import FadiaBallImage from "@assets/fadia-ball_1749842241591.jpg"; -import PilatesClassImage from "@assets/pilates_class_1749837680834.jpeg"; -import PilatesCommunityImage from "@assets/pilates-community_1749840293503.jpeg"; -import Fadia132Image from "@assets/Fadia-132.jpg"; -import Fadia156Image from "@assets/Fadia-156.jpg"; -import DSC01368Image from "@assets/DSC01368 2.jpeg"; -import DSC01380Image from "@assets/DSC01380.jpeg"; -import DSC01394Image from "@assets/DSC01394 2.jpeg"; -import DSC01466Image from "@assets/DSC01466 2.jpeg"; - export function PhotoGallery() { - const galleryImages = [ - { src: FadiaGardenImage, alt: "Outdoor Pilates session in the garden" }, - { src: FadiaPoseImage, alt: "Fadia demonstrating a Pilates pose" }, - { src: FadiaBridgeImage, alt: "Bridge pose demonstration" }, - { src: FadiaBallImage, alt: "Pilates ball exercise" }, - { src: PilatesClassImage, alt: "Group Pilates class" }, - { src: PilatesCommunityImage, alt: "Pilates community gathering" }, - { src: Fadia132Image, alt: "Fadia in a focused pose" }, - { src: Fadia156Image, alt: "Pilates stretching demonstration" }, - { src: DSC01368Image, alt: "Professional Pilates session" }, - { src: DSC01380Image, alt: "Pilates equipment demonstration" }, - { src: DSC01394Image, alt: "Advanced Pilates pose" }, - { src: DSC01466Image, alt: "Pilates class in session" } - ]; - return (

- Gallery + Follow My Journey

- Discover the beauty of Pilates through moments captured in our classes and sessions + See the latest from my Pilates practice and teaching on Instagram

-
- {galleryImages.map((image, index) => ( -
- {image.alt} +
+
+ {/* Instagram Feed Embed */} +
+
+ +

@fadia.elgharib

+

Follow me on Instagram for daily inspiration, movement tips, and behind-the-scenes content from my classes.

+
+ + + View on Instagram + + + {/* Instagram embed placeholder - this would typically be replaced with actual Instagram embed code */} +
+
+ {[1, 2, 3, 4, 5, 6].map((index) => ( +
+ +
+ ))} +
+

+ Instagram feed will display here. For the best experience, visit my Instagram profile directly. +

+
- ))} +