Update src/app/page.tsx
This commit is contained in:
@@ -32,9 +32,6 @@ import {
|
|||||||
Users,
|
Users,
|
||||||
Workflow,
|
Workflow,
|
||||||
Zap,
|
Zap,
|
||||||
ArrowLeftRight,
|
|
||||||
Send,
|
|
||||||
CircleDollarSign,
|
|
||||||
} from "lucide-react";
|
} from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
@@ -59,7 +56,6 @@ export default function LandingPage() {
|
|||||||
{ name: "Capabilities", id: "capabilities" },
|
{ name: "Capabilities", id: "capabilities" },
|
||||||
{ name: "Pricing", id: "pricing" },
|
{ name: "Pricing", id: "pricing" },
|
||||||
{ name: "Contact", id: "contact" },
|
{ name: "Contact", id: "contact" },
|
||||||
{ name: "Docs", id: "https://docs.example.com" },
|
|
||||||
]}
|
]}
|
||||||
bottomLeftText="Intelligent Automation"
|
bottomLeftText="Intelligent Automation"
|
||||||
bottomRightText="hello@aiflow.com"
|
bottomRightText="hello@aiflow.com"
|
||||||
|
|||||||
Reference in New Issue
Block a user