import Image from "next/image"; import Link from "next/link"; import { useTheme } from "next-themes"; // icons import { Lightbulb } from "lucide-react"; // images import latestFeatures from "public/onboarding/onboarding-pages.svg"; export const LatestFeatureBlock = () => { const { resolvedTheme } = useTheme(); return ( <>

Pages gets a facelift! Write anything and use Galileo to help you start.{" "} Learn more

Plane Issues
); };