Update website images to reflect latest branding and instructor profile
Replaces the old "Meet Fadia" image and updates the logo in the footer. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 88cd88e4-2dbe-4df6-8c8a-7e38f13ef1ec Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/af8dabca-e746-4e53-9c29-d8d4d9cf30f5/a1e08560-f227-4d1d-ac97-8baab9d029b9.jpg
This commit is contained in:
parent
3ffa3188e7
commit
0cab795af3
Binary file not shown.
|
After Width: | Height: | Size: 1.3 MiB |
|
|
@ -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 (
|
||||
|
|
|
|||
|
|
@ -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() {
|
|||
</div>
|
||||
|
||||
<div className="border-t border-white border-opacity-20 mt-12 pt-8">
|
||||
<div className="flex flex-col items-center justify-center mb-6">
|
||||
<img
|
||||
src={SquareLogo}
|
||||
alt="Pilates with Fadia"
|
||||
className="h-24 mb-4"
|
||||
style={{ filter: "brightness(1.1)" }}
|
||||
/>
|
||||
</div>
|
||||
<div className="flex flex-col md:flex-row justify-between items-center">
|
||||
<p className="text-white text-opacity-70 text-sm mb-4 md:mb-0">
|
||||
© {currentYear} Pilates with Fadia. All rights reserved.
|
||||
|
|
|
|||
Loading…
Reference in New Issue