11 Commits

Author SHA1 Message Date
2e37291605 Merge version_3 into main
Merge version_3 into main
2026-03-12 20:22:51 +00:00
d30db9ec76 Update src/app/page.tsx 2026-03-12 20:22:47 +00:00
6eddd5912a Merge version_2 into main
Merge version_2 into main
2026-03-12 20:20:23 +00:00
7bba38b766 Update src/app/page.tsx 2026-03-12 20:20:19 +00:00
81f3062017 Merge version_1 into main
Merge version_1 into main
2026-03-12 20:17:54 +00:00
245c78e194 Merge version_1 into main
Merge version_1 into main
2026-03-12 20:10:20 +00:00
83b444bb6d Merge version_1 into main
Merge version_1 into main
2026-03-12 20:09:55 +00:00
200af09efe Merge version_1 into main
Merge version_1 into main
2026-03-12 20:09:00 +00:00
ef6a0a60c2 Merge version_1 into main
Merge version_1 into main
2026-03-12 20:08:08 +00:00
7d3cc914ab Merge version_1 into main
Merge version_1 into main
2026-03-12 20:07:15 +00:00
4063c34dbc Merge version_1 into main
Merge version_1 into main
2026-03-12 20:06:28 +00:00

View File

@@ -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}