Merge version_2 into main #8

Merged
bender merged 1 commits from version_2 into main 2026-03-12 20:20:24 +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>