Visual edit
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/11ac044f-4769-464c-8223-5442bd7bfd0e.jpg
This commit is contained in:
parent
cf1267320c
commit
3da9193aaa
Binary file not shown.
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 26 KiB |
|
|
@ -7,6 +7,8 @@ import { useToast } from "@/hooks/use-toast";
|
|||
import { Loader2 } from "lucide-react";
|
||||
import SquareLogo from "@assets/PwF Logo (square).png";
|
||||
|
||||
import PwF_Logo__square_ from "@assets/PwF Logo (square).png";
|
||||
|
||||
export default function Footer() {
|
||||
const currentYear = new Date().getFullYear();
|
||||
const { toast } = useToast();
|
||||
|
|
@ -65,7 +67,7 @@ export default function Footer() {
|
|||
<div className="grid grid-cols-1 md:grid-cols-3 gap-8">
|
||||
<div>
|
||||
<img
|
||||
src={SquareLogo}
|
||||
src={PwF_Logo__square_}
|
||||
alt="Pilates with Fadia"
|
||||
className="w-80 mb-4"
|
||||
style={{ filter: "brightness(1.1)" }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue