Compare commits
2 Commits
ce3dba3f97
...
ed7b210f78
| Author | SHA1 | Date |
|---|---|---|
|
|
ed7b210f78 | |
|
|
2b30cae68f |
|
|
@ -3,4 +3,9 @@ dist
|
|||
.DS_Store
|
||||
server/public
|
||||
vite.config.ts.*
|
||||
*.tar.gz
|
||||
*.tar.gz
|
||||
|
||||
# Environment variables (contains secrets)
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
|
@ -1,6 +1,4 @@
|
|||
import { Link } from "wouter";
|
||||
import FadiaImage from "../../assets/Fadia-167-crop.jpg";
|
||||
import FadiaBridgeImage from "@assets/fadia-bridge3_1749866400701.jpg";
|
||||
import FadiaStretchImage from "@assets/fadia-stretch_1749866078708.jpg";
|
||||
|
||||
export function AboutSection() {
|
||||
|
|
@ -9,18 +7,6 @@ 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">
|
||||
|
||||
|
||||
{/* 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}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
import { Link } from "wouter";
|
||||
import FadiaImage from "@assets/Fadia-167-crop_1749865267638.jpg";
|
||||
import FadiaImage from "@assets/Fadia-167-crop.jpg";
|
||||
|
||||
export function HomeAboutSection() {
|
||||
return (
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ import { Link } from "wouter";
|
|||
|
||||
export function CTASection() {
|
||||
return (
|
||||
<section className="py-16 pb-8 text-white bg-[#b550767d]" style={{ backgroundColor: '#B55076' }}>
|
||||
<section className="py-16 pb-8 text-white bg-[#b5507680]">
|
||||
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
|
||||
<h3 className="text-2xl md:text-3xl font-playfair font-semibold mb-8">
|
||||
Ready to feel stronger, more connected, and at home in your body?
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ export function TestimonialsSection() {
|
|||
color: "purple",
|
||||
},
|
||||
{
|
||||
quote: "Fadia's classes are unique and challenging. Having had many pilates trainers throughout the years, I can say that Fadia is the only teacher that involved everyone's needs into one routine and focuses on motivating and engaging everyone like no other. Every time, my body felt renewed and better, even if it was online!",
|
||||
quote: "Having had many pilates trainers throughout the years, I can say that Fadia is the only teacher that involved everyone's needs into one routine and focuses on motivating and engaging everyone like no other. Every time, my body felt renewed and better, even if it was online!",
|
||||
author: "Leyla from Colombia",
|
||||
memberSince: "",
|
||||
initials: "LC",
|
||||
|
|
|
|||
Loading…
Reference in New Issue