Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-09 05:15:42 +00:00
2 changed files with 56 additions and 5 deletions

View File

@@ -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>
);
}
}

View File

@@ -12,13 +12,13 @@
--background: #ffffff;
--card: #f9f9f9;
--foreground: #120a00e6;
--primary-cta: #FF7B05;
--foreground: #1a3a52;
--primary-cta: #0066cc;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #120a00e6;
--accent: #e2e2e2;
--background-accent: #FF7B05;
--background-accent: #0066cc;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);