Update src/app/professionals/page.tsx
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import Link from "next/link";
|
||||
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
|
||||
import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout";
|
||||
import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo";
|
||||
@@ -48,7 +47,7 @@ export default function ProfessionalsPage() {
|
||||
{ value: "500+", title: "Speech and language therapists in our directory" },
|
||||
{ value: "All Regions", title: "Coverage across UK nations and local authorities" },
|
||||
]}
|
||||
imageSrc="https://images.unsplash.com/photo-1516534775068-bb4e2b6d5b27?w=800&h=600&fit=crop&_wi=4"
|
||||
imageSrc="https://images.unsplash.com/photo-1516534775068-bb4e2b6d5b27?w=800&h=600&fit=crop"
|
||||
imageAlt="Professional referral directory"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
@@ -88,7 +87,7 @@ export default function ProfessionalsPage() {
|
||||
{ value: "Free", title: "Professional access to all resources" },
|
||||
{ value: "Support", title: "Dedicated professional support team" },
|
||||
]}
|
||||
imageSrc="https://images.unsplash.com/photo-1576091160550-112173f7f869?w=800&h=600&fit=crop&_wi=4"
|
||||
imageSrc="https://images.unsplash.com/photo-1576091160550-112173f7f869?w=800&h=600&fit=crop"
|
||||
imageAlt="Professional partnership opportunities"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user