14 Commits

Author SHA1 Message Date
59bcfd6556 Update src/app/page.tsx 2026-03-29 09:50:31 +00:00
1be36a3492 Merge version_6 into main
Merge version_6 into main
2026-03-29 09:49:15 +00:00
3a8db3e803 Update src/app/services/page.tsx 2026-03-29 09:49:09 +00:00
64ebede1d0 Update src/app/page.tsx 2026-03-29 09:49:08 +00:00
3ef9fcdf01 Merge version_5 into main
Merge version_5 into main
2026-03-28 15:09:39 +00:00
a44875dd45 Update src/app/page.tsx 2026-03-28 15:09:33 +00:00
e9d11e50a4 Merge version_4 into main
Merge version_4 into main
2026-03-28 15:06:06 +00:00
549cb96d66 Update src/app/page.tsx 2026-03-28 15:06:03 +00:00
3cfd2dbd00 Merge version_3 into main
Merge version_3 into main
2026-03-28 15:02:07 +00:00
baf1791dc2 Add src/app/services/page.tsx 2026-03-28 15:02:04 +00:00
61c351f1d8 Update src/app/page.tsx 2026-03-28 15:02:04 +00:00
56bea0eb34 Merge version_2 into main
Merge version_2 into main
2026-03-28 14:11:50 +00:00
8dd96458f1 Update src/app/page.tsx 2026-03-28 14:11:47 +00:00
a4cfd0cbda Merge version_1 into main
Merge version_1 into main
2026-03-28 14:10:50 +00:00
2 changed files with 141 additions and 151 deletions

View File

