Showcase more of Fadia's Pilates expertise with additional imagery
Adds FadiaBridgeImage and FadiaStretchImage to AboutSection component. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 149ccd4a-2ccb-4219-9a7b-69a9690dd7ac Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/af8dabca-e746-4e53-9c29-d8d4d9cf30f5/30e118de-7970-460b-81a4-b657886d1f40.jpg
This commit is contained in:
parent
ca79e978c0
commit
c226b07f69
Binary file not shown.
|
After Width: | Height: | Size: 1.9 MiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.1 MiB |
|
|
@ -1,5 +1,7 @@
|
|||
import { Link } from "wouter";
|
||||
import FadiaImage from "../../assets/Fadia-167-crop.jpg";
|
||||
import FadiaBridgeImage from "@assets/fadia-bridge2_1749866078706.jpg";
|
||||
import FadiaStretchImage from "@assets/fadia-stretch_1749866078708.jpg";
|
||||
|
||||
export function AboutSection() {
|
||||
return (
|
||||
|
|
@ -7,11 +9,32 @@ export function AboutSection() {
|
|||
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
||||
<div className="flex flex-col md:flex-row items-center">
|
||||
<div className="md:w-1/2 md:pr-12 mb-8 md:mb-0">
|
||||
<img
|
||||
src={FadiaImage}
|
||||
alt="Fadia smiling"
|
||||
className="w-full h-auto rounded-md"
|
||||
/>
|
||||
{/* Top image */}
|
||||
<div className="mb-6">
|
||||
<img
|
||||
src={FadiaBridgeImage}
|
||||
alt="Fadia demonstrating bridge pose in a beautiful studio setting"
|
||||
className="w-full h-auto rounded-md"
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Main center image */}
|
||||
<div className="mb-6">
|
||||
<img
|
||||
src={FadiaImage}
|
||||
alt="Fadia smiling"
|
||||
className="w-full h-auto rounded-md"
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Bottom image */}
|
||||
<div>
|
||||
<img
|
||||
src={FadiaStretchImage}
|
||||
alt="Fadia performing a stretching movement during practice"
|
||||
className="w-full h-auto rounded-md"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="md:w-1/2">
|
||||
|
|
|
|||
Loading…
Reference in New Issue