diff --git a/src/app/page.tsx b/src/app/page.tsx
index e9b810c..1b49d90 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,121 +33,47 @@ export default function LandingPage() {
@@ -158,24 +84,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- id: "f1",
- title: "Auto Scheduling",
- description: "Never miss a renewal with automated alerts.",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-smartphone-desk-with-coffee-cup-notebook_23-2149404181.jpg",
- },
- {
- id: "f2",
- title: "Client Database",
- description: "Organize your customer list in one place.",
- imageSrc: "http://img.b2bpic.net/free-photo/modern-workspace-with-analytical-data-dashboards-displayed-devices_482257-126633.jpg",
- },
- {
- id: "f3",
- title: "Renewal Alerts",
- description: "Proactive reminders for upcoming services.",
- imageSrc: "http://img.b2bpic.net/free-photo/blue-monday-concept-with-copy-space_23-2148760185.jpg",
- },
+ { id: "f1", title: "Auto Scheduling", description: "Never miss a renewal with automated alerts.", tag: "Management", imageSrc: "http://img.b2bpic.net/free-photo/top-view-smartphone-desk-with-coffee-cup-notebook_23-2149404181.jpg" },
+ { id: "f2", title: "Client Database", description: "Organize your customer list in one place.", tag: "Management", imageSrc: "http://img.b2bpic.net/free-photo/modern-workspace-with-analytical-data-dashboards-displayed-devices_482257-126633.jpg" },
+ { id: "f3", title: "Renewal Alerts", description: "Proactive reminders for upcoming services.", tag: "Management", imageSrc: "http://img.b2bpic.net/free-photo/blue-monday-concept-with-copy-space_23-2148760185.jpg" }
]}
title="Built for Efficiency"
description="Powerful management features in a simple, intuitive interface."
@@ -189,60 +100,12 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={true}
products={[
- {
- id: "p1",
- brand: "CRM",
- name: "Customer Name Entry",
- price: "Standard",
- rating: 5,
- reviewCount: "100+",
- imageSrc: "http://img.b2bpic.net/free-photo/pov-shot-chemist-using-smartphone-with-green-screen-biological-laboratory-medical-worker-wearing-white-coat-clinic-working-with-mobile-with-chroma-key-isolated-display-medical-lab_482257-12791.jpg",
- },
- {
- id: "p2",
- brand: "CRM",
- name: "Service Tracking",
- price: "Standard",
- rating: 5,
- reviewCount: "100+",
- imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel-template_23-2148365750.jpg",
- },
- {
- id: "p3",
- brand: "CRM",
- name: "Renewal Mgmt",
- price: "Standard",
- rating: 5,
- reviewCount: "100+",
- imageSrc: "http://img.b2bpic.net/free-photo/smartphone-child-hands-with-incoming-mommy-call-screen_169016-42647.jpg",
- },
- {
- id: "p4",
- brand: "CRM",
- name: "Payment Records",
- price: "Standard",
- rating: 5,
- reviewCount: "100+",
- imageSrc: "http://img.b2bpic.net/free-photo/topview-notebook-mobile-phone-email-table-concept_53876-30091.jpg",
- },
- {
- id: "p5",
- brand: "CRM",
- name: "Location Mapping",
- price: "Standard",
- rating: 5,
- reviewCount: "100+",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-holds-device-with-mockup-screen_482257-86910.jpg",
- },
- {
- id: "p6",
- brand: "CRM",
- name: "Reporting",
- price: "Standard",
- rating: 5,
- reviewCount: "100+",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-rendering-dating-app-concept_23-2149316410.jpg",
- },
+ { id: "p1", brand: "CRM", name: "Customer Name Entry", price: "Standard", rating: 5, reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/pov-shot-chemist-using-smartphone-with-green-screen-biological-laboratory-medical-worker-wearing-white-coat-clinic-working-with-mobile-with-chroma-key-isolated-display-medical-lab_482257-12791.jpg" },
+ { id: "p2", brand: "CRM", name: "Service Tracking", price: "Standard", rating: 5, reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel-template_23-2148365750.jpg" },
+ { id: "p3", brand: "CRM", name: "Renewal Mgmt", price: "Standard", rating: 5, reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/smartphone-child-hands-with-incoming-mommy-call-screen_169016-42647.jpg" },
+ { id: "p4", brand: "CRM", name: "Payment Records", price: "Standard", rating: 5, reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/topview-notebook-mobile-phone-email-table-concept_53876-30091.jpg" },
+ { id: "p5", brand: "CRM", name: "Location Mapping", price: "Standard", rating: 5, reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/woman-holds-device-with-mockup-screen_482257-86910.jpg" },
+ { id: "p6", brand: "CRM", name: "Reporting", price: "Standard", rating: 5, reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-rendering-dating-app-concept_23-2149316410.jpg" }
]}
title="Customer Data Hub"
description="Manage your customer records with a simple and mobile-friendly form interface."
@@ -251,30 +114,13 @@ export default function LandingPage() {