Merge version_2 into main #2
@@ -7,47 +7,31 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const mulish = Mulish({
|
||||
variable: "--font-mulish",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-mulish", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Best LIC Advisor in Jaipur - Ashok Kumar Jangid",
|
||||
description: "Trusted LIC insurance advisor & investment consultant in Jaipur. Expert guidance on life insurance, SIP investments, retirement planning & child education funds. Call +91 96949 49491",
|
||||
keywords: "LIC agent Jaipur, LIC advisor Jaipur, LIC consultant Jaipur, SIP investment Jaipur, mutual fund advisor Jaipur, insurance advisor",
|
||||
robots: {
|
||||
title: "Best LIC Advisor in Jaipur - Ashok Kumar Jangid", description: "Trusted LIC insurance advisor & investment consultant in Jaipur. Expert guidance on life insurance, SIP investments, retirement planning & child education funds. Call +91 96949 49491", keywords: "LIC agent Jaipur, LIC advisor Jaipur, LIC consultant Jaipur, SIP investment Jaipur, mutual fund advisor Jaipur, insurance advisor", robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
openGraph: {
|
||||
title: "Best LIC Advisor in Jaipur - Ashok Kumar Jangid",
|
||||
description: "Secure your financial future with expert LIC insurance and investment guidance from Ashok Kumar Jangid in Jaipur",
|
||||
type: "website",
|
||||
siteName: "Ashok Kumar Jangid LIC",
|
||||
url: "https://ashokjangidlic.com",
|
||||
images: [
|
||||
title: "Best LIC Advisor in Jaipur - Ashok Kumar Jangid", description: "Secure your financial future with expert LIC insurance and investment guidance from Ashok Kumar Jangid in Jaipur", type: "website", siteName: "Ashok Kumar Jangid LIC", url: "https://ashokjangidlic.com", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/happy-daughter-embracing-kissing-her-working-parents-home_637285-12186.jpg",
|
||||
alt: "LIC Insurance & Financial Advisory Services",
|
||||
},
|
||||
url: "http://img.b2bpic.net/free-photo/happy-daughter-embracing-kissing-her-working-parents-home_637285-12186.jpg", alt: "LIC Insurance & Financial Advisory Services"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Best LIC Advisor in Jaipur - Ashok Kumar Jangid",
|
||||
description: "Expert LIC insurance and investment advisory services. Free consultation available.",
|
||||
images: ["http://img.b2bpic.net/free-photo/happy-daughter-embracing-kissing-her-working-parents-home_637285-12186.jpg"],
|
||||
card: "summary_large_image", title: "Best LIC Advisor in Jaipur - Ashok Kumar Jangid", description: "Expert LIC insurance and investment advisory services. Free consultation available.", images: ["http://img.b2bpic.net/free-photo/happy-daughter-embracing-kissing-her-working-parents-home_637285-12186.jpg"],
|
||||
},
|
||||
};
|
||||
|
||||
@@ -1435,4 +1419,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
152
src/app/page.tsx
152
src/app/page.tsx
@@ -63,33 +63,17 @@ export default function HomePage() {
|
||||
mediaAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
name: "Rajesh Kumar",
|
||||
handle: "Satisfied Client",
|
||||
testimonial: "Ashok helped me plan my family's future with the right LIC policy. Highly recommended!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1074.jpg?_wi=1",
|
||||
},
|
||||
name: "Rajesh Kumar", handle: "Satisfied Client", testimonial: "Ashok helped me plan my family's future with the right LIC policy. Highly recommended!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1074.jpg?_wi=1"},
|
||||
{
|
||||
name: "Priya Singh",
|
||||
handle: "Investment Client",
|
||||
testimonial: "Best SIP investment guidance I've received. My portfolio has grown significantly.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-suit-cross-arms-chest-looking-like-real-professional-smili_1258-122403.jpg?_wi=1",
|
||||
},
|
||||
name: "Priya Singh", handle: "Investment Client", testimonial: "Best SIP investment guidance I've received. My portfolio has grown significantly.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-suit-cross-arms-chest-looking-like-real-professional-smili_1258-122403.jpg?_wi=1"},
|
||||
{
|
||||
name: "Vikram Patel",
|
||||
handle: "Retirement Client",
|
||||
testimonial: "Personalized retirement planning that actually works. Very professional service.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1074.jpg?_wi=2",
|
||||
},
|
||||
name: "Vikram Patel", handle: "Retirement Client", testimonial: "Personalized retirement planning that actually works. Very professional service.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1074.jpg?_wi=2"},
|
||||
{
|
||||
name: "Neha Sharma",
|
||||
handle: "Education Planning Client",
|
||||
testimonial: "Excellent guidance for my child's education fund. Ashok truly cares about his clients.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-successful-businesswoman-looking-into-camera-sitting-restaurant-business-lady-with-stylish-hairstyle-wears-elegant-suit-business-meeting-attractive-appearance_8353-12611.jpg?_wi=1",
|
||||
},
|
||||
name: "Neha Sharma", handle: "Education Planning Client", testimonial: "Excellent guidance for my child's education fund. Ashok truly cares about his clients.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-successful-businesswoman-looking-into-camera-sitting-restaurant-business-lady-with-stylish-hairstyle-wears-elegant-suit-business-meeting-attractive-appearance_8353-12611.jpg?_wi=1"},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
useInvertedBackground={false}
|
||||
@@ -117,24 +101,16 @@ export default function HomePage() {
|
||||
mediaAnimation="slide-up"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Certified LIC Advisor",
|
||||
description: "Licensed and certified financial advisor with proven track record in insurance and investments",
|
||||
icon: CheckCircle,
|
||||
title: "Certified LIC Advisor", description: "Licensed and certified financial advisor with proven track record in insurance and investments", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
title: "10+ Years Experience",
|
||||
description: "Over a decade of dedicated service helping clients achieve their financial goals",
|
||||
icon: Trophy,
|
||||
title: "10+ Years Experience", description: "Over a decade of dedicated service helping clients achieve their financial goals", icon: Trophy,
|
||||
},
|
||||
{
|
||||
title: "Local Jaipur Expert",
|
||||
description: "Deep understanding of local financial needs in Jaipur and nearby areas",
|
||||
icon: MapPin,
|
||||
title: "Local Jaipur Expert", description: "Deep understanding of local financial needs in Jaipur and nearby areas", icon: MapPin,
|
||||
},
|
||||
{
|
||||
title: "Personalized Solutions",
|
||||
description: "Customized financial plans tailored to your specific needs and life goals",
|
||||
icon: Lightbulb,
|
||||
title: "Personalized Solutions", description: "Customized financial plans tailored to your specific needs and life goals", icon: Lightbulb,
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Schedule Consultation", href: "#contact" }]}
|
||||
@@ -154,32 +130,40 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "LIC Insurance Plans",
|
||||
tags: ["Life Protection", "Guaranteed Returns"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/life-insurance-policy-terms-use-concept_53876-132761.jpg?_wi=1",
|
||||
imageAlt: "LIC Insurance Plans",
|
||||
id: "1", title: "LIC Insurance Plans", tags: ["Life Protection", "Guaranteed Returns"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/life-insurance-policy-terms-use-concept_53876-132761.jpg?_wi=1", imageAlt: "LIC Insurance Plans", onFeatureClick: () => {
|
||||
const element = document.getElementById('contact');
|
||||
if (element) {
|
||||
element.scrollIntoView({ behavior: 'smooth' });
|
||||
}
|
||||
},
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "SIP & Mutual Fund Investments",
|
||||
tags: ["Wealth Building", "Flexible Options"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/invest-investment-financial-income-profit-costs-concept_53876-134068.jpg?_wi=1",
|
||||
imageAlt: "SIP and Mutual Fund Investment",
|
||||
id: "2", title: "SIP & Mutual Fund Investments", tags: ["Wealth Building", "Flexible Options"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/invest-investment-financial-income-profit-costs-concept_53876-134068.jpg?_wi=1", imageAlt: "SIP and Mutual Fund Investment", onFeatureClick: () => {
|
||||
const element = document.getElementById('contact');
|
||||
if (element) {
|
||||
element.scrollIntoView({ behavior: 'smooth' });
|
||||
}
|
||||
},
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Retirement Planning",
|
||||
tags: ["Future Security", "Long-term Planning"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-couple-meeting-with-financial-expert-develop-detailed-retirement-plan_482257-92410.jpg?_wi=1",
|
||||
imageAlt: "Retirement Planning Services",
|
||||
id: "3", title: "Retirement Planning", tags: ["Future Security", "Long-term Planning"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-couple-meeting-with-financial-expert-develop-detailed-retirement-plan_482257-92410.jpg?_wi=1", imageAlt: "Retirement Planning Services", onFeatureClick: () => {
|
||||
const element = document.getElementById('contact');
|
||||
if (element) {
|
||||
element.scrollIntoView({ behavior: 'smooth' });
|
||||
}
|
||||
},
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Child Education Planning",
|
||||
tags: ["Education Fund", "Growth Potential"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/putting-money-coins-saving-glass-bottle-concept-investment-mutual-fund-finance-business-placed-textbook-content-money-saving-education_1150-45710.jpg?_wi=1",
|
||||
imageAlt: "Child Education Fund Planning",
|
||||
id: "4", title: "Child Education Planning", tags: ["Education Fund", "Growth Potential"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/putting-money-coins-saving-glass-bottle-concept-investment-mutual-fund-finance-business-placed-textbook-content-money-saving-education_1150-45710.jpg?_wi=1", imageAlt: "Child Education Fund Planning", onFeatureClick: () => {
|
||||
const element = document.getElementById('contact');
|
||||
if (element) {
|
||||
element.scrollIntoView({ behavior: 'smooth' });
|
||||
}
|
||||
},
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Explore All Services", href: "/services" }]}
|
||||
@@ -220,53 +204,23 @@ export default function HomePage() {
|
||||
showRating={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Rajesh Kumar",
|
||||
handle: "@rajesh_kumar",
|
||||
testimonial: "Ashok's expertise in LIC policies helped me choose the right plan for my family. His personalized approach made all the difference.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1074.jpg?_wi=3",
|
||||
},
|
||||
id: "1", name: "Rajesh Kumar", handle: "@rajesh_kumar", testimonial: "Ashok's expertise in LIC policies helped me choose the right plan for my family. His personalized approach made all the difference.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1074.jpg?_wi=3"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Priya Singh",
|
||||
handle: "@priya_singh",
|
||||
testimonial: "Started my SIP journey with Ashok's guidance. Best decision for my financial future. Very patient and knowledgeable advisor.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-suit-cross-arms-chest-looking-like-real-professional-smili_1258-122403.jpg?_wi=2",
|
||||
},
|
||||
id: "2", name: "Priya Singh", handle: "@priya_singh", testimonial: "Started my SIP journey with Ashok's guidance. Best decision for my financial future. Very patient and knowledgeable advisor.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-suit-cross-arms-chest-looking-like-real-professional-smili_1258-122403.jpg?_wi=2"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Vikram Patel",
|
||||
handle: "@vikram_patel",
|
||||
testimonial: "Retirement planning can be confusing, but Ashok made it simple and effective. My financial security is now guaranteed.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1074.jpg?_wi=4",
|
||||
},
|
||||
id: "3", name: "Vikram Patel", handle: "@vikram_patel", testimonial: "Retirement planning can be confusing, but Ashok made it simple and effective. My financial security is now guaranteed.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1074.jpg?_wi=4"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Neha Sharma",
|
||||
handle: "@neha_sharma",
|
||||
testimonial: "Planned my daughter's education fund with Ashok. His long-term strategy gives me complete peace of mind.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-successful-businesswoman-looking-into-camera-sitting-restaurant-business-lady-with-stylish-hairstyle-wears-elegant-suit-business-meeting-attractive-appearance_8353-12611.jpg?_wi=2",
|
||||
},
|
||||
id: "4", name: "Neha Sharma", handle: "@neha_sharma", testimonial: "Planned my daughter's education fund with Ashok. His long-term strategy gives me complete peace of mind.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-successful-businesswoman-looking-into-camera-sitting-restaurant-business-lady-with-stylish-hairstyle-wears-elegant-suit-business-meeting-attractive-appearance_8353-12611.jpg?_wi=2"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Amit Verma",
|
||||
handle: "@amit_verma",
|
||||
testimonial: "Professional, reliable, and always available. Ashok goes beyond typical advisory services. Highly recommended.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1074.jpg?_wi=5",
|
||||
},
|
||||
id: "5", name: "Amit Verma", handle: "@amit_verma", testimonial: "Professional, reliable, and always available. Ashok goes beyond typical advisory services. Highly recommended.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1074.jpg?_wi=5"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Deepika Mehra",
|
||||
handle: "@deepika_mehra",
|
||||
testimonial: "Changed my perspective on financial planning. Ashok's insights helped me build substantial wealth over the years.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-successful-businesswoman-looking-into-camera-sitting-restaurant-business-lady-with-stylish-hairstyle-wears-elegant-suit-business-meeting-attractive-appearance_8353-12611.jpg?_wi=3",
|
||||
},
|
||||
id: "6", name: "Deepika Mehra", handle: "@deepika_mehra", testimonial: "Changed my perspective on financial planning. Ashok's insights helped me build substantial wealth over the years.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-successful-businesswoman-looking-into-camera-sitting-restaurant-business-lady-with-stylish-hairstyle-wears-elegant-suit-business-meeting-attractive-appearance_8353-12611.jpg?_wi=3"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -297,4 +251,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user