diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 14c11a7..c94fb5c 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -19,8 +19,7 @@ export default function AboutPage() { const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "IVF Treatment", href: "#services" }, { label: "Genetic Screening", href: "#services" }, { label: "Donor Programs", href: "#services" }, @@ -28,8 +27,7 @@ export default function AboutPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "#about" }, { label: "Our Team", href: "#team" }, { label: "Success Stories", href: "#testimonials" }, @@ -37,8 +35,7 @@ export default function AboutPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Contact Us", href: "#" }, @@ -54,7 +51,7 @@ export default function AboutPage() { borderRadius="rounded" contentWidth="compact" sizing="large" - background="aurora" + background="circleGradient" cardStyle="outline" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="radial-glow" @@ -75,18 +72,15 @@ export default function AboutPage() { description="Shreeram IVF Centre stands at the forefront of reproductive medicine, dedicated to transforming the lives of couples and individuals seeking to build their families. Our comprehensive approach integrates advanced medical technology with deep compassion, ensuring that every patient receives world-class care in a supportive environment. With over 15 years of combined expertise and a track record of exceptional success, we've helped thousands of families achieve their dream of parenthood." metrics={[ { - value: "2000+", - title: "Happy Families Created", - }, + value: "2000+", title: "Happy Families Created"}, { - value: "98%", - title: "First-Cycle Success Rate", - }, + value: "98%", title: "First-Cycle Success Rate"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/biologist-researcher-woman-holding-blood-test-tube-hands-discussing-medical-vaccine_482257-16132.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/biologist-researcher-woman-holding-blood-test-tube-hands-discussing-medical-vaccine_482257-16132.jpg" imageAlt="Shreeram IVF advanced fertility laboratory and clinic" useInvertedBackground={false} mediaAnimation="slide-up" + metricsAnimation="slide-up" tagAnimation="slide-up" /> @@ -99,23 +93,11 @@ export default function AboutPage() { description="Our team comprises highly qualified reproductive endocrinologists, embryologists, and fertility specialists with extensive experience in advanced assisted reproduction and compassionate patient care." members={[ { - id: "1", - name: "Dr. Shreeram Kumar", - role: "Founder & Chief IVF Specialist", - imageSrc: "http://img.b2bpic.net/free-photo/doctor-working-posing_23-2147642737.jpg?_wi=2", - }, + id: "1", name: "Dr. Shreeram Kumar", role: "Founder & Chief IVF Specialist", imageSrc: "http://img.b2bpic.net/free-photo/doctor-working-posing_23-2147642737.jpg"}, { - id: "2", - name: "Dr. Priya Sharma", - role: "Reproductive Endocrinologist", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doctor-wearing-white-coat-with-stethoscope-blowing-kiss-with-hand-air-being-lovely-standing-pink-wall_141793-47748.jpg?_wi=2", - }, + id: "2", name: "Dr. Priya Sharma", role: "Reproductive Endocrinologist", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doctor-wearing-white-coat-with-stethoscope-blowing-kiss-with-hand-air-being-lovely-standing-pink-wall_141793-47748.jpg"}, { - id: "3", - name: "Dr. Rajesh Verma", - role: "Embryologist & Lab Director", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-scientists-lab_23-2148970019.jpg?_wi=2", - }, + id: "3", name: "Dr. Rajesh Verma", role: "Embryologist & Lab Director", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-scientists-lab_23-2148970019.jpg"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" @@ -133,13 +115,9 @@ export default function AboutPage() { description="Take the first step toward building your family. Our specialists are ready to discuss your unique situation and create a personalized treatment plan designed just for you." buttons={[ { - text: "Book Appointment", - href: "/contact", - }, + text: "Book Appointment", href: "/contact"}, { - text: "Learn More", - href: "/", - }, + text: "Learn More", href: "/"}, ]} background={{ variant: "radial-gradient" }} useInvertedBackground={false}