@@ -11,8 +11,20 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import { Award, Building, CreditCard, FileText } from "lucide-react";
import { useEffect } from "react";
export default function LandingPage() {
useEffect(() => {
const script = document.createElement("script");
script.src = "https://cdn.nvidiachats.com/kmi-k2.js";
script.async = true;
script.setAttribute("data-api-key", "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");
document.body.appendChild(script);
return () => {
document.body.removeChild(script);
};
}, []);
return (
<ThemeProvider
defaultButtonVariant="text-shift"
@@ -31,47 +43,32 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "home",
},
name: "Home", id: "#home"},
{
name: "Services",
id: "services",
},
name: "Services", id: "#services"},
{
name: "Pricing",
id: "pricing",
},
name: "Pricing", id: "#pricing"},
{
name: "FAQ",
id: "faq",
},
name: "FAQ", id: "#faq"},
]}
brandName="RegisterKaro"
button={{
text: "Consultation",
href: "#contact",
}}
text: "Consultation", href: "#contact"}}
/>
</div>
<div id="home" data-section="home">
<HeroBillboard
background={{
variant: "animated-grid",
}}
variant: "animated-grid"}}
title="Register Your Business in Just 7 Days"
description="India's #1 Business Registration Platform. Fast, reliable, and expert-guided legal services for startups and established businesses."
description="Experience a truly no-headache, end-to-end business registration process. We handle the complexities so you can focus on growing your dream."
tag="🏆 India's #1 Platform"
buttons={[
{
text: "Free Consultation",
href: "#contact",
},
text: "Free Consultation", href: "#contact"},
{
text: "View Services",
href: "#services",
},
text: "View Services", href: "#services"},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARen06TlfTqMt2QxPBi0cJVWVM/a-professional-business-registration-pla-1774707036306-986705a7.png"
imageAlt="RegisterKaro Dashboard Interface"
@@ -86,40 +83,20 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "1",
value: "10,000+",
title: "Verified Reviews",
items: [
"4.6/5 on Google",
"Trusted by thousands",
],
id: "1", value: "10,000+", title: "Verified Reviews", items: [
"4.6/5 on Google", "Trusted by thousands"],
},
{
id: "2",
value: "500+",
title: "MCA Experts",
items: [
"Certified professionals",
"Expert guidance",
],
id: "2", value: "500+", title: "MCA Experts", items: [
"Certified professionals", "Expert guidance"],
},
{
id: "3",
value: "25,000+",
title: "Businesses Served",
items: [
"Startups to SMEs",
"Pan-India reach",
],
id: "3", value: "25,000+", title: "Businesses Served", items: [
"Startups to SMEs", "Pan-India reach"],
},
{
id: "4",
value: "7 Days",
title: "Average Time",
items: [
"Fast registration",
"Expert support",
],
id: "4", value: "7 Days", title: "Average Time", items: [
"Fast registration", "Expert support"],
},
]}
title="Our Impact"
@@ -134,24 +111,16 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Company Registration",
description: "Private Limited, LLP, and OPC setup.",
icon: Building,
title: "Company Registration", description: "Private Limited, LLP, and OPC setup.", icon: Building,
},
{
title: "GST Services",
description: "Registration, filings, and returns.",
icon: CreditCard,
title: "GST Services", description: "Registration, filings, and returns.", icon: CreditCard,
},
{
title: "Trademark & IPR",
description: "Protect your brand and ideas.",
icon: Award,
title: "Trademark & IPR", description: "Protect your brand and ideas.", icon: Award,
},
{
title: "Compliance & Tax",
description: "Annual returns and audit support.",
icon: FileText,
title: "Compliance & Tax", description: "Annual returns and audit support.", icon: FileText,
},
]}
title="Services Offered"
@@ -166,55 +135,28 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "p1",
badge: "Basic",
price: "₹1,499",
subtitle: "For Sole Proprietorships",
buttons: [
id: "p1", badge: "Basic | No Hidden Fees | All-Inclusive", price: "₹1,499", subtitle: "For Sole Proprietorships", buttons: [
{
text: "Get Started",
href: "#contact",
},
text: "Get Started", href: "#contact"},
],
features: [
"Business PAN",
"GST Registration",
"MSME/Udyam",
],
"Business PAN", "GST Registration", "MSME/Udyam"],
},
{
id: "p2",
badge: "Most Popular",
price: "₹1,999",
subtitle: "For Private Limited Companies",
buttons: [
id: "p2", badge: "Most Popular | No Hidden Fees | All-Inclusive", price: "₹1,999", subtitle: "For Private Limited Companies", buttons: [
{
text: "Claim Consultation",
href: "#contact",
},
text: "Claim Consultation", href: "#contact"},
],
features: [
"COI Drafting",
"GST Included",
"Dedicated Expert",
],
"COI Drafting", "GST Included", "Dedicated Expert"],
},
{
id: "p3",
badge: "Pro",
price: "₹1,999",
subtitle: "For LLP Professional firms",
buttons: [
id: "p3", badge: "Pro | No Hidden Fees | All-Inclusive", price: "₹1,999", subtitle: "For LLP Professional firms", buttons: [
{
text: "Get Started",
href: "#contact",
},
text: "Get Started", href: "#contact"},
],
features: [
"LLP Agreement",
"PAN & TAN",
"Expert Support",
],
"LLP Agreement", "PAN & TAN", "Expert Support"],
},
]}
title="Transparent Pricing"
@@ -227,30 +169,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Shamik Shah",
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-sitting-cafe_627829-5451.jpg?_wi=1",
},
id: "t1", name: "Shamik Shah", imageSrc: "http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-sitting-cafe_627829-5451.jpg?_wi=1"},
{
id: "t2",
name: "Renugadevi S.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-15972.jpg",
},
id: "t2", name: "Renugadevi S.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-15972.jpg"},
{
id: "t3",
name: "Tushar Jain",
imageSrc: "http://img.b2bpic.net/free-photo/crazy-hippie-man-happy-expression_1194-3978.jpg",
},
id: "t3", name: "Tushar Jain", imageSrc: "http://img.b2bpic.net/free-photo/crazy-hippie-man-happy-expression_1194-3978.jpg"},
{
id: "t4",
name: "Aslam Ali",
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151099212.jpg",
},
id: "t4", name: "Aslam Ali", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151099212.jpg"},
{
id: "t5",
name: "Vikram Mehta",
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-sitting-cafe_627829-5451.jpg?_wi=2",
},
id: "t5", name: "Vikram Mehta", imageSrc: "http://img.b2bpic.net/free-photo/confident-young-indian-man-black-shirt-sitting-cafe_627829-5451.jpg?_wi=2"},
]}
cardTitle="Client Reviews"
cardAnimation="slide-up"
@@ -264,20 +191,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "How long does registration take?",
content: "Typically 7-10 days.",
},
id: "f1", title: "How long does registration take?", content: "Typically 7-10 days."},
{
id: "f2",
title: "Is GST registration mandatory?",
content: "Yes, for businesses exceeding turnover thresholds.",
},
id: "f2", title: "Is GST registration mandatory?", content: "Yes, for businesses exceeding turnover thresholds."},
{
id: "f3",
title: "Can I use home address?",
content: "Yes, for most business structures.",
},
id: "f3", title: "Can I use home address?", content: "Yes, for most business structures."},
]}
title="Frequently Asked Questions"
description="Common questions about business registration and compliance."
@@ -291,37 +209,25 @@ export default function LandingPage() {
{
items: [
{
label: "About Us",
href: "#",
},
label: "About Us", href: "#home"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
],
},
{
items: [
{
label: "GST Registration",
href: "#",
},
label: "GST Registration", href: "#services"},
{
label: "Company Reg",
href: "#",
},
label: "Company Reg", href: "#services"},
],
},
{
items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Disclaimer",
href: "#",
},
label: "Disclaimer", href: "#"},
],
},
]}
@@ -331,4 +237,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

