Merge version_1 into main #1
@@ -95,7 +95,7 @@ export default function AboutPage() {
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-happy-business-colleagues-holding-hands-unity-after-successful-job-there-are-people-background_637285-177.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-happy-business-colleagues-holding-hands-unity-after-successful-job-there-are-people-background_637285-177.jpg?_wi=2"
|
||||
imageAlt="professional medical team clinic consultation"
|
||||
/>
|
||||
</div>
|
||||
@@ -113,7 +113,7 @@ export default function AboutPage() {
|
||||
{
|
||||
title: "Evidence-Based Protocols",
|
||||
description: "Each IV therapy protocol is designed using the latest medical research and international best practices. Our medical team continuously updates treatments based on emerging wellness science.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-doctor-holding-syringe-vial_23-2149551123.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-doctor-holding-syringe-vial_23-2149551123.jpg?_wi=4",
|
||||
imageAlt: "Energy Optimization IV therapy",
|
||||
},
|
||||
{
|
||||
@@ -125,7 +125,7 @@ export default function AboutPage() {
|
||||
{
|
||||
title: "Premium Facility Experience",
|
||||
description: "Every visit to VitaTherapy is designed for comfort and relaxation. Our luxury facility features private treatment rooms, therapeutic ambiance, and concierge service for a truly premium wellness experience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electromagnetic-therapy-back-physiotherapist-doctor-uses-medical-equipment_169016-40224.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electromagnetic-therapy-back-physiotherapist-doctor-uses-medical-equipment_169016-40224.jpg?_wi=3",
|
||||
imageAlt: "Athletic Recovery therapy",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -1,24 +1,61 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Open_Sans } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Open_Sans } from "next/font/google";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const openSans = Open_Sans({
|
||||
variable: "--font-open-sans",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "VitaTherapy - Premium IV Therapy & Wellness Clinic in Jordan",
|
||||
description: "Experience the future of wellness with VitaTherapy. Advanced IV therapy for energy, immunity, and vitality delivered by internationally-trained medical professionals in luxury setting.",
|
||||
keywords: "IV therapy Jordan, wellness clinic Amman, IV infusion therapy, premium health treatments, medical wellness, holistic therapy, energy optimization, immunity boost",
|
||||
metadataBase: new URL("https://vitatherapy.jo"),
|
||||
alternates: {
|
||||
canonical: "https://vitatherapy.jo",
|
||||
},
|
||||
openGraph: {
|
||||
title: "VitaTherapy - Experience the Future of Wellness in Jordan",
|
||||
description: "Advanced IV therapy for energy, immunity, and vitality. Medical-grade treatments in a luxury healing environment.",
|
||||
url: "https://vitatherapy.jo",
|
||||
siteName: "VitaTherapy",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "https://vitatherapy.jo/og-image.jpg",
|
||||
alt: "VitaTherapy Premium Wellness Clinic",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "VitaTherapy - Premium IV Therapy in Jordan",
|
||||
description: "Experience the future of wellness. Advanced IV therapy delivered by internationally-trained medical professionals.",
|
||||
images: ["https://vitatherapy.jo/twitter-image.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -27,7 +64,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${openSans.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${openSans.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -39,4 +78,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -136,7 +136,7 @@ export default function HomePage() {
|
||||
background="radial-gradient"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-doctor-holding-syringe-vial_23-2149551123.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-doctor-holding-syringe-vial_23-2149551123.jpg?_wi=1"
|
||||
imageAlt="VitaTherapy luxury wellness clinic"
|
||||
/>
|
||||
</div>
|
||||
@@ -169,7 +169,7 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-happy-business-colleagues-holding-hands-unity-after-successful-job-there-are-people-background_637285-177.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-happy-business-colleagues-holding-hands-unity-after-successful-job-there-are-people-background_637285-177.jpg?_wi=1"
|
||||
imageAlt="VitaTherapy medical team and facility"
|
||||
/>
|
||||
</div>
|
||||
@@ -194,7 +194,7 @@ export default function HomePage() {
|
||||
description:
|
||||
"Revitalize with our premium energy protocol. Vitamin B complex, amino acids, and CoQ10 deliver sustained vitality and mental clarity for busy professionals.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-doctor-holding-syringe-vial_23-2149551123.jpg",
|
||||
"http://img.b2bpic.net/free-photo/close-up-doctor-holding-syringe-vial_23-2149551123.jpg?_wi=2",
|
||||
imageAlt: "Energy Optimization IV therapy",
|
||||
},
|
||||
{
|
||||
@@ -202,7 +202,7 @@ export default function HomePage() {
|
||||
description:
|
||||
"Fortify your immune system with high-dose vitamin C, zinc, and selenium. Preventative wellness designed for health-conscious individuals and travelers.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-happy-female-athlete-stretching-while-exercising-her-living-room_637285-6240.jpg",
|
||||
"http://img.b2bpic.net/free-photo/young-happy-female-athlete-stretching-while-exercising-her-living-room_637285-6240.jpg?_wi=1",
|
||||
imageAlt: "Immune Enhancement therapy",
|
||||
},
|
||||
{
|
||||
@@ -210,7 +210,7 @@ export default function HomePage() {
|
||||
description:
|
||||
"Accelerate recovery with specialized amino acid blends, electrolytes, and anti-inflammatory compounds. Perfect for athletes and fitness enthusiasts.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/electromagnetic-therapy-back-physiotherapist-doctor-uses-medical-equipment_169016-40224.jpg",
|
||||
"http://img.b2bpic.net/free-photo/electromagnetic-therapy-back-physiotherapist-doctor-uses-medical-equipment_169016-40224.jpg?_wi=1",
|
||||
imageAlt: "Athletic Recovery therapy",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -99,7 +99,7 @@ export default function ServicesPage() {
|
||||
description:
|
||||
"Revitalize with our premium energy protocol. Vitamin B complex, amino acids, and CoQ10 deliver sustained vitality and mental clarity for busy professionals. Perfect for executives, entrepreneurs, and high-performance individuals.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-doctor-holding-syringe-vial_23-2149551123.jpg",
|
||||
"http://img.b2bpic.net/free-photo/close-up-doctor-holding-syringe-vial_23-2149551123.jpg?_wi=3",
|
||||
imageAlt: "Energy Optimization IV therapy",
|
||||
},
|
||||
{
|
||||
@@ -107,7 +107,7 @@ export default function ServicesPage() {
|
||||
description:
|
||||
"Fortify your immune system with high-dose vitamin C, zinc, and selenium. Preventative wellness designed for health-conscious individuals and travelers. Strengthen your body's natural defenses with medical-grade protocols.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-happy-female-athlete-stretching-while-exercising-her-living-room_637285-6240.jpg",
|
||||
"http://img.b2bpic.net/free-photo/young-happy-female-athlete-stretching-while-exercising-her-living-room_637285-6240.jpg?_wi=2",
|
||||
imageAlt: "Immune Enhancement therapy",
|
||||
},
|
||||
{
|
||||
@@ -115,7 +115,7 @@ export default function ServicesPage() {
|
||||
description:
|
||||
"Accelerate recovery with specialized amino acid blends, electrolytes, and anti-inflammatory compounds. Perfect for athletes and fitness enthusiasts who demand peak performance and rapid recovery between training sessions.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/electromagnetic-therapy-back-physiotherapist-doctor-uses-medical-equipment_169016-40224.jpg",
|
||||
"http://img.b2bpic.net/free-photo/electromagnetic-therapy-back-physiotherapist-doctor-uses-medical-equipment_169016-40224.jpg?_wi=2",
|
||||
imageAlt: "Athletic Recovery therapy",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user