Update src/app/page.tsx
This commit is contained in:
135
src/app/page.tsx
135
src/app/page.tsx
@@ -40,9 +40,7 @@ export default function HomePage() {
|
||||
brandName="Aarogys"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Book Appointment",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book Appointment", href: "#contact"}}
|
||||
/>
|
||||
</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."
|
||||
background={{ variant: "radial-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Call Now", href: "tel:07669133703" },
|
||||
{ text: "Get Free Consultation", href: "tel:07669133703" },
|
||||
{ text: "Book Appointment", href: "#contact" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -88,47 +86,17 @@ export default function HomePage() {
|
||||
tag="Services"
|
||||
products={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
@@ -147,47 +115,31 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
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: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/accompaniment-abortion-process_23-2149656035.jpg?_wi=2",
|
||||
},
|
||||
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: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/accompaniment-abortion-process_23-2149656035.jpg?_wi=2"},
|
||||
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,
|
||||
title: "Advanced Treatment Methods",
|
||||
description: "We utilize cutting-edge dermatological technologies and modern treatment protocols to ensure the best outcomes for our patients.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-getting-micro-needling-beauty-treatment_23-2149334249.jpg?_wi=2",
|
||||
},
|
||||
title: "Advanced Treatment Methods", description: "We utilize cutting-edge dermatological technologies and modern treatment protocols to ensure the best outcomes for our patients.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-getting-micro-needling-beauty-treatment_23-2149334249.jpg?_wi=2"},
|
||||
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,
|
||||
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: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girlfriend-applying-professional-eye-makeup-man-make-him-look-dead_482257-102065.jpg?_wi=2",
|
||||
},
|
||||
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: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girlfriend-applying-professional-eye-makeup-man-make-him-look-dead_482257-102065.jpg?_wi=2"},
|
||||
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,
|
||||
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: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-doctor-injecting-patient_23-2149103589.jpg?_wi=2",
|
||||
},
|
||||
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: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-doctor-injecting-patient_23-2149103589.jpg?_wi=2"},
|
||||
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"
|
||||
@@ -201,41 +153,17 @@ export default function HomePage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
cardTitle="Over 5000+ satisfied patients trust Aarogys Skin and Vitiligo Centre for expert dermatological care and transformative treatment results"
|
||||
cardTag="Patient Success Stories"
|
||||
@@ -263,8 +191,7 @@ export default function HomePage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Clinic",
|
||||
items: [
|
||||
title: "Clinic", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Why Choose Us", href: "#why-us" },
|
||||
@@ -272,8 +199,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Vitiligo Treatment", href: "/services" },
|
||||
{ label: "Acne Treatment", href: "/services" },
|
||||
{ label: "Hair Loss Treatment", href: "/services" },
|
||||
@@ -281,8 +207,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Phone: 07669133703", href: "tel:07669133703" },
|
||||
{ label: "Book Appointment", href: "#contact" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
@@ -295,4 +220,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user