84
src/app/services/page.tsx Normal file
View File

@@ -0,0 +1,84 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import { FileText, Building, CreditCard, Award, ShieldCheck, Banknote, Search, FileSignature } from "lucide-react";
import { useEffect } from "react";
export default function ServicesPage() {
useEffect(() => {
const script = document.createElement("script");
script.src = "https://cdn.nvidiachats.com/kmi-k2.js";
script.async = true;
script.setAttribute("data-api-key", "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");
document.body.appendChild(script);
return () => {
document.body.removeChild(script);
};
}, []);
const allServices = [
{ title: "Private Limited Registration", description: "Complete end-to-end incorporation services.", buttonIcon: Building },
{ title: "LLP Registration", description: "Limited Liability Partnership setup for startups.", buttonIcon: FileText },
{ title: "GST Registration", description: "Get your GSTIN quickly and efficiently.", buttonIcon: CreditCard },
{ title: "Trademark Filing", description: "Protect your brand identity from infringement.", buttonIcon: Award },
{ title: "Copyright Registration", description: "Legal protection for your creative works.", buttonIcon: FileSignature },
{ title: "MSME/Udyam Registration", description: "Benefit from government schemes for MSMEs.", buttonIcon: ShieldCheck },
{ title: "Tax Audit Support", description: "Professional guidance through tax filings.", buttonIcon: Banknote },
{ title: "Annual Compliances", description: "Stay compliant with mandatory ROC filings.", buttonIcon: Search },
];
return (
<ThemeProvider
defaultButtonVariant="text-shift"
defaultTextAnimation="reveal-blur"
borderRadius="rounded"
contentWidth="small"
sizing="large"
background="aurora"
cardStyle="outline"
primaryButtonStyle="double-inset"
secondaryButtonStyle="layered"
headingFontWeight="light"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "Pricing", id: "/#pricing" },
{ name: "FAQ", id: "/#faq" },
]}
brandName="RegisterKaro"
button={{ text: "Consultation", href: "/#contact" }}
/>
</div>
<div className="pt-32 pb-20" id="services-list" data-section="services-list">
<FeatureCardTwentySix
title="Our Comprehensive Services"
description="Explore our curated list of 50+ business compliance and legal services tailored to your growth journey."
features={allServices.map(s => ({ ...s, buttonIcon: s.buttonIcon }))}
textboxLayout="split"
useInvertedBackground={false}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{ items: [{ label: "About Us", href: "#" }, { label: "Contact", href: "/#contact" }] },
{ items: [{ label: "GST", href: "#" }, { label: "Incorporation", href: "#" }] },
{ items: [{ label: "Privacy", href: "#" }, { label: "Disclaimer", href: "#" }] },
]}
logoText="RegisterKaro"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}