Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-07 11:15:17 +00:00
2 changed files with 12 additions and 51 deletions

View File

@@ -1,58 +1,20 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Montserrat } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const montserrat = Montserrat({
variable: "--font-montserrat", subsets: ["latin"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "IndiFunded - Get Funded Trading Account | Prove Your Skills", description: "Trade with ₹5L funded account without risking your capital. Prove your trading skills, pass our challenge, and earn 70% profit split. Join thousands of successful traders.", keywords: "funded trading account, trading challenge, Indian stock market, profit sharing, Bank Nifty, Nifty options, trading platform, ₹5 lakh account", metadataBase: new URL("https://indifunded.com"),
alternates: {
canonical: "https://indifunded.com"},
openGraph: {
title: "IndiFunded - Funded Trading Accounts for Indian Traders", description: "Trade independently with up to ₹5L funded account. 70% profit split, zero risk loss protection, and guaranteed 24-hour payouts.", url: "https://indifunded.com", siteName: "IndiFunded", type: "website", images: [
{
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcAuJa8QXP44x6r46dMnY9vYtR/a-modern-trading-dashboard-interface-sho-1772881828915-d7c0d933.png", alt: "IndiFunded Trading Dashboard"},
],
},
twitter: {
card: "summary_large_image", title: "IndiFunded - Funded Trading Accounts", description: "Prove your skills, get funded, start earning. Up to ₹5L trading account with 70% profit split.", images: [
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcAuJa8QXP44x6r46dMnY9vYtR/a-modern-trading-dashboard-interface-sho-1772881828915-d7c0d933.png"],
},
robots: {
index: true,
follow: true,
},
};
title: "IndiFunded", description: "Take the Challenge, Get Funded, Start Trading!"};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${montserrat.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1420,7 +1382,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -234,17 +234,17 @@ export default function LandingPage() {
faqsAnimation="slide-up"
faqs={[
{
id: "1", title: "Is Indifunded registered with SEBI?", content: "IndiFunded operates under all applicable Indian financial regulations and complies with SEBI guidelines for trading platforms and account management."},
id: "1", title: "How do I know IndiFunded is a genuine platform and not a scam?", content: "We provide complete transparency through verified trader testimonials, 24-hour profit payouts, and documented regulatory compliance. Our office is verifiable and our support team is available at +91 7801920564."},
{
id: "2", title: "How do I know IndiFunded is a genuine platform and not a scam?", content: "We provide complete transparency through verified trader testimonials, 24-hour profit payouts, and documented regulatory compliance. Our office is verifiable and our support team is available at +91 7801920564."},
id: "2", title: "Can I verify IndiFunded's authenticity before applying?", content: "Yes, you can visit our office at Unique Square, Causeway, Katargam, Surat. You can also verify through our website, contact our support team, and review trader testimonials for authentic feedback."},
{
id: "3", title: "Can I verify IndiFunded's authenticity before applying?", content: "Yes, you can visit our office at Unique Square, Causeway, Katargam, Surat. You can also verify through our website, contact our support team, and review trader testimonials for authentic feedback."},
id: "3", title: "What guarantees do I have that IndiFunded will honor its commitments?", content: "We guarantee 70% profit split within 24 hours of trading completion. We cover 100% of losses up to the 20% limit. Our track record speaks through thousands of verified trader payouts."},
{
id: "4", title: "What guarantees do I have that IndiFunded will honor its commitments?", content: "We guarantee 70% profit split within 24 hours of trading completion. We cover 100% of losses up to the 20% limit. Our track record speaks through thousands of verified trader payouts."},
id: "4", title: "How can I contact IndiFunded if I have concerns or doubts?", content: "Contact us via email at support@indifunded.com or call +91 7801920564. Our support team is available to address all your concerns and provide detailed information about our services."},
{
id: "5", title: "How can I contact IndiFunded if I have concerns or doubts?", content: "Contact us via email at support@indifunded.com or call +91 7801920564. Our support team is available to address all your concerns and provide detailed information about our services."},
id: "5", title: "How secure is my personal information with IndiFunded?", content: "We implement industry-standard security protocols for all personal and financial information. KYC verification is required for regulatory compliance and your data protection."},
{
id: "6", title: "How secure is my personal information with IndiFunded?", content: "We implement industry-standard security protocols for all personal and financial information. KYC verification is required for regulatory compliance and your data protection."},
id: "6", title: "Is Indifunded registered with SEBI?", content: "IndiFunded operates under all applicable Indian financial regulations and complies with SEBI guidelines for trading platforms and account management."},
{
id: "7", title: "What happens if I pass the challenge, but IndiFunded doesn't fund my account?", content: "Upon successful challenge completion, your KYC verification immediately follows, and your funded account is activated within 2 weeks. Our guarantee ensures this process is honored without exception."},
{