diff --git a/src/app/page.tsx b/src/app/page.tsx
index 38e5734..f2af6a2 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,97 +31,43 @@ export default function LandingPage() {
@@ -133,26 +79,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Daily Movement",
- description: "Track the exact Rupee change per 10 grams with precise up/down indicators.",
- bentoComponent: "line-chart",
- imageSrc: "http://img.b2bpic.net/free-photo/empty-high-end-workspace-with-advanced-tech-tools-enhancing-productivity_482257-119752.jpg",
- imageAlt: "digital gold assets visualization",
- },
+ title: "Daily Movement", description: "Track the exact Rupee change per 10 grams with precise up/down indicators.", bentoComponent: "line-chart"},
{
- title: "Cross-City Data",
- description: "Compare gold prices across Mumbai, Delhi, Chennai, and other major cities.",
- bentoComponent: "map",
- imageSrc: "http://img.b2bpic.net/free-photo/stock-exchange-trading-forex-finance-graphic-concept_53876-124069.jpg?_wi=2",
- imageAlt: "digital gold assets visualization",
- },
+ title: "Cross-City Data", description: "Compare gold prices across Mumbai, Delhi, Chennai, and other major cities.", bentoComponent: "map"},
{
- title: "Auto Refresh",
- description: "Live data feeds that update every 30 seconds for maximum accuracy.",
- bentoComponent: "reveal-icon",
- icon: Zap,
- imageSrc: "http://img.b2bpic.net/free-photo/golden-sparkle-burst-energy-sparke-glitter-background_1017-41850.jpg?_wi=1",
- imageAlt: "digital gold assets visualization",
+ title: "Auto Refresh", description: "Live data feeds that update every 30 seconds for maximum accuracy.", bentoComponent: "reveal-icon", icon: Zap,
},
]}
title="Market Trends & Insights"
@@ -167,53 +98,16 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
- id: "free",
- name: "Basic",
- price: "Free",
- features: [
- "15m delayed rates",
- "Standard price alerts",
- "City selection",
- ],
- buttons: [
- {
- text: "Start Now",
- href: "#",
- },
- ],
+ id: "free", name: "Basic", price: "Free", features: ["15m delayed rates", "Standard price alerts", "City selection"],
+ buttons: [{ text: "Start Now", href: "#" }],
},
{
- id: "pro",
- name: "Professional",
- price: "₹999",
- badge: "Popular",
- features: [
- "Real-time updates",
- "Unlimited price alerts",
- "Historical deep dive",
- ],
- buttons: [
- {
- text: "Upgrade",
- href: "#",
- },
- ],
+ id: "pro", name: "Professional", price: "₹999", badge: "Popular", features: ["Real-time updates", "Unlimited price alerts", "Historical deep dive"],
+ buttons: [{ text: "Upgrade", href: "#" }],
},
{
- id: "enterprise",
- name: "Enterprise",
- price: "Custom",
- features: [
- "API Access",
- "Custom Dashboards",
- "Priority support",
- ],
- buttons: [
- {
- text: "Contact",
- href: "#",
- },
- ],
+ id: "enterprise", name: "Enterprise", price: "Custom", features: ["API Access", "Custom Dashboards", "Priority support"],
+ buttons: [{ text: "Contact", href: "#" }],
},
]}
title="Subscription Plans"
@@ -227,24 +121,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
- {
- id: "1",
- title: "Today's Change",
- value: "+₹450",
- icon: TrendingUp,
- },
- {
- id: "2",
- title: "Weekly High",
- value: "₹7,420",
- icon: ArrowUp,
- },
- {
- id: "3",
- title: "Trading Volume",
- value: "12.5M",
- icon: BarChart,
- },
+ { id: "1", title: "Today's Change", value: "+₹450", icon: TrendingUp },
+ { id: "2", title: "Weekly High", value: "₹7,420", icon: ArrowUp },
+ { id: "3", title: "Trading Volume", value: "12.5M", icon: BarChart },
]}
title="Key Market KPIs"
description="Statistical overview of current gold market performance."
@@ -255,15 +134,7 @@ export default function LandingPage() {
@@ -274,21 +145,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
- {
- id: "1",
- title: "How is price determined?",
- content: "Prices are based on international bullion spot rates and currency conversion.",
- },
- {
- id: "2",
- title: "What are price alerts?",
- content: "Receive notifications when gold hits your target price threshold.",
- },
- {
- id: "3",
- title: "Is the data accurate?",
- content: "We synchronize with major market feeds every 30 seconds.",
- },
+ { id: "1", title: "How is price determined?", content: "Prices are based on international bullion spot rates and currency conversion." },
+ { id: "2", title: "What are price alerts?", content: "Receive notifications when gold hits your target price threshold." },
+ { id: "3", title: "Is the data accurate?", content: "We synchronize with major market feeds every 30 seconds." },
]}
title="Frequently Asked Questions"
description="Common questions regarding price updates and gold investment."
@@ -299,12 +158,10 @@ export default function LandingPage() {
@@ -313,14 +170,8 @@ export default function LandingPage() {