diff --git a/src/app/page.tsx b/src/app/page.tsx
index d831cf4..a401aa3 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -12,7 +12,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
-import { Activity, Lightbulb, Monitor, ShieldCheck, Zap } from "lucide-react";
+import { Activity, Lightbulb, Monitor, ShieldCheck, Zap, BrainCircuit } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,26 +32,11 @@ export default function LandingPage() {
@@ -59,18 +44,11 @@ export default function LandingPage() {
@@ -81,53 +59,32 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- title: "API Access",
- description: "High-throughput endpoints ready for enterprise integration.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/digital-training-innovation-concept-with-futuristic-interface-screens_1134-352.jpg",
+ title: "API Access", description: "High-throughput endpoints ready for enterprise integration.", media: {
+ imageSrc: "http://img.b2bpic.net/free-photo/digital-training-innovation-concept-with-futuristic-interface-screens_1134-352.jpg", imageAlt: "glassmorphism UI card technology"
},
items: [
- {
- icon: Zap,
- text: "Ultra-low latency",
- },
+ { icon: Zap, text: "Ultra-low latency" }
],
- reverse: false,
- imageSrc: "http://img.b2bpic.net/free-vector/future-technology-background-with-circuit-pattern_107791-35419.jpg?_wi=2",
- imageAlt: "glassmorphism UI card technology",
+ reverse: false
},
{
- title: "Model Training",
- description: "Bespoke fine-tuning for specialized industry use cases.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/geometric-abstract-phone-wallpaper-technology-concept-connecting-dots-design_53876-160212.jpg",
+ title: "Model Training", description: "Bespoke fine-tuning for specialized industry use cases.", media: {
+ imageSrc: "http://img.b2bpic.net/free-photo/geometric-abstract-phone-wallpaper-technology-concept-connecting-dots-design_53876-160212.jpg", imageAlt: "robotic hand ai connection"
},
items: [
- {
- icon: BrainCircuit,
- text: "Context aware",
- },
+ { icon: BrainCircuit, text: "Context aware" }
],
- reverse: true,
- imageSrc: "http://img.b2bpic.net/free-photo/3d-background-with-flowing-grid-design_1048-11491.jpg",
- imageAlt: "glassmorphism UI card technology",
+ reverse: true
},
{
- title: "UI Integration",
- description: "Beautiful front-end interfaces powered by our back-end intelligence.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/sound-button-closeup-laptop-keyboard_169016-62909.jpg",
+ title: "UI Integration", description: "Beautiful front-end interfaces powered by our back-end intelligence.", media: {
+ imageSrc: "http://img.b2bpic.net/free-photo/sound-button-closeup-laptop-keyboard_169016-62909.jpg", imageAlt: "cyberpunk login interface"
},
items: [
- {
- icon: Monitor,
- text: "Responsive dashboard",
- },
+ { icon: Monitor, text: "Responsive dashboard" }
],
- reverse: false,
- imageSrc: "http://img.b2bpic.net/free-photo/ai-integration-smartphone_23-2151977840.jpg",
- imageAlt: "glassmorphism UI card technology",
- },
+ reverse: false
+ }
]}
title="Seamless AI Delivery"
description="Our core services designed to scale your operations."
@@ -141,55 +98,20 @@ export default function LandingPage() {
useInvertedBackground={true}
plans={[
{
- id: "basic",
- badge: "Essential",
- price: "$49",
- subtitle: "Basic AI credits",
- features: [
- "1k API calls",
- "Email support",
- ],
- buttons: [
- {
- text: "Pay Now",
- },
- ],
+ id: "basic", badge: "Essential", price: "$49", subtitle: "Basic AI credits", features: ["1k API calls", "Email support"],
+ buttons: [{ text: "Pay Now" }]
},
{
- id: "pro",
- badge: "Growth",
- price: "$199",
- subtitle: "Advanced tools",
- features: [
- "10k API calls",
- "Model training",
- "Priority support",
- ],
- buttons: [
- {
- text: "Pay Now",
- },
- ],
+ id: "pro", badge: "Growth", price: "$199", subtitle: "Advanced tools", features: ["10k API calls", "Model training", "Priority support"],
+ buttons: [{ text: "Pay Now" }]
},
{
- id: "enterprise",
- badge: "Scalable",
- price: "$999",
- subtitle: "Full access",
- features: [
- "Unlimited calls",
- "Dedicated dev support",
- "Custom models",
- ],
- buttons: [
- {
- text: "Pay Now",
- },
- ],
- },
+ id: "enterprise", badge: "Scalable", price: "$999", subtitle: "Full access", features: ["Unlimited calls", "Dedicated dev support", "Custom models"],
+ buttons: [{ text: "Pay Now" }]
+ }
]}
title="Payment Module"
- description=" /* INSERT PAYMENT GATEWAY API (Stripe/PayPal) HERE */"
+ description=""
/>
@@ -200,27 +122,9 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- value: "1M+",
- title: "API Calls",
- description: "Processed daily.",
- icon: Activity,
- },
- {
- id: "m2",
- value: "500+",
- title: "Models",
- description: "Successfully trained.",
- icon: Lightbulb,
- },
- {
- id: "m3",
- value: "99.9%",
- title: "Uptime",
- description: "Always available.",
- icon: ShieldCheck,
- },
+ { id: "m1", value: "1M+", title: "API Calls", description: "Processed daily.", icon: Activity },
+ { id: "m2", value: "500+", title: "Models", description: "Successfully trained.", icon: Lightbulb },
+ { id: "m3", value: "99.9%", title: "Uptime", description: "Always available.", icon: ShieldCheck }
]}
title="Our Scale"
description="Global impact in numbers."
@@ -231,15 +135,7 @@ export default function LandingPage() {