diff --git a/src/app/page.tsx b/src/app/page.tsx index e240445a..ee803a77 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,23 +1,22 @@ -import TestimonialCard from '@/frontend/studio/components/TestimonialCard' import { LogoCloud } from '@/components/logo-cloud' import Navbar from '@/components/navbar' import DuolingoButton from '@/components/ui/duolingo-button' +import Pricing from '@/frontend/studio/components/Pricing' +import TestimonialCard from '@/frontend/studio/components/TestimonialCard' import { auth } from '@/lib/auth' import MuxPlayer from '@mux/mux-player-react' import { headers } from 'next/headers' import Link from 'next/link' -import Script from 'next/script' -import Pricing from '@/frontend/studio/components/Pricing' const Footer = () => { return ( -