Update src/app/page.tsx
This commit is contained in:
@@ -27,7 +27,7 @@ export default function LandingPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="small"
|
||||
sizing="largeSmall"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -53,13 +53,13 @@ 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="slide-up"
|
||||
background={{ variant: "grid" }}
|
||||
tagAnimation="blur-reveal"
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
buttons={[
|
||||
{ text: "Get Job Assistance", href: "contact" },
|
||||
{ text: "Learn More", href: "about" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
buttonAnimation="blur-reveal"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/person-working-office_23-2149229074.jpg"
|
||||
imageAlt="Professional career consultation and employment services"
|
||||
useInvertedBackground={false}
|
||||
@@ -117,10 +117,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "500+", title: "Successful Placements", description: "Career opportunities created", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-business-infographics_23-2148664992.jpg?_wi=1", imageAlt: "Success metrics and placement statistics"
|
||||
id: "1", value: "500+", title: "Successful Placements", description: "Career opportunities created", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-business-infographics_23-2148664992.jpg", imageAlt: "Success metrics and placement statistics"
|
||||
},
|
||||
{
|
||||
id: "2", value: "237", title: "5-Star Reviews", description: "From satisfied candidates", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-business-infographics_23-2148664992.jpg?_wi=2", imageAlt: "Customer satisfaction ratings"
|
||||
id: "2", value: "237", title: "5-Star Reviews", description: "From satisfied candidates", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-business-infographics_23-2148664992.jpg", imageAlt: "Customer satisfaction ratings"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -164,7 +164,7 @@ export default function LandingPage() {
|
||||
tag="Help & Support"
|
||||
tagIcon={HelpCircle}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
animationType="smooth"
|
||||
useInvertedBackground={false}
|
||||
mediaPosition="left"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/creative-call-center-lineal-concept_23-2147954633.jpg"
|
||||
|
||||
Reference in New Issue
Block a user