Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2e37291605 | |||
| d30db9ec76 | |||
| 6eddd5912a | |||
| 7bba38b766 | |||
| 81f3062017 | |||
| 245c78e194 | |||
| 83b444bb6d | |||
| 200af09efe | |||
| ef6a0a60c2 | |||
| 7d3cc914ab | |||
| 4063c34dbc |
@@ -10,6 +10,7 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
import { Sparkles, Award, Briefcase, TrendingUp, Heart, HelpCircle, Phone } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -67,14 +68,13 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MediaAbout
|
||||
title="Empowering Careers in Jabalpur"
|
||||
description="We are a women-owned employment consultancy dedicated to connecting job seekers with the right opportunities. With years of experience and a proven track record of successful placements, we understand the local job market and what employers are looking for."
|
||||
tag="Women-Owned Business"
|
||||
tagIcon={Award}
|
||||
<TextSplitAbout
|
||||
title="About Lotus Group"
|
||||
description={[
|
||||
"We are a women-owned employment consultancy dedicated to connecting job seekers with the right opportunities. With years of experience and a proven track record of successful placements, we understand the local job market and what employers are looking for.", "Our mission is to empower careers through personalized guidance, expert training, and meaningful connections that transform lives and build lasting relationships with both candidates and employers."
|
||||
]}
|
||||
buttons={[{ text: "Discover Our Team", href: "services" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-colleagues-working-together_23-2149622846.jpg"
|
||||
imageAlt="M/S Lotus Group office and team"
|
||||
showBorder={true}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -194,7 +194,7 @@ export default function LandingPage() {
|
||||
<ContactFaq
|
||||
ctaTitle="Ready to Transform Your Career?"
|
||||
ctaDescription="Get in touch with our team for a free consultation and discover how we can help you find your ideal job."
|
||||
ctaButton={{ text: "Book a Free Consultation", href: "#contact" }}
|
||||
ctaButton={{ text: "Book a Free Consultation", href: "tel:9898767657" }}
|
||||
ctaIcon={Phone}
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user