diff --git a/src/App.tsx b/src/App.tsx index ca84895..d730119 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -6,6 +6,7 @@ import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards'; import NavbarCentered from '@/components/ui/NavbarCentered'; import PricingHighlightedCards from '@/components/sections/pricing/PricingHighlightedCards'; import TeamGlassCards from '@/components/sections/team/TeamGlassCards'; +import FreeTrialSignup from '@/components/sections/trial/FreeTrialSignup'; import { CheckCircle2, Code, Database, Palette, Star, TrendingUp, Users, Volume2 } from "lucide-react"; export default function App() { @@ -116,6 +117,10 @@ export default function App() { /> +
+ +
+