diff --git a/src/app/page.tsx b/src/app/page.tsx index 16d1867..81b33a4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,16 +53,15 @@ export default function LandingPage() { description="Get professional job placement, interview coaching, and career guidance from Jabalpur's trusted employment consultancy. Expert mentors ready to help you succeed." tag="Local Expertise, Global Opportunities" tagIcon={Sparkles} - tagAnimation="blur-reveal" - background={{ variant: "canvas-reveal" }} + tagAnimation="slide-up" + background={{ variant: "grid" }} buttons={[ { text: "Get Job Assistance", href: "contact" }, { text: "Learn More", href: "about" } ]} - buttonAnimation="blur-reveal" + buttonAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/person-working-office_23-2149229074.jpg" imageAlt="Professional career consultation and employment services" - useInvertedBackground={false} ariaLabel="Hero section with career placement services" /> @@ -164,7 +163,7 @@ export default function LandingPage() { tag="Help & Support" tagIcon={HelpCircle} textboxLayout="default" - animationType="smooth" + animationType="slide-up" useInvertedBackground={false} mediaPosition="left" imageSrc="http://img.b2bpic.net/free-vector/creative-call-center-lineal-concept_23-2147954633.jpg" diff --git a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx index 84443c0..d862f9d 100644 --- a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx +++ b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx @@ -6,7 +6,7 @@ interface SvgTextLogoProps { fontSize?: number; fontWeight?: number | string; fill?: string; - dominantBaseline?: 'auto' | 'text-top' | 'hanging' | 'ideographic' | 'alphabetic' | 'middle' | 'central' | 'mathematical'; + dominantBaseline?: 'auto' | 'hanging' | 'ideographic' | 'alphabetic' | 'middle' | 'central' | 'mathematical' | 'text-before-edge' | 'text-after-edge'; } const SvgTextLogo: React.FC = ({