Compare commits
14 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 59bcfd6556 | |||
| 1be36a3492 | |||
| 3a8db3e803 | |||
| 64ebede1d0 | |||
| 3ef9fcdf01 | |||
| a44875dd45 | |||
| e9d11e50a4 | |||
| 549cb96d66 | |||
| 3cfd2dbd00 | |||
| baf1791dc2 | |||
| 61c351f1d8 | |||
| 56bea0eb34 | |||
| 8dd96458f1 | |||
| a4cfd0cbda |
208
src/app/page.tsx
208
src/app/page.tsx
@@ -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
84
src/app/services/page.tsx
Normal 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>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user