Merge version_1 into main #3
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
@@ -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"
|
||||
|
||||
@@ -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<SvgTextLogoProps> = ({
|
||||
|
||||
Reference in New Issue
Block a user