From 495dbfe51a9d542a51cb21f81646db71941d460c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 03:12:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 228 +++++++++-------------------------------------- 1 file changed, 43 insertions(+), 185 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7c74ab9..4d10948 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,10 +2,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import FaqBase from '@/components/sections/faq/FaqBase'; 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 MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; @@ -31,27 +31,17 @@ export default function LandingPage() { @@ -61,37 +51,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." buttons={[ { - text: "Get Started", - href: "#contact", - }, + text: "Get Started", href: "#contact"}, { - text: "Our Services", - href: "#services", - }, + text: "Our Services", href: "#services"}, ]} imageSrc="http://img.b2bpic.net/free-photo/unrecognizable-man-sitting-desk-office-writing_1098-20322.jpg?_wi=1" showBlur={true} avatars={[ { - src: "http://img.b2bpic.net/free-photo/planning-work_1098-13714.jpg", - alt: "Planning work", - }, + src: "http://img.b2bpic.net/free-photo/planning-work_1098-13714.jpg", alt: "Planning work"}, { - src: "http://img.b2bpic.net/free-photo/front-view-business-woman-making-plans_23-2148356256.jpg", - alt: "Front view business woman making plans", - }, + src: "http://img.b2bpic.net/free-photo/front-view-business-woman-making-plans_23-2148356256.jpg", alt: "Front view business woman making plans"}, { - src: "http://img.b2bpic.net/free-photo/smiling-successful-manager-enjoying-business-training_1262-17581.jpg", - alt: "Smiling successful manager enjoying business training", - }, + src: "http://img.b2bpic.net/free-photo/smiling-successful-manager-enjoying-business-training_1262-17581.jpg", alt: "Smiling successful manager enjoying business training"}, { - src: "http://img.b2bpic.net/free-photo/businessman-planning-his-work-day_1098-21008.jpg", - alt: "Businessman planning his work day", - }, + src: "http://img.b2bpic.net/free-photo/businessman-planning-his-work-day_1098-21008.jpg", alt: "Businessman planning his work day"}, { - src: "http://img.b2bpic.net/free-photo/unrecognizable-man-sitting-desk-office-writing_1098-20322.jpg", - alt: "government office registration modern", - }, + src: "http://img.b2bpic.net/free-photo/unrecognizable-man-sitting-desk-office-writing_1098-20322.jpg", alt: "government office registration modern"}, ]} avatarText="Trusted by 100+ businesses" /> @@ -103,26 +79,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - 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", - }, + 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"}, { - 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", - }, + 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"}, { - 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", - }, + 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="Our Expert Services" description="Comprehensive support for all government registration and compliance needs." @@ -135,9 +96,7 @@ export default function LandingPage() { title="About Impact Consultancy" buttons={[ { - text: "Learn More", - href: "#", - }, + text: "Learn More", href: "#"}, ]} /> @@ -150,20 +109,11 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "1", - value: "100+", - description: "Clients Served", - }, + id: "1", value: "100+", description: "Clients Served"}, { - id: "2", - value: "99%", - description: "Success Rate", - }, + id: "2", value: "99%", description: "Success Rate"}, { - id: "3", - value: "5+", - description: "Years Experience", - }, + id: "3", value: "5+", description: "Years Experience"}, ]} title="Proven Track Record" description="Supporting businesses with trust and reliability." @@ -176,33 +126,13 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - 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", - }, + 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"}, { - 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", - }, + 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"}, { - 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", - }, + 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"}, { - 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", - }, + 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="Our Process" description="Four simple steps to your compliance" @@ -215,60 +145,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - 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", - }, + 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"}, { - 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", - }, + 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"}, { - 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", - }, + 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"}, { - 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", - }, + 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"}, { - 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", - }, + 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"}, ]} title="Client Success Stories" description="Trusted by entrepreneurs and NGOs across India." @@ -276,63 +161,36 @@ export default function LandingPage() {
-
-
-- 2.49.1