Update src/app/page.tsx
This commit is contained in:
@@ -11,7 +11,7 @@ import TestimonialCardThirteen from "@/components/sections/testimonial/Testimoni
|
||||
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||
import { TrendingUp, Award, Sparkles, Briefcase, Heart, Globe, BarChart3, Lock, Target, Zap, Wallet, Users, DollarSign, PieChart, Headphones, Linkedin, Twitter, Mail } from "lucide-react";
|
||||
import { TrendingUp, Award, Sparkles, Briefcase, Heart, Globe, BarChart3, Lock, Target, Zap, Wallet, Users, DollarSign, PieChart, Headphones, Linkedin, Twitter, Mail, TrendingDown, Shield, Percent } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -128,6 +128,57 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="fundData" data-section="fundData">
|
||||
<MetricCardEleven
|
||||
title="Live Mutual Fund Data"
|
||||
description="Real-time performance and NAV updates across fund categories"
|
||||
tag="Fund Categories"
|
||||
tagIcon={TrendingUp}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "12.5%", title: "Large Cap", description: "1-year returns | NAV: $1,250", imageSrc: "http://img.b2bpic.net/free-vector/futuristic-infographic-element-collection_23-2148312650.jpg?_wi=1", imageAlt: "Large cap fund performance"},
|
||||
{
|
||||
id: "2", value: "15.8%", title: "Mid Cap", description: "1-year returns | NAV: $985", imageSrc: "http://img.b2bpic.net/free-vector/business-growth-money-savings-statistics_24877-49814.jpg?_wi=1", imageAlt: "Mid cap fund performance"},
|
||||
{
|
||||
id: "3", value: "18.2%", title: "Small Cap", description: "1-year returns | NAV: $742", imageSrc: "http://img.b2bpic.net/free-photo/busy-businessman-thinking-about-new-solutions_329181-19203.jpg?_wi=1", imageAlt: "Small cap fund performance"},
|
||||
{
|
||||
id: "4", value: "9.3%", title: "Hybrid", description: "1-year returns | NAV: $1,125", imageSrc: "http://img.b2bpic.net/free-vector/futuristic-infographic-element-collection_23-2148312650.jpg?_wi=2", imageAlt: "Hybrid fund performance"},
|
||||
{
|
||||
id: "5", value: "11.7%", title: "ELSS", description: "1-year returns | NAV: $856", imageSrc: "http://img.b2bpic.net/free-vector/business-growth-money-savings-statistics_24877-49814.jpg?_wi=2", imageAlt: "ELSS fund performance"},
|
||||
]}
|
||||
buttons={[{ text: "View Detailed Data", href: "contact" }]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="fundInfo" data-section="fundInfo">
|
||||
<ProductCardOne
|
||||
title="Fund Information"
|
||||
description="Detailed insights on fund name, category, returns, risk level, and fund manager details"
|
||||
tag="Fund Details"
|
||||
tagIcon={Briefcase}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Growth Index Fund", price: "Risk Level: High | Manager: John Smith", imageSrc: "http://img.b2bpic.net/free-vector/futuristic-infographic-element-collection_23-2148312650.jpg?_wi=1", imageAlt: "Growth index fund details"},
|
||||
{
|
||||
id: "2", name: "Balanced Fund", price: "Risk Level: Medium | Manager: Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-vector/business-growth-money-savings-statistics_24877-49814.jpg?_wi=1", imageAlt: "Balanced fund details"},
|
||||
{
|
||||
id: "3", name: "Income Fund", price: "Risk Level: Low | Manager: Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/busy-businessman-thinking-about-new-solutions_329181-19203.jpg?_wi=1", imageAlt: "Income fund details"},
|
||||
]}
|
||||
buttons={[{ text: "Compare Funds", href: "contact" }]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="funds" data-section="funds">
|
||||
<ProductCardOne
|
||||
title="Our Fund Collection"
|
||||
@@ -259,4 +310,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user