diff --git a/app/page.tsx b/app/page.tsx index 882a6b9..4784ac9 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -1,57 +1,75 @@ -import Link from "next/link" -import { Button } from "@/components/ui/button" -import { Card, CardDescription, CardHeader, CardTitle } from "@/components/ui/card" -import { Navigation } from "@/components/navigation" -import { ArrowRight, Database, Shield, Zap } from "lucide-react" -import Orb from "@/components/Orb" +import Link from "next/link"; +import { Button } from "@/components/ui/button"; +import { Card, CardDescription, CardHeader, CardTitle } from "@/components/ui/card"; +import { Navigation } from "@/components/navigation"; +import { ArrowRight, Database, Shield, Zap } from "lucide-react"; +import Orb from "@/components/Orb"; + +// StepArrow component +const StepArrow = () => ( +
Enterprise-grade infrastructure for the next generation of decentralized applications
@@ -109,25 +129,47 @@ export default function HomePage() {+ Orb Oracle pulls live prices from top exchanges, filters out bad data, and delivers a clean, reliable market value. +
++ Independent nodes verify each update and sign it with cryptography to ensure accuracy and security. +
++ The verified data is posted on-chain so smart contracts can access it instantly — no middlemen needed. +
Join thousands of developers building the next generation of decentralized applications
@@ -150,5 +194,5 @@ export default function HomePage() {