11 Commits

Author SHA1 Message Date
a6537d6ba6 Merge version_3 into main
Merge version_3 into main
2026-03-03 11:11:11 +00:00
ca50180fff Update src/app/services/page.tsx 2026-03-03 11:11:06 +00:00
693e116350 Update src/app/pricing/page.tsx 2026-03-03 11:11:05 +00:00
b46a5b8a3f Update src/app/page.tsx 2026-03-03 11:11:04 +00:00
6db2f6d073 Update src/app/layout.tsx 2026-03-03 11:11:04 +00:00
1970034c93 Update src/app/about/page.tsx 2026-03-03 11:11:03 +00:00
71ba4daa5e Merge version_2 into main
Merge version_2 into main
2026-03-03 11:05:30 +00:00
22b2f42706 Merge version_2 into main
Merge version_2 into main
2026-03-03 11:02:25 +00:00
f3bc3dbf07 Merge version_2 into main
Merge version_2 into main
2026-03-03 11:00:48 +00:00
bead972d69 Merge version_2 into main
Merge version_2 into main
2026-03-03 10:57:20 +00:00
d8a66b1271 Merge version_2 into main
Merge version_2 into main
2026-03-03 10:55:57 +00:00
5 changed files with 34 additions and 33 deletions

View File

@@ -14,16 +14,16 @@ export default function AboutPage() {
{ name: "Pricing", id: "/pricing" },
{ name: "Testimonials", id: "/#testimonials" },
{ name: "FAQ", id: "/#faq" },
{ name: "Contact", id: "/#contact" },
{ name: "Contact", id: "/#contact-lead" },
];
const footerColumns = [
{
title: "Services", items: [
{ label: "Physical Therapy", href: "#services" },
{ label: "Sports Medicine", href: "#services" },
{ label: "Pain Management", href: "#services" },
{ label: "Work Injury Care", href: "#services" },
{ label: "Physical Therapy", href: "/services" },
{ label: "Sports Medicine", href: "/services" },
{ label: "Pain Management", href: "/services" },
{ label: "Work Injury Care", href: "/services" },
],
},
{
@@ -31,7 +31,7 @@ export default function AboutPage() {
{ label: "About Us", href: "/about" },
{ label: "Testimonials", href: "/#testimonials" },
{ label: "Pricing", href: "/pricing" },
{ label: "Contact", href: "/#contact" },
{ label: "Contact", href: "/#contact-lead" },
],
},
{
@@ -39,7 +39,7 @@ export default function AboutPage() {
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Accessibility", href: "#" },
{ label: "Contact Us", href: "/#contact" },
{ label: "Contact Us", href: "/#contact-lead" },
],
},
];

View File

