Skip to content

Commit

Permalink
delete inter modal
Browse files Browse the repository at this point in the history
  • Loading branch information
heavenmei committed Sep 24, 2024
1 parent a2eeebd commit 6c71a39
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions projects/fastgpt/app/[[...lang]]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import CTA from '@/components/home/CTA';
import FAQ from '@/components/home/FAQ';
import Feature from '@/components/home/Feature';
import Hero from '@/components/home/Hero';
import InterModal from '@/components/home/InterModal';
// import SocialProof from '@/components/home/SocialProof';
import VideoPlayer from '@/components/home/Video';
import { defaultLocale, getDictionary, localeNames } from '@/lib/i18n';
Expand Down Expand Up @@ -49,7 +48,7 @@ export default async function LangHome({ params: { lang } }: { params: { lang?:
{/* CTA (Call to Action) Footer */}
<CTA locale={dict.CTA} CTALocale={dict.CTAButton} stars={stars} />
</div>
<InterModal locale={dict.InterModal} />
{/* <InterModal locale={dict.InterModal} /> */}
</main>
</>
);
Expand Down

0 comments on commit 6c71a39

Please sign in to comment.