diff --git a/src/app/page.tsx b/src/app/page.tsx
index dffd800..e78ed78 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,26 +29,11 @@ export default function LandingPage() {
@@ -56,62 +41,25 @@ export default function LandingPage() {
@@ -122,36 +70,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- id: "f1",
- label: "Automation",
- title: "AI Workflow Automation",
- items: [
- "Task management",
- "Automatic routing",
- "Data entry automation",
- ],
- },
- {
- id: "f2",
- label: "Chatbots",
- title: "Intelligent Chatbot Dev",
- items: [
- "NLP Integration",
- "24/7 Support Bots",
- "Sales-focused bots",
- ],
- },
- {
- id: "f3",
- label: "API Integration",
- title: "Seamless API Integrations",
- items: [
- "Third-party connections",
- "Legacy system bridges",
- "Scalable cloud stacks",
- ],
- },
+ { id: "f1", label: "Automation", title: "AI Workflow Automation", items: ["Task management", "Automatic routing", "Data entry automation"] },
+ { id: "f2", label: "Chatbots", title: "Intelligent Chatbot Dev", items: ["NLP Integration", "24/7 Support Bots", "Sales-focused bots"] },
+ { id: "f3", label: "API Integration", title: "Seamless API Integrations", items: ["Third-party connections", "Legacy system bridges", "Scalable cloud stacks"] }
]}
title="Core AI Services"
description="Scalable, high-impact AI infrastructure for modern businesses."
@@ -165,60 +86,12 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={true}
products={[
- {
- id: "p1",
- brand: "Fintech",
- name: "AutoTrade AI",
- price: "High Impact",
- rating: 5,
- reviewCount: "12",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-holding-smartphone_23-2150671596.jpg",
- },
- {
- id: "p2",
- brand: "Health",
- name: "MedBot Core",
- price: "Enterprise",
- rating: 5,
- reviewCount: "24",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg",
- },
- {
- id: "p3",
- brand: "Retail",
- name: "ShopSense AI",
- price: "Scalable",
- rating: 5,
- reviewCount: "45",
- imageSrc: "http://img.b2bpic.net/free-photo/anthropomorphic-robot-indoors_23-2150405632.jpg",
- },
- {
- id: "p4",
- brand: "Logistics",
- name: "ShipSmart",
- price: "Optimization",
- rating: 5,
- reviewCount: "8",
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-black-freelance-developer-using-desktop-monitor_482257-131138.jpg",
- },
- {
- id: "p5",
- brand: "Media",
- name: "TrendVision",
- price: "Predictive",
- rating: 5,
- reviewCount: "15",
- imageSrc: "http://img.b2bpic.net/free-photo/optical-fiber-background_23-2149301599.jpg",
- },
- {
- id: "p6",
- brand: "Security",
- name: "SecureAI",
- price: "Advanced",
- rating: 5,
- reviewCount: "30",
- imageSrc: "http://img.b2bpic.net/free-photo/female-web-designer-with-papers-notes-office_23-2149749879.jpg",
- },
+ { id: "p1", brand: "Fintech", name: "AutoTrade AI", price: "High Impact", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-holding-smartphone_23-2150671596.jpg" },
+ { id: "p2", brand: "Health", name: "MedBot Core", price: "Enterprise", rating: 5, reviewCount: "24", imageSrc: "http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg" },
+ { id: "p3", brand: "Retail", name: "ShopSense AI", price: "Scalable", rating: 5, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/anthropomorphic-robot-indoors_23-2150405632.jpg" },
+ { id: "p4", brand: "Logistics", name: "ShipSmart", price: "Optimization", rating: 5, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/closeup-black-freelance-developer-using-desktop-monitor_482257-131138.jpg" },
+ { id: "p5", brand: "Media", name: "TrendVision", price: "Predictive", rating: 5, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/optical-fiber-background_23-2149301599.jpg" },
+ { id: "p6", brand: "Security", name: "SecureAI", price: "Advanced", rating: 5, reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/female-web-designer-with-papers-notes-office_23-2149749879.jpg" }
]}
title="Selected Projects"
description="Showcasing high-fidelity AI products built for enterprise."
@@ -227,58 +100,22 @@ export default function LandingPage() {