@@ -20,7 +20,8 @@ export const metadata: Metadata = {
],
},
twitter: {
card: "summary_large_image", title: "Pyatt MSK Rehabilitation", description: "Expert physiotherapy and MSK rehabilitation services", images: ["http://img.b2bpic.net/free-photo/orthopedic-specialist-assisting-old-patient-with-leg-joint-injury_482257-26987.jpg"],
card: "summary_large_image", title: "Pyatt MSK Rehabilitation", description: "Expert physiotherapy and MSK rehabilitation services", images: [
"http://img.b2bpic.net/free-photo/orthopedic-specialist-assisting-old-patient-with-leg-joint-injury_482257-26987.jpg"],
},
robots: {
index: true,

View File

@@ -14,20 +14,20 @@ import { Heart } from "lucide-react";
export default function HomePage() {
const navItems = [
{ name: "Services", id: "services" },
{ name: "Services", id: "/services" },
{ name: "Pricing", id: "/pricing" },
{ name: "Testimonials", id: "testimonials" },
{ name: "FAQ", id: "faq" },
{ name: "Contact", id: "contact-lead" },
{ name: "Testimonials", id: "#testimonials" },
{ name: "FAQ", id: "#faq" },
{ name: "Contact", id: "#contact-lead" },
];
const footerColumns = [
{
title: "Services", items: [
{ label: "Physical Therapy", href: "#services" },
{ label: "Sports Medicine", href: "#services" },
{ label: "Pain Management", href: "#services" },
{ label: "Work Injury Care", href: "#services" },
{ label: "Physical Therapy", href: "/services" },
{ label: "Sports Medicine", href: "/services" },
{ label: "Pain Management", href: "/services" },
{ label: "Work Injury Care", href: "/services" },
],
},
{
@@ -71,7 +71,7 @@ export default function HomePage() {
description="Expert musculoskeletal rehabilitation and physiotherapy. Get back to doing what you love with personalized treatment plans designed for your recovery."
buttons={[
{ text: "Book Your Assessment", href: "#contact-lead" },
{ text: "Learn More", href: "#services" },
{ text: "Learn More", href: "/services" },
]}
background={{ variant: "sparkles-gradient" }}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQpbnFYe6fEjhWs3QB3kCkfR4d/uploaded-1772535267968-hspmpn0c.png?_wi=1"
@@ -134,7 +134,7 @@ export default function HomePage() {
{
id: "4", title: "Work Injury Rehabilitation", content: "Occupational rehabilitation and ergonomic assessment to help you return to work safely and prevent future workplace injuries."},
]}
buttons={[{ text: "Explore Services", href: "#services" }]}
buttons={[{ text: "Explore Services", href: "/services" }]}
useInvertedBackground={false}
/>
</div>

View File

@@ -14,16 +14,16 @@ export default function PricingPage() {
{ name: "Pricing", id: "/pricing" },
{ name: "Testimonials", id: "/#testimonials" },
{ name: "FAQ", id: "/#faq" },
{ name: "Contact", id: "/#contact" },
{ name: "Contact", id: "/#contact-lead" },
];
const footerColumns = [
{
title: "Services", items: [
{ label: "Physical Therapy", href: "#services" },
{ label: "Sports Medicine", href: "#services" },
{ label: "Pain Management", href: "#services" },
{ label: "Work Injury Care", href: "#services" },
{ label: "Physical Therapy", href: "/services" },
{ label: "Sports Medicine", href: "/services" },
{ label: "Pain Management", href: "/services" },
{ label: "Work Injury Care", href: "/services" },
],
},
{
@@ -31,7 +31,7 @@ export default function PricingPage() {
{ label: "About Us", href: "/about" },
{ label: "Testimonials", href: "/#testimonials" },
{ label: "Pricing", href: "/pricing" },
{ label: "Contact", href: "/#contact" },
{ label: "Contact", href: "/#contact-lead" },
],
},
{
@@ -39,7 +39,7 @@ export default function PricingPage() {
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Accessibility", href: "#" },
{ label: "Contact Us", href: "/#contact" },
{ label: "Contact Us", href: "/#contact-lead" },
],
},
];

View File

@@ -13,16 +13,16 @@ export default function ServicesPage() {
{ name: "Pricing", id: "/pricing" },
{ name: "Testimonials", id: "/#testimonials" },
{ name: "FAQ", id: "/#faq" },
{ name: "Contact", id: "/#contact" },
{ name: "Contact", id: "/#contact-lead" },
];
const footerColumns = [
{
title: "Services", items: [
{ label: "Physical Therapy", href: "#services" },
{ label: "Sports Medicine", href: "#services" },
{ label: "Pain Management", href: "#services" },
{ label: "Work Injury Care", href: "#services" },
{ label: "Physical Therapy", href: "/services" },
{ label: "Sports Medicine", href: "/services" },
{ label: "Pain Management", href: "/services" },
{ label: "Work Injury Care", href: "/services" },
],
},
{
@@ -30,7 +30,7 @@ export default function ServicesPage() {
{ label: "About Us", href: "/about" },
{ label: "Testimonials", href: "/#testimonials" },
{ label: "Pricing", href: "/pricing" },
{ label: "Contact", href: "/#contact" },
{ label: "Contact", href: "/#contact-lead" },
],
},
{
@@ -38,7 +38,7 @@ export default function ServicesPage() {
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Accessibility", href: "#" },
{ label: "Contact Us", href: "/#contact" },
{ label: "Contact Us", href: "/#contact-lead" },
],
},
];
@@ -79,7 +79,7 @@ export default function ServicesPage() {
{
id: "4", title: "Work Injury Rehabilitation", content: "Occupational rehabilitation and ergonomic assessment to help you return to work safely and prevent future workplace injuries."},
]}
buttons={[{ text: "Explore Services", href: "#services" }]}
buttons={[{ text: "Explore Services", href: "/services" }]}
useInvertedBackground={false}
/>
</div>