From b8a472e99b44579f15c7a2cf7280bd429d8a5a44 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 14:16:13 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 48 ++++++++++++------------------------------ 1 file changed, 13 insertions(+), 35 deletions(-) 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} From 21cbce8e44a14281090782e6509de7f28409a305 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 14:16:14 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 134 +++++++++++------------------------------------ 1 file changed, 30 insertions(+), 104 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ac54d08..5f09f87 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,8 +21,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "IVF Treatment", href: "/services" }, { label: "Genetic Screening", href: "/services" }, { label: "Donor Programs", href: "/services" }, @@ -30,8 +29,7 @@ export default function HomePage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "#about" }, { label: "Our Team", href: "#team" }, { label: "Success Stories", href: "#testimonials" }, @@ -39,8 +37,7 @@ export default function HomePage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Contact Us", href: "/contact" }, @@ -56,7 +53,7 @@ export default function HomePage() { borderRadius="rounded" contentWidth="compact" sizing="large" - background="aurora" + background="circleGradient" cardStyle="outline" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="radial-glow" @@ -75,29 +72,19 @@ export default function HomePage() { description="Shreeram IVF Centre combines cutting-edge reproductive technology with compassionate medical expertise. Our specialized team delivers personalized fertility solutions for couples seeking to build their families." avatars={[ { - src: "http://img.b2bpic.net/free-photo/family-doctor-doctor-s-office_23-2148168436.jpg", - alt: "Dr. Shreeram - IVF Specialist", - }, + src: "http://img.b2bpic.net/free-photo/family-doctor-doctor-s-office_23-2148168436.jpg", alt: "Dr. Shreeram - IVF Specialist"}, { - src: "http://img.b2bpic.net/free-photo/detective-specialist_1098-15356.jpg", - alt: "Dr. Partner - Reproductive Endocrinologist", - }, + src: "http://img.b2bpic.net/free-photo/detective-specialist_1098-15356.jpg", alt: "Dr. Partner - Reproductive Endocrinologist"}, { - src: "http://img.b2bpic.net/free-photo/family-park_1157-8570.jpg", - alt: "Happy family with baby", - }, + src: "http://img.b2bpic.net/free-photo/family-park_1157-8570.jpg", alt: "Happy family with baby"}, ]} avatarText="Trusted by 2000+ successful families" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} buttons={[ { - text: "Schedule Consultation", - href: "/contact", - }, + text: "Schedule Consultation", href: "/contact"}, { - text: "Learn About Our Services", - href: "/services", - }, + text: "Learn About Our Services", href: "/services"}, ]} buttonAnimation="slide-up" /> @@ -111,18 +98,15 @@ export default function HomePage() { description="Shreeram IVF Centre was established with a mission to provide world-class fertility treatments in a compassionate, patient-centered environment. Our team of highly skilled reproductive specialists combines advanced medical technology with personalized care protocols to maximize success rates and patient satisfaction." metrics={[ { - value: "98%", - title: "Success Rate in First Cycle", - }, + value: "98%", title: "Success Rate in First Cycle"}, { - value: "15+ Years", - title: "Combined Medical Experience", - }, + value: "15+ Years", title: "Combined Medical Experience"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/biologist-researcher-woman-holding-blood-test-tube-hands-discussing-medical-vaccine_482257-16132.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/biologist-researcher-woman-holding-blood-test-tube-hands-discussing-medical-vaccine_482257-16132.jpg" imageAlt="State-of-the-art Shreeram IVF clinic interior" useInvertedBackground={false} mediaAnimation="slide-up" + metricsAnimation="slide-up" tagAnimation="slide-up" /> @@ -136,34 +120,22 @@ export default function HomePage() { features={[ { icon: TestTubes, - title: "IVF Treatment", - description: "In vitro fertilization with advanced embryo selection and transfer techniques for optimal outcomes.", - }, + title: "IVF Treatment", description: "In vitro fertilization with advanced embryo selection and transfer techniques for optimal outcomes."}, { icon: Zap, - title: "ICSI & Fertilization", - description: "Intracytoplasmic sperm injection for cases requiring specialized fertilization support.", - }, + title: "ICSI & Fertilization", description: "Intracytoplasmic sperm injection for cases requiring specialized fertilization support."}, { icon: Microscope, - title: "Genetic Screening", - description: "Pre-implantation genetic testing to ensure embryo health and viability.", - }, + title: "Genetic Screening", description: "Pre-implantation genetic testing to ensure embryo health and viability."}, { icon: Heart, - title: "Fertility Counseling", - description: "Professional psychological support throughout your fertility journey.", - }, + title: "Fertility Counseling", description: "Professional psychological support throughout your fertility journey."}, { icon: Shield, - title: "Donor Programs", - description: "Secure, ethical egg and sperm donor services with comprehensive screening.", - }, + title: "Donor Programs", description: "Secure, ethical egg and sperm donor services with comprehensive screening."}, { icon: TrendingUp, - title: "Success Monitoring", - description: "Regular follow-ups and outcome tracking for continuous improvement.", - }, + title: "Success Monitoring", description: "Regular follow-ups and outcome tracking for continuous improvement."}, ]} textboxLayout="default" animationType="slide-up" @@ -180,29 +152,13 @@ export default function HomePage() { description="Our team comprises highly qualified reproductive endocrinologists and fertility specialists with extensive experience in advanced assisted reproduction." 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=1", - }, + 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=1", - }, + 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=1", - }, + id: "3", name: "Dr. Rajesh Verma", role: "Embryologist & Lab Director", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-scientists-lab_23-2148970019.jpg"}, { - id: "4", - name: "Dr. Anjali Patel", - role: "Fertility Counselor & Psychologist", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-pretty-female-private-doctor-visit-asenior-man-home-give-recipe_496169-1566.jpg", - }, + id: "4", name: "Dr. Anjali Patel", role: "Fertility Counselor & Psychologist", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-pretty-female-private-doctor-visit-asenior-man-home-give-recipe_496169-1566.jpg"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" @@ -220,47 +176,17 @@ export default function HomePage() { description="Hear from families whose dreams of parenthood came true with Shreeram IVF Centre." testimonials={[ { - id: "1", - name: "Neha & Arjun", - role: "First-time IVF Success", - testimonial: "After 5 years of trying, we found hope at Shreeram. The compassionate care and expert guidance made our journey meaningful. We're now proud parents of beautiful twins!", - imageSrc: "http://img.b2bpic.net/free-photo/mother-father-sitting-near-their-daughter_8353-7793.jpg", - }, + id: "1", name: "Neha & Arjun", role: "First-time IVF Success", testimonial: "After 5 years of trying, we found hope at Shreeram. The compassionate care and expert guidance made our journey meaningful. We're now proud parents of beautiful twins!", imageSrc: "http://img.b2bpic.net/free-photo/mother-father-sitting-near-their-daughter_8353-7793.jpg"}, { - id: "2", - name: "Priya Desai", - role: "Patient Success", - testimonial: "The entire team at Shreeram treated us like family. Their expertise combined with genuine care gave us confidence. Our son is now 2 years old and brings endless joy!", - imageSrc: "http://img.b2bpic.net/free-photo/young-mother-with-little-daughter-park_1303-22579.jpg", - }, + id: "2", name: "Priya Desai", role: "Patient Success", testimonial: "The entire team at Shreeram treated us like family. Their expertise combined with genuine care gave us confidence. Our son is now 2 years old and brings endless joy!", imageSrc: "http://img.b2bpic.net/free-photo/young-mother-with-little-daughter-park_1303-22579.jpg"}, { - id: "3", - name: "Vikram & Sneha", - role: "Advanced Treatment", - testimonial: "We tried multiple clinics before Shreeram. Their advanced diagnostic approach identified the exact issue. The personalized treatment plan worked perfectly for us.", - imageSrc: "http://img.b2bpic.net/free-photo/young-international-couple-together-park_1303-14993.jpg", - }, + id: "3", name: "Vikram & Sneha", role: "Advanced Treatment", testimonial: "We tried multiple clinics before Shreeram. Their advanced diagnostic approach identified the exact issue. The personalized treatment plan worked perfectly for us.", imageSrc: "http://img.b2bpic.net/free-photo/young-international-couple-together-park_1303-14993.jpg"}, { - id: "4", - name: "Anjali Kumar", - role: "Single Mother Journey", - testimonial: "Dr. Shreeram's team made me feel empowered and supported. Their non-judgmental approach and cutting-edge technology made my dream of motherhood a beautiful reality.", - imageSrc: "http://img.b2bpic.net/free-photo/mother-doughter-having-fun-beach-warm-sunset-colors_273443-5174.jpg", - }, + id: "4", name: "Anjali Kumar", role: "Single Mother Journey", testimonial: "Dr. Shreeram's team made me feel empowered and supported. Their non-judgmental approach and cutting-edge technology made my dream of motherhood a beautiful reality.", imageSrc: "http://img.b2bpic.net/free-photo/mother-doughter-having-fun-beach-warm-sunset-colors_273443-5174.jpg"}, { - id: "5", - name: "Rahul & Meera", - role: "Genetic Screening Success", - testimonial: "The genetic screening services gave us peace of mind. We now have a healthy baby girl. The entire process was transparent, professional, and deeply compassionate.", - imageSrc: "http://img.b2bpic.net/free-photo/baby-s-gender-reveal-party_23-2150379481.jpg", - }, + id: "5", name: "Rahul & Meera", role: "Genetic Screening Success", testimonial: "The genetic screening services gave us peace of mind. We now have a healthy baby girl. The entire process was transparent, professional, and deeply compassionate.", imageSrc: "http://img.b2bpic.net/free-photo/baby-s-gender-reveal-party_23-2150379481.jpg"}, { - id: "6", - name: "Deepa Singh", - role: "Successful Pregnancy", - testimonial: "From initial consultation to pregnancy confirmation, Shreeram's team provided exceptional support. Their expertise is world-class, and their hearts are even bigger.", - imageSrc: "http://img.b2bpic.net/free-photo/pregnant-woman-portrait-new-year-vibes-charming-blonde-expecting-woman_8353-8701.jpg", - }, + id: "6", name: "Deepa Singh", role: "Successful Pregnancy", testimonial: "From initial consultation to pregnancy confirmation, Shreeram's team provided exceptional support. Their expertise is world-class, and their hearts are even bigger.", imageSrc: "http://img.b2bpic.net/free-photo/pregnant-woman-portrait-new-year-vibes-charming-blonde-expecting-woman_8353-8701.jpg"}, ]} textboxLayout="default" animationType="slide-up" From 4ce3f5ff7464c377ec5714f4fa83fe834828ec70 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 14:16:14 +0000 Subject: [PATCH 3/3] Update src/components/shared/SvgTextLogo/SvgTextLogo.tsx --- .../shared/SvgTextLogo/SvgTextLogo.tsx | 53 ++++++------------- 1 file changed, 16 insertions(+), 37 deletions(-) diff --git a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx index f214190..c2bfb5b 100644 --- a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx +++ b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx @@ -1,51 +1,30 @@ -"use client"; - -import { memo } from "react"; -import useSvgTextLogo from "./useSvgTextLogo"; -import { cls } from "@/lib/utils"; +import React from 'react'; interface SvgTextLogoProps { - logoText: string; - adjustHeightFactor?: number; - verticalAlign?: "top" | "center"; + text: string; className?: string; } -const SvgTextLogo = memo(function SvgTextLogo({ - logoText, - adjustHeightFactor, - verticalAlign = "top", - className = "", -}) { - const { svgRef, textRef, viewBox, aspectRatio } = useSvgTextLogo(logoText, false, adjustHeightFactor); - +export const SvgTextLogo: React.FC = ({ text, className = '' }) => { return ( - {logoText} + {text} ); -}); +}; -SvgTextLogo.displayName = "SvgTextLogo"; - -export default SvgTextLogo; +export default SvgTextLogo; \ No newline at end of file