|
|
|
@@ -2,13 +2,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
import ReactLenis from "lenis/react";
|
|
|
|
import ReactLenis from "lenis/react";
|
|
|
|
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
|
|
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
|
|
|
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
|
|
|
import FaqBase from '@/components/sections/faq/FaqBase';
|
|
|
|
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
|
|
|
|
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
|
|
|
|
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
|
|
|
import FooterCard from '@/components/sections/footer/FooterCard';
|
|
|
|
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
|
|
|
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
|
|
|
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
|
|
|
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
|
|
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
|
|
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
|
|
|
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
|
|
|
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
|
|
|
import TextAbout from '@/components/sections/about/TextAbout';
|
|
|
|
import TextAbout from '@/components/sections/about/TextAbout';
|
|
|
|
|
|
|
|
|
|
|
|
@@ -19,39 +19,25 @@ export default function LandingPage() {
|
|
|
|
defaultTextAnimation="entrance-slide"
|
|
|
|
defaultTextAnimation="entrance-slide"
|
|
|
|
borderRadius="pill"
|
|
|
|
borderRadius="pill"
|
|
|
|
contentWidth="mediumLarge"
|
|
|
|
contentWidth="mediumLarge"
|
|
|
|
sizing="large"
|
|
|
|
sizing="medium"
|
|
|
|
background="aurora"
|
|
|
|
background="none"
|
|
|
|
cardStyle="layered-gradient"
|
|
|
|
cardStyle="solid"
|
|
|
|
primaryButtonStyle="diagonal-gradient"
|
|
|
|
primaryButtonStyle="gradient"
|
|
|
|
secondaryButtonStyle="glass"
|
|
|
|
secondaryButtonStyle="glass"
|
|
|
|
headingFontWeight="semibold"
|
|
|
|
headingFontWeight="semibold"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
<ReactLenis root>
|
|
|
|
<ReactLenis root>
|
|
|
|
<div id="nav" data-section="nav">
|
|
|
|
<div id="nav" data-section="nav">
|
|
|
|
<NavbarLayoutFloatingInline
|
|
|
|
<NavbarLayoutFloatingOverlay
|
|
|
|
navItems={[
|
|
|
|
navItems={[
|
|
|
|
{
|
|
|
|
{ name: "Home", id: "hero" },
|
|
|
|
name: "Home",
|
|
|
|
{ name: "Services", id: "services" },
|
|
|
|
id: "hero",
|
|
|
|
{ name: "About", id: "about" },
|
|
|
|
},
|
|
|
|
{ name: "Contact", id: "contact" },
|
|
|
|
{
|
|
|
|
|
|
|
|
name: "Services",
|
|
|
|
|
|
|
|
id: "services",
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
name: "About",
|
|
|
|
|
|
|
|
id: "about",
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
name: "Contact",
|
|
|
|
|
|
|
|
id: "contact",
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
brandName="Impact Consultancy"
|
|
|
|
brandName="Impact Consultancy"
|
|
|
|
button={{
|
|
|
|
button={{
|
|
|
|
text: "Book Consultation",
|
|
|
|
text: "Book Consultation", href: "#contact"}}
|
|
|
|
href: "#contact",
|
|
|
|
|
|
|
|
}}
|
|
|
|
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
@@ -61,37 +47,23 @@ export default function LandingPage() {
|
|
|
|
description="Expert compliance and registration services tailored for Startups, NGOs, and Companies. We handle the paperwork so you can focus on growth."
|
|
|
|
description="Expert compliance and registration services tailored for Startups, NGOs, and Companies. We handle the paperwork so you can focus on growth."
|
|
|
|
buttons={[
|
|
|
|
buttons={[
|
|
|
|
{
|
|
|
|
{
|
|
|
|
text: "Get Started",
|
|
|
|
text: "Get Started", href: "#contact"},
|
|
|
|
href: "#contact",
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
{
|
|
|
|
text: "Our Services",
|
|
|
|
text: "Our Services", href: "#services"},
|
|
|
|
href: "#services",
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
imageSrc="http://img.b2bpic.net/free-photo/unrecognizable-man-sitting-desk-office-writing_1098-20322.jpg?_wi=1"
|
|
|
|
imageSrc="https://img.b2bpic.net/premium-photo/handshaking-business-people-office-as-concept-teamwork-partnership_207634-11904.jpg?id=75532861"
|
|
|
|
showBlur={true}
|
|
|
|
showBlur={true}
|
|
|
|
avatars={[
|
|
|
|
avatars={[
|
|
|
|
{
|
|
|
|
{
|
|
|
|
src: "http://img.b2bpic.net/free-photo/planning-work_1098-13714.jpg",
|
|
|
|
src: "http://img.b2bpic.net/free-photo/planning-work_1098-13714.jpg", alt: "Planning work"},
|
|
|
|
alt: "Planning work",
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
{
|
|
|
|
src: "http://img.b2bpic.net/free-photo/front-view-business-woman-making-plans_23-2148356256.jpg",
|
|
|
|
src: "http://img.b2bpic.net/free-photo/front-view-business-woman-making-plans_23-2148356256.jpg", alt: "Front view business woman making plans"},
|
|
|
|
alt: "Front view business woman making plans",
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
{
|
|
|
|
src: "http://img.b2bpic.net/free-photo/smiling-successful-manager-enjoying-business-training_1262-17581.jpg",
|
|
|
|
src: "http://img.b2bpic.net/free-photo/smiling-successful-manager-enjoying-business-training_1262-17581.jpg", alt: "Smiling successful manager enjoying business training"},
|
|
|
|
alt: "Smiling successful manager enjoying business training",
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
{
|
|
|
|
src: "http://img.b2bpic.net/free-photo/businessman-planning-his-work-day_1098-21008.jpg",
|
|
|
|
src: "http://img.b2bpic.net/free-photo/businessman-planning-his-work-day_1098-21008.jpg", alt: "Businessman planning his work day"},
|
|
|
|
alt: "Businessman planning his work day",
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
{
|
|
|
|
src: "http://img.b2bpic.net/free-photo/unrecognizable-man-sitting-desk-office-writing_1098-20322.jpg",
|
|
|
|
src: "http://img.b2bpic.net/free-photo/unrecognizable-man-sitting-desk-office-writing_1098-20322.jpg", alt: "government office registration modern"},
|
|
|
|
alt: "government office registration modern",
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
avatarText="Trusted by 100+ businesses"
|
|
|
|
avatarText="Trusted by 100+ businesses"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
@@ -103,26 +75,11 @@ export default function LandingPage() {
|
|
|
|
useInvertedBackground={false}
|
|
|
|
useInvertedBackground={false}
|
|
|
|
features={[
|
|
|
|
features={[
|
|
|
|
{
|
|
|
|
{
|
|
|
|
tag: "Registration",
|
|
|
|
tag: "Registration", title: "MSME/Udyam", subtitle: "Simplified Registration", description: "Quick processing for your MSME and Udyam certification needs.", imageSrc: "http://img.b2bpic.net/free-photo/hotel-receptionist-work_23-2149661561.jpg?_wi=1"},
|
|
|
|
title: "MSME/Udyam",
|
|
|
|
|
|
|
|
subtitle: "Simplified Registration",
|
|
|
|
|
|
|
|
description: "Quick processing for your MSME and Udyam certification needs.",
|
|
|
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/hotel-receptionist-work_23-2149661561.jpg?_wi=1",
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
{
|
|
|
|
tag: "Govt",
|
|
|
|
tag: "Govt", title: "GeM Portal", subtitle: "Marketplace Access", description: "Complete registration and management for Government eMarketplace.", imageSrc: "http://img.b2bpic.net/free-vector/game-ui-kit-set-user-interface-gui-build-2d-games-casual-game-vector-can-be-used-mobile-web-games-vector-illustration_1150-60800.jpg?_wi=1"},
|
|
|
|
title: "GeM Portal",
|
|
|
|
|
|
|
|
subtitle: "Marketplace Access",
|
|
|
|
|
|
|
|
description: "Complete registration and management for Government eMarketplace.",
|
|
|
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-vector/game-ui-kit-set-user-interface-gui-build-2d-games-casual-game-vector-can-be-used-mobile-web-games-vector-illustration_1150-60800.jpg?_wi=1",
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
{
|
|
|
|
tag: "Legal",
|
|
|
|
tag: "Legal", title: "Documentation", subtitle: "Expert Handling", description: "Precision project report writing and legal compliance support.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-holding-out-hand_23-2148308590.jpg?_wi=1"},
|
|
|
|
title: "Documentation",
|
|
|
|
|
|
|
|
subtitle: "Expert Handling",
|
|
|
|
|
|
|
|
description: "Precision project report writing and legal compliance support.",
|
|
|
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-holding-out-hand_23-2148308590.jpg?_wi=1",
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
title="Our Expert Services"
|
|
|
|
title="Our Expert Services"
|
|
|
|
description="Comprehensive support for all government registration and compliance needs."
|
|
|
|
description="Comprehensive support for all government registration and compliance needs."
|
|
|
|
@@ -135,9 +92,7 @@ export default function LandingPage() {
|
|
|
|
title="About Impact Consultancy"
|
|
|
|
title="About Impact Consultancy"
|
|
|
|
buttons={[
|
|
|
|
buttons={[
|
|
|
|
{
|
|
|
|
{
|
|
|
|
text: "Learn More",
|
|
|
|
text: "Learn More", href: "#"},
|
|
|
|
href: "#",
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
@@ -150,20 +105,11 @@ export default function LandingPage() {
|
|
|
|
useInvertedBackground={false}
|
|
|
|
useInvertedBackground={false}
|
|
|
|
metrics={[
|
|
|
|
metrics={[
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: "1",
|
|
|
|
id: "1", value: "100+", description: "Clients Served"},
|
|
|
|
value: "100+",
|
|
|
|
|
|
|
|
description: "Clients Served",
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: "2",
|
|
|
|
id: "2", value: "99%", description: "Success Rate"},
|
|
|
|
value: "99%",
|
|
|
|
|
|
|
|
description: "Success Rate",
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: "3",
|
|
|
|
id: "3", value: "5+", description: "Years Experience"},
|
|
|
|
value: "5+",
|
|
|
|
|
|
|
|
description: "Years Experience",
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
title="Proven Track Record"
|
|
|
|
title="Proven Track Record"
|
|
|
|
description="Supporting businesses with trust and reliability."
|
|
|
|
description="Supporting businesses with trust and reliability."
|
|
|
|
@@ -176,33 +122,13 @@ export default function LandingPage() {
|
|
|
|
useInvertedBackground={true}
|
|
|
|
useInvertedBackground={true}
|
|
|
|
features={[
|
|
|
|
features={[
|
|
|
|
{
|
|
|
|
{
|
|
|
|
tag: "01",
|
|
|
|
tag: "01", title: "Consultation", subtitle: "Assess Needs", description: "We understand your unique business requirements.", imageSrc: "http://img.b2bpic.net/free-photo/registration-application-paper-form-concept_53876-120048.jpg"},
|
|
|
|
title: "Consultation",
|
|
|
|
|
|
|
|
subtitle: "Assess Needs",
|
|
|
|
|
|
|
|
description: "We understand your unique business requirements.",
|
|
|
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/registration-application-paper-form-concept_53876-120048.jpg",
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
{
|
|
|
|
tag: "02",
|
|
|
|
tag: "02", title: "Documentation", subtitle: "Prepare Files", description: "Our team prepares and organizes necessary paperwork.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-businessman-signing-documents_74855-2701.jpg"},
|
|
|
|
title: "Documentation",
|
|
|
|
|
|
|
|
subtitle: "Prepare Files",
|
|
|
|
|
|
|
|
description: "Our team prepares and organizes necessary paperwork.",
|
|
|
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-businessman-signing-documents_74855-2701.jpg",
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
{
|
|
|
|
tag: "03",
|
|
|
|
tag: "03", title: "Processing", subtitle: "Submission", description: "We submit and track all applications with authorities.", imageSrc: "http://img.b2bpic.net/free-photo/approved-agreement-allowed-validation-concept_53876-138635.jpg"},
|
|
|
|
title: "Processing",
|
|
|
|
|
|
|
|
subtitle: "Submission",
|
|
|
|
|
|
|
|
description: "We submit and track all applications with authorities.",
|
|
|
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/approved-agreement-allowed-validation-concept_53876-138635.jpg",
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
{
|
|
|
|
tag: "04",
|
|
|
|
tag: "04", title: "Approval", subtitle: "Success", description: "Receive your certified documents and compliance proof.", imageSrc: "http://img.b2bpic.net/free-photo/team-workers-office-talking-with-supervisor-showing-project-documentation_482257-123786.jpg"},
|
|
|
|
title: "Approval",
|
|
|
|
|
|
|
|
subtitle: "Success",
|
|
|
|
|
|
|
|
description: "Receive your certified documents and compliance proof.",
|
|
|
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/team-workers-office-talking-with-supervisor-showing-project-documentation_482257-123786.jpg",
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
title="Our Process"
|
|
|
|
title="Our Process"
|
|
|
|
description="Four simple steps to your compliance"
|
|
|
|
description="Four simple steps to your compliance"
|
|
|
|
@@ -215,60 +141,15 @@ export default function LandingPage() {
|
|
|
|
useInvertedBackground={false}
|
|
|
|
useInvertedBackground={false}
|
|
|
|
testimonials={[
|
|
|
|
testimonials={[
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: "1",
|
|
|
|
id: "1", name: "Anil K.", date: "Jan 2024", title: "Startup Founder", quote: "Impact Consultancy made my MSME registration seamless.", tag: "Satisfied", avatarSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-man-sitting-desk-office-writing_1098-20322.jpg?_wi=2", imageAlt: "successful business entrepreneur portrait"},
|
|
|
|
name: "Anil K.",
|
|
|
|
|
|
|
|
date: "Jan 2024",
|
|
|
|
|
|
|
|
title: "Startup Founder",
|
|
|
|
|
|
|
|
quote: "Impact Consultancy made my MSME registration seamless.",
|
|
|
|
|
|
|
|
tag: "Satisfied",
|
|
|
|
|
|
|
|
avatarSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg",
|
|
|
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-man-sitting-desk-office-writing_1098-20322.jpg?_wi=2",
|
|
|
|
|
|
|
|
imageAlt: "successful business entrepreneur portrait",
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: "2",
|
|
|
|
id: "2", name: "Sunita R.", date: "Feb 2024", title: "NGO Director", quote: "Reliable experts for our NGO Darpan updates.", tag: "Efficient", avatarSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling-outside-office-building_107420-74332.jpg", imageSrc: "http://img.b2bpic.net/free-photo/hotel-receptionist-work_23-2149661561.jpg?_wi=2", imageAlt: "successful business entrepreneur portrait"},
|
|
|
|
name: "Sunita R.",
|
|
|
|
|
|
|
|
date: "Feb 2024",
|
|
|
|
|
|
|
|
title: "NGO Director",
|
|
|
|
|
|
|
|
quote: "Reliable experts for our NGO Darpan updates.",
|
|
|
|
|
|
|
|
tag: "Efficient",
|
|
|
|
|
|
|
|
avatarSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling-outside-office-building_107420-74332.jpg",
|
|
|
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/hotel-receptionist-work_23-2149661561.jpg?_wi=2",
|
|
|
|
|
|
|
|
imageAlt: "successful business entrepreneur portrait",
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: "3",
|
|
|
|
id: "3", name: "Vikram S.", date: "Mar 2024", title: "Business Owner", quote: "GeM registration was complicated, they handled it easily.", tag: "Professional", avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-schoolboy-portrait_23-2147666930.jpg", imageSrc: "http://img.b2bpic.net/free-vector/game-ui-kit-set-user-interface-gui-build-2d-games-casual-game-vector-can-be-used-mobile-web-games-vector-illustration_1150-60800.jpg?_wi=2", imageAlt: "successful business entrepreneur portrait"},
|
|
|
|
name: "Vikram S.",
|
|
|
|
|
|
|
|
date: "Mar 2024",
|
|
|
|
|
|
|
|
title: "Business Owner",
|
|
|
|
|
|
|
|
quote: "GeM registration was complicated, they handled it easily.",
|
|
|
|
|
|
|
|
tag: "Professional",
|
|
|
|
|
|
|
|
avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-schoolboy-portrait_23-2147666930.jpg",
|
|
|
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-vector/game-ui-kit-set-user-interface-gui-build-2d-games-casual-game-vector-can-be-used-mobile-web-games-vector-illustration_1150-60800.jpg?_wi=2",
|
|
|
|
|
|
|
|
imageAlt: "successful business entrepreneur portrait",
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: "4",
|
|
|
|
id: "4", name: "Meera P.", date: "Apr 2024", title: "Entrepreneur", quote: "Highly recommended for documentation support.", tag: "Expert", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-woman_23-2148317338.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-holding-out-hand_23-2148308590.jpg?_wi=2", imageAlt: "successful business entrepreneur portrait"},
|
|
|
|
name: "Meera P.",
|
|
|
|
|
|
|
|
date: "Apr 2024",
|
|
|
|
|
|
|
|
title: "Entrepreneur",
|
|
|
|
|
|
|
|
quote: "Highly recommended for documentation support.",
|
|
|
|
|
|
|
|
tag: "Expert",
|
|
|
|
|
|
|
|
avatarSrc: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-woman_23-2148317338.jpg",
|
|
|
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-holding-out-hand_23-2148308590.jpg?_wi=2",
|
|
|
|
|
|
|
|
imageAlt: "successful business entrepreneur portrait",
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: "5",
|
|
|
|
id: "5", name: "Rajesh T.", date: "May 2024", title: "Founder", quote: "Professional, transparent, and quick results.", tag: "Trusted", avatarSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageSrc: "http://img.b2bpic.net/free-photo/planning-work_1098-13714.jpg", imageAlt: "successful business entrepreneur portrait"},
|
|
|
|
name: "Rajesh T.",
|
|
|
|
|
|
|
|
date: "May 2024",
|
|
|
|
|
|
|
|
title: "Founder",
|
|
|
|
|
|
|
|
quote: "Professional, transparent, and quick results.",
|
|
|
|
|
|
|
|
tag: "Trusted",
|
|
|
|
|
|
|
|
avatarSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg",
|
|
|
|
|
|
|
|
imageSrc: "http://img.b2bpic.net/free-photo/planning-work_1098-13714.jpg",
|
|
|
|
|
|
|
|
imageAlt: "successful business entrepreneur portrait",
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
title="Client Success Stories"
|
|
|
|
title="Client Success Stories"
|
|
|
|
description="Trusted by entrepreneurs and NGOs across India."
|
|
|
|
description="Trusted by entrepreneurs and NGOs across India."
|
|
|
|
@@ -276,66 +157,40 @@ export default function LandingPage() {
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="faq" data-section="faq">
|
|
|
|
<div id="faq" data-section="faq">
|
|
|
|
<FaqSplitText
|
|
|
|
<FaqBase
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
|
|
|
faqs={[
|
|
|
|
faqs={[
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: "q1",
|
|
|
|
id: "q1", title: "How long does MSME registration take?", content: "Typically 2-3 working days upon document submission."},
|
|
|
|
title: "How long does MSME registration take?",
|
|
|
|
|
|
|
|
content: "Typically 2-3 working days upon document submission.",
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: "q2",
|
|
|
|
id: "q2", title: "Do you help with NGO compliance?", content: "Yes, we handle Darpan, FCRA, and CSR compliance."},
|
|
|
|
title: "Do you help with NGO compliance?",
|
|
|
|
|
|
|
|
content: "Yes, we handle Darpan, FCRA, and CSR compliance.",
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
{
|
|
|
|
id: "q3",
|
|
|
|
id: "q3", title: "How can I book a consultation?", content: "Click the 'Book Consultation' button to message us."},
|
|
|
|
title: "How can I book a consultation?",
|
|
|
|
|
|
|
|
content: "Click the 'Book Consultation' button to message us.",
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
sideTitle="Frequently Asked Questions"
|
|
|
|
title="Frequently Asked Questions"
|
|
|
|
|
|
|
|
description="We are here to help with all your compliance questions."
|
|
|
|
faqsAnimation="slide-up"
|
|
|
|
faqsAnimation="slide-up"
|
|
|
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
|
|
|
useInvertedBackground={true}
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
<ContactCTA
|
|
|
|
<ContactCenter
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
|
|
|
background={{
|
|
|
|
|
|
|
|
variant: "radial-gradient",
|
|
|
|
|
|
|
|
}}
|
|
|
|
|
|
|
|
tag="Get in Touch"
|
|
|
|
tag="Get in Touch"
|
|
|
|
title="Ready to Simplify Your Compliance?"
|
|
|
|
title="Ready to Simplify Your Compliance?"
|
|
|
|
description="Book a free 15-minute consultation with our experts today."
|
|
|
|
description="Book a free 15-minute consultation with our experts today."
|
|
|
|
buttons={[
|
|
|
|
background={{ variant: "radial-gradient" }}
|
|
|
|
{
|
|
|
|
useInvertedBackground={false}
|
|
|
|
text: "WhatsApp Us",
|
|
|
|
|
|
|
|
href: "https://wa.me/91XXXXXXXXXX",
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
text: "Email Us",
|
|
|
|
|
|
|
|
href: "mailto:info@impact.com",
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
]}
|
|
|
|
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
<FooterLogoReveal
|
|
|
|
<FooterCard
|
|
|
|
logoText="Impact Consultancy"
|
|
|
|
logoText="Impact Consultancy"
|
|
|
|
leftLink={{
|
|
|
|
copyrightText="© 2024 Impact Consultancy"
|
|
|
|
text: "Privacy Policy",
|
|
|
|
|
|
|
|
href: "#",
|
|
|
|
|
|
|
|
}}
|
|
|
|
|
|
|
|
rightLink={{
|
|
|
|
|
|
|
|
text: "© 2024 Impact Consultancy",
|
|
|
|
|
|
|
|
href: "#",
|
|
|
|
|
|
|
|
}}
|
|
|
|
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</ReactLenis>
|
|
|
|
</ReactLenis>
|
|
|
|
</ThemeProvider>
|
|
|
|
</ThemeProvider>
|
|
|
|
);
|
|
|
|
);
|
|
|
|
}
|
|
|
|
}
|