diff --git a/src/app/page.tsx b/src/app/page.tsx
index b34bc47..fa25a5f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,22 +32,13 @@ export default function LandingPage() {
@@ -56,60 +47,26 @@ export default function LandingPage() {
@@ -119,21 +76,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- title: "Pipeline Management",
- description: "Drag and drop leads through customizable sales stages effortlessly.",
- imageSrc: "http://img.b2bpic.net/free-vector/data-analysis-4-flat-icons-square_1284-8181.jpg?_wi=1",
- },
- {
- title: "Marketing ROI Tracking",
- description: "Calculate your marketing effectiveness with precision metrics.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-worker-looking-data-center-network-issues-using-laptop_482257-89759.jpg?_wi=1",
- },
- {
- title: "CRM Integration",
- description: "Centralize all contact data in one powerful interface.",
- imageSrc: "http://img.b2bpic.net/free-photo/business-analysis-report-folder-icon_53876-14637.jpg?_wi=1",
- },
+ { title: "Pipeline Management", description: "Drag and drop leads through customizable sales stages effortlessly.", imageSrc: "http://img.b2bpic.net/free-vector/data-analysis-4-flat-icons-square_1284-8181.jpg" },
+ { title: "Marketing ROI Tracking", description: "Calculate your marketing effectiveness with precision metrics.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-worker-looking-data-center-network-issues-using-laptop_482257-89759.jpg" },
+ { title: "CRM Integration", description: "Centralize all contact data in one powerful interface.", imageSrc: "http://img.b2bpic.net/free-photo/business-analysis-report-folder-icon_53876-14637.jpg" },
]}
title="Comprehensive Analytics Suite"
description="Unlock total visibility into your sales, marketing, and operational performance."
@@ -147,27 +92,9 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={true}
metrics={[
- {
- id: "m1",
- value: "68",
- title: "Opportunities",
- description: "Current active prospects",
- icon: TrendingUp,
- },
- {
- id: "m2",
- value: "£670K",
- title: "Revenue",
- description: "Total generated revenue",
- icon: DollarSign,
- },
- {
- id: "m3",
- value: "0%",
- title: "Conversion",
- description: "Average stage conversion rate",
- icon: Percent,
- },
+ { id: "m1", value: "68", title: "Opportunities", description: "Current active prospects", icon: TrendingUp },
+ { id: "m2", value: "£670K", title: "Revenue", description: "Total generated revenue", icon: DollarSign },
+ { id: "m3", value: "0%", title: "Conversion", description: "Average stage conversion rate", icon: Percent },
]}
title="Real-Time Performance"
description="Monitor your growth with live data visualizations."
@@ -176,46 +103,14 @@ export default function LandingPage() {
@@ -277,21 +150,9 @@ export default function LandingPage() {
@@ -317,50 +176,23 @@ export default function LandingPage() {
logoText="Boostrank"
columns={[
{
- title: "Product",
- items: [
- {
- label: "Features",
- href: "#features",
- },
- {
- label: "Analytics",
- href: "#metrics",
- },
- {
- label: "Pricing",
- href: "#",
- },
+ title: "Product", items: [
+ { label: "Features", href: "#features" },
+ { label: "Analytics", href: "#metrics" },
+ { label: "Pricing", href: "#products" },
],
},
{
- title: "Company",
- items: [
- {
- label: "About",
- href: "#",
- },
- {
- label: "Contact",
- href: "#contact",
- },
- {
- label: "Careers",
- href: "#",
- },
+ title: "Company", items: [
+ { label: "About", href: "#" },
+ { label: "Contact", href: "#contact" },
+ { label: "Careers", href: "#" },
],
},
{
- title: "Legal",
- items: [
- {
- label: "Privacy",
- href: "#",
- },
- {
- label: "Terms",
- href: "#",
- },
+ title: "Legal", items: [
+ { label: "Privacy", href: "#" },
+ { label: "Terms", href: "#" },
],
},
]}