import {
Navbar,
NavbarBrand,
NavbarContent,
NavbarItem,
Link,
Button,
DropdownItem,
DropdownTrigger,
Dropdown,
DropdownMenu,
} from "@heroui/react";
export const AcmeLogo = () => {
return (
);
};
export const ChevronDown = ({fill, size, height, width, ...props}) => {
return (
);
};
export const Lock = ({fill, size, height, width, ...props}) => {
const color = fill;
return (
);
};
export const Activity = ({fill, size, height, width, ...props}) => {
return (
);
};
export const Flash = ({fill = "currentColor", size, height, width, ...props}) => {
return (
);
};
export const Server = ({fill = "currentColor", size, height, width, ...props}) => {
return (
);
};
export const TagUser = ({fill = "currentColor", size, height, width, ...props}) => {
return (
);
};
export const Scale = ({fill = "currentColor", size, height, width, ...props}) => {
return (
);
};
export default function App() {
const icons = {
chevron: ,
scale: ,
lock: ,
activity: ,
flash: ,
server: ,
user: ,
};
return (
ACME
Autoscaling
Usage Metrics
Production Ready
+99% Uptime
+Supreme Support
Customers
Integrations
Login
);
}