Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3cafacf705 | |||
| f169f028ec | |||
| cf7bf2d538 | |||
| 198dc7a768 | |||
| fee1d3415a |
@@ -7,47 +7,30 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|||||||
import Tag from "@/tag/Tag";
|
import Tag from "@/tag/Tag";
|
||||||
|
|
||||||
const halant = Halant({
|
const halant = Halant({
|
||||||
variable: "--font-halant",
|
variable: "--font-halant", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
weight: ["300", "400", "500", "600", "700"],
|
weight: ["300", "400", "500", "600", "700"],
|
||||||
});
|
});
|
||||||
|
|
||||||
const inter = Inter({
|
const inter = Inter({
|
||||||
variable: "--font-inter",
|
variable: "--font-inter", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
const openSans = Open_Sans({
|
const openSans = Open_Sans({
|
||||||
variable: "--font-open-sans",
|
variable: "--font-open-sans", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Aarogys Skin and Vitiligo Centre | Expert Dermatology Care",
|
title: "Aarogys Skin and Vitiligo Centre | Expert Dermatology Care", description: "Advanced skin and vitiligo treatment at Aarogys Skin and Vitiligo Centre. Expert dermatologists providing acne, allergy, hair loss, and pigmentation treatments.", keywords: "dermatology clinic, vitiligo treatment, acne treatment, skin care, dermatologist, skin specialist, hair loss treatment, pigmentation treatment", metadataBase: new URL("https://aarogysderm.com"),
|
||||||
description: "Advanced skin and vitiligo treatment at Aarogys Skin and Vitiligo Centre. Expert dermatologists providing acne, allergy, hair loss, and pigmentation treatments.",
|
|
||||||
keywords: "dermatology clinic, vitiligo treatment, acne treatment, skin care, dermatologist, skin specialist, hair loss treatment, pigmentation treatment",
|
|
||||||
metadataBase: new URL("https://aarogysderm.com"),
|
|
||||||
alternates: {
|
alternates: {
|
||||||
canonical: "https://aarogysderm.com",
|
canonical: "https://aarogysderm.com"},
|
||||||
},
|
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "Aarogys Skin and Vitiligo Centre | Professional Dermatology Care",
|
title: "Aarogys Skin and Vitiligo Centre | Professional Dermatology Care", description: "Transform your skin health with expert dermatological treatments at Aarogys Skin and Vitiligo Centre. Call 07669133703 today.", url: "https://aarogysderm.com", siteName: "Aarogys Skin and Vitiligo Centre", type: "website", images: [
|
||||||
description: "Transform your skin health with expert dermatological treatments at Aarogys Skin and Vitiligo Centre. Call 07669133703 today.",
|
|
||||||
url: "https://aarogysderm.com",
|
|
||||||
siteName: "Aarogys Skin and Vitiligo Centre",
|
|
||||||
type: "website",
|
|
||||||
images: [
|
|
||||||
{
|
{
|
||||||
url: "http://img.b2bpic.net/free-photo/accompaniment-abortion-process_23-2149656035.jpg",
|
url: "http://img.b2bpic.net/free-photo/accompaniment-abortion-process_23-2149656035.jpg", alt: "Aarogys Skin and Vitiligo Centre"},
|
||||||
alt: "Aarogys Skin and Vitiligo Centre",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
twitter: {
|
twitter: {
|
||||||
card: "summary_large_image",
|
card: "summary_large_image", title: "Aarogys Skin and Vitiligo Centre | Expert Dermatology", description: "Advanced skin treatments and vitiligo care by experienced dermatologists. Call 07669133703.", images: ["http://img.b2bpic.net/free-photo/accompaniment-abortion-process_23-2149656035.jpg"],
|
||||||
title: "Aarogys Skin and Vitiligo Centre | Expert Dermatology",
|
|
||||||
description: "Advanced skin treatments and vitiligo care by experienced dermatologists. Call 07669133703.",
|
|
||||||
images: ["http://img.b2bpic.net/free-photo/accompaniment-abortion-process_23-2149656035.jpg"],
|
|
||||||
},
|
},
|
||||||
robots: {
|
robots: {
|
||||||
index: true,
|
index: true,
|
||||||
@@ -1439,4 +1422,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
137
src/app/page.tsx
137
src/app/page.tsx
@@ -40,9 +40,7 @@ export default function HomePage() {
|
|||||||
brandName="Aarogys"
|
brandName="Aarogys"
|
||||||
navItems={navItems}
|
navItems={navItems}
|
||||||
button={{
|
button={{
|
||||||
text: "Book Appointment",
|
text: "Book Appointment", href: "#contact"}}
|
||||||
href: "#contact",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -53,7 +51,7 @@ export default function HomePage() {
|
|||||||
description="Advanced Skin and Vitiligo Treatment. Experience professional dermatological care with modern treatment methods and patient-focused expertise."
|
description="Advanced Skin and Vitiligo Treatment. Experience professional dermatological care with modern treatment methods and patient-focused expertise."
|
||||||
background={{ variant: "radial-gradient" }}
|
background={{ variant: "radial-gradient" }}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Call Now", href: "tel:07669133703" },
|
{ text: "Get Free Consultation", href: "tel:07669133703" },
|
||||||
{ text: "Book Appointment", href: "#contact" },
|
{ text: "Book Appointment", href: "#contact" },
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
@@ -73,7 +71,7 @@ export default function HomePage() {
|
|||||||
{ icon: Shield, label: "Experienced Specialists", value: "20+" },
|
{ icon: Shield, label: "Experienced Specialists", value: "20+" },
|
||||||
{ icon: Award, label: "Years of Excellence", value: "15+" },
|
{ icon: Award, label: "Years of Excellence", value: "15+" },
|
||||||
{ icon: Users, label: "Satisfied Patients", value: "5000+" },
|
{ icon: Users, label: "Satisfied Patients", value: "5000+" },
|
||||||
{ icon: CheckCircle, label: "Treatment Success", value: "95%" },
|
{ icon: CheckCircle, label: "Success Rate Guarantee", value: "95%" },
|
||||||
]}
|
]}
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -88,47 +86,17 @@ export default function HomePage() {
|
|||||||
tag="Services"
|
tag="Services"
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Vitiligo Treatment", price: "Expert Care", imageSrc: "http://img.b2bpic.net/free-photo/person-getting-micro-needling-beauty-treatment_23-2149334249.jpg?_wi=1", imageAlt: "Vitiligo Treatment Service"},
|
||||||
name: "Vitiligo Treatment",
|
|
||||||
price: "Expert Care",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/person-getting-micro-needling-beauty-treatment_23-2149334249.jpg?_wi=1",
|
|
||||||
imageAlt: "Vitiligo Treatment Service",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Acne Treatment", price: "Specialized", imageSrc: "http://img.b2bpic.net/free-photo/girlfriend-applying-professional-eye-makeup-man-make-him-look-dead_482257-102065.jpg?_wi=1", imageAlt: "Acne Treatment Service"},
|
||||||
name: "Acne Treatment",
|
|
||||||
price: "Specialized",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/girlfriend-applying-professional-eye-makeup-man-make-him-look-dead_482257-102065.jpg?_wi=1",
|
|
||||||
imageAlt: "Acne Treatment Service",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Skin Allergy Treatment", price: "Professional", imageSrc: "http://img.b2bpic.net/free-photo/skin-allergy-reaction-person-s-back_23-2149140497.jpg?_wi=1", imageAlt: "Skin Allergy Treatment"},
|
||||||
name: "Skin Allergy Treatment",
|
|
||||||
price: "Professional",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/skin-allergy-reaction-person-s-back_23-2149140497.jpg?_wi=1",
|
|
||||||
imageAlt: "Skin Allergy Treatment",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "Hair Loss Treatment", price: "Advanced", imageSrc: "http://img.b2bpic.net/free-photo/close-up-doctor-injecting-patient_23-2149103589.jpg?_wi=1", imageAlt: "Hair Loss Treatment"},
|
||||||
name: "Hair Loss Treatment",
|
|
||||||
price: "Advanced",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-doctor-injecting-patient_23-2149103589.jpg?_wi=1",
|
|
||||||
imageAlt: "Hair Loss Treatment",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Pigmentation Treatment", price: "Targeted", imageSrc: "http://img.b2bpic.net/free-photo/woman-suffering-from-body-dysmorphia_23-2150879649.jpg?_wi=1", imageAlt: "Pigmentation Treatment"},
|
||||||
name: "Pigmentation Treatment",
|
|
||||||
price: "Targeted",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-suffering-from-body-dysmorphia_23-2150879649.jpg?_wi=1",
|
|
||||||
imageAlt: "Pigmentation Treatment",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "6",
|
id: "6", name: "General Dermatology", price: "Consultation", imageSrc: "http://img.b2bpic.net/free-photo/african-american-doctor-taking-notes-while-talking-senior-patient-nursing-home_637285-11350.jpg?_wi=1", imageAlt: "General Dermatology Consultation"},
|
||||||
name: "General Dermatology",
|
|
||||||
price: "Consultation",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-doctor-taking-notes-while-talking-senior-patient-nursing-home_637285-11350.jpg?_wi=1",
|
|
||||||
imageAlt: "General Dermatology Consultation",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -147,47 +115,31 @@ export default function HomePage() {
|
|||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: 1,
|
id: 1,
|
||||||
title: "Experienced Dermatologists",
|
title: "Experienced Dermatologists", description: "Our team comprises highly qualified skin specialists with extensive experience in treating complex dermatological conditions including vitiligo, acne, and skin allergies.", phoneOne: {
|
||||||
description: "Our team comprises highly qualified skin specialists with extensive experience in treating complex dermatological conditions including vitiligo, acne, and skin allergies.",
|
imageSrc: "http://img.b2bpic.net/free-photo/accompaniment-abortion-process_23-2149656035.jpg?_wi=2"},
|
||||||
phoneOne: {
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/accompaniment-abortion-process_23-2149656035.jpg?_wi=2",
|
|
||||||
},
|
|
||||||
phoneTwo: {
|
phoneTwo: {
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-doctor-taking-notes-while-talking-senior-patient-nursing-home_637285-11350.jpg?_wi=2",
|
imageSrc: "http://img.b2bpic.net/free-photo/african-american-doctor-taking-notes-while-talking-senior-patient-nursing-home_637285-11350.jpg?_wi=2"},
|
||||||
},
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 2,
|
id: 2,
|
||||||
title: "Advanced Treatment Methods",
|
title: "Advanced Treatment Methods", description: "We utilize cutting-edge dermatological technologies and modern treatment protocols to ensure the best outcomes for our patients.", phoneOne: {
|
||||||
description: "We utilize cutting-edge dermatological technologies and modern treatment protocols to ensure the best outcomes for our patients.",
|
imageSrc: "http://img.b2bpic.net/free-photo/person-getting-micro-needling-beauty-treatment_23-2149334249.jpg?_wi=2"},
|
||||||
phoneOne: {
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/person-getting-micro-needling-beauty-treatment_23-2149334249.jpg?_wi=2",
|
|
||||||
},
|
|
||||||
phoneTwo: {
|
phoneTwo: {
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-suffering-from-body-dysmorphia_23-2150879649.jpg?_wi=2",
|
imageSrc: "http://img.b2bpic.net/free-photo/woman-suffering-from-body-dysmorphia_23-2150879649.jpg?_wi=2"},
|
||||||
},
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 3,
|
id: 3,
|
||||||
title: "Patient-Focused Care",
|
title: "Patient-Focused Care", description: "Your comfort and satisfaction are our priority. We provide personalized treatment plans tailored to your specific skin condition and health goals.", phoneOne: {
|
||||||
description: "Your comfort and satisfaction are our priority. We provide personalized treatment plans tailored to your specific skin condition and health goals.",
|
imageSrc: "http://img.b2bpic.net/free-photo/girlfriend-applying-professional-eye-makeup-man-make-him-look-dead_482257-102065.jpg?_wi=2"},
|
||||||
phoneOne: {
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/girlfriend-applying-professional-eye-makeup-man-make-him-look-dead_482257-102065.jpg?_wi=2",
|
|
||||||
},
|
|
||||||
phoneTwo: {
|
phoneTwo: {
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/skin-allergy-reaction-person-s-back_23-2149140497.jpg?_wi=2",
|
imageSrc: "http://img.b2bpic.net/free-photo/skin-allergy-reaction-person-s-back_23-2149140497.jpg?_wi=2"},
|
||||||
},
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 4,
|
id: 4,
|
||||||
title: "Safe and Effective Solutions",
|
title: "Safe and Effective Solutions", description: "All our treatments are scientifically proven, clinically tested, and performed with the highest safety standards to protect your skin health.", phoneOne: {
|
||||||
description: "All our treatments are scientifically proven, clinically tested, and performed with the highest safety standards to protect your skin health.",
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-doctor-injecting-patient_23-2149103589.jpg?_wi=2"},
|
||||||
phoneOne: {
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-doctor-injecting-patient_23-2149103589.jpg?_wi=2",
|
|
||||||
},
|
|
||||||
phoneTwo: {
|
phoneTwo: {
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/accompaniment-abortion-process_23-2149656035.jpg?_wi=3",
|
imageSrc: "http://img.b2bpic.net/free-photo/accompaniment-abortion-process_23-2149656035.jpg?_wi=3"},
|
||||||
},
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
@@ -201,41 +153,17 @@ export default function HomePage() {
|
|||||||
<TestimonialCardTwelve
|
<TestimonialCardTwelve
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=1", imageAlt: "Priya Sharma"},
|
||||||
name: "Priya Sharma",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=1",
|
|
||||||
imageAlt: "Priya Sharma",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Rajesh Kumar", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-standing-office_23-2147899580.jpg?_wi=1", imageAlt: "Rajesh Kumar"},
|
||||||
name: "Rajesh Kumar",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-standing-office_23-2147899580.jpg?_wi=1",
|
|
||||||
imageAlt: "Rajesh Kumar",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Anjali Patel", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=2", imageAlt: "Anjali Patel"},
|
||||||
name: "Anjali Patel",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=2",
|
|
||||||
imageAlt: "Anjali Patel",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "Amit Singh", imageSrc: "http://img.b2bpic.net/free-photo/close-up-doctor-patient-clinic_23-2149103571.jpg?_wi=1", imageAlt: "Amit Singh"},
|
||||||
name: "Amit Singh",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-doctor-patient-clinic_23-2149103571.jpg?_wi=1",
|
|
||||||
imageAlt: "Amit Singh",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Meera Gupta", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=3", imageAlt: "Meera Gupta"},
|
||||||
name: "Meera Gupta",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=3",
|
|
||||||
imageAlt: "Meera Gupta",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "6",
|
id: "6", name: "Vikram Desai", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-standing-office_23-2147899580.jpg?_wi=2", imageAlt: "Vikram Desai"},
|
||||||
name: "Vikram Desai",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-standing-office_23-2147899580.jpg?_wi=2",
|
|
||||||
imageAlt: "Vikram Desai",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
cardTitle="Over 5000+ satisfied patients trust Aarogys Skin and Vitiligo Centre for expert dermatological care and transformative treatment results"
|
cardTitle="Over 5000+ satisfied patients trust Aarogys Skin and Vitiligo Centre for expert dermatological care and transformative treatment results"
|
||||||
cardTag="Patient Success Stories"
|
cardTag="Patient Success Stories"
|
||||||
@@ -263,8 +191,7 @@ export default function HomePage() {
|
|||||||
<FooterBaseReveal
|
<FooterBaseReveal
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Clinic",
|
title: "Clinic", items: [
|
||||||
items: [
|
|
||||||
{ label: "About Us", href: "#about" },
|
{ label: "About Us", href: "#about" },
|
||||||
{ label: "Services", href: "/services" },
|
{ label: "Services", href: "/services" },
|
||||||
{ label: "Why Choose Us", href: "#why-us" },
|
{ label: "Why Choose Us", href: "#why-us" },
|
||||||
@@ -272,8 +199,7 @@ export default function HomePage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Services",
|
title: "Services", items: [
|
||||||
items: [
|
|
||||||
{ label: "Vitiligo Treatment", href: "/services" },
|
{ label: "Vitiligo Treatment", href: "/services" },
|
||||||
{ label: "Acne Treatment", href: "/services" },
|
{ label: "Acne Treatment", href: "/services" },
|
||||||
{ label: "Hair Loss Treatment", href: "/services" },
|
{ label: "Hair Loss Treatment", href: "/services" },
|
||||||
@@ -281,8 +207,7 @@ export default function HomePage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Contact",
|
title: "Contact", items: [
|
||||||
items: [
|
|
||||||
{ label: "Phone: 07669133703", href: "tel:07669133703" },
|
{ label: "Phone: 07669133703", href: "tel:07669133703" },
|
||||||
{ label: "Book Appointment", href: "#contact" },
|
{ label: "Book Appointment", href: "#contact" },
|
||||||
{ label: "Privacy Policy", href: "#" },
|
{ label: "Privacy Policy", href: "#" },
|
||||||
@@ -295,4 +220,4 @@ export default function HomePage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user