Nexa

Title of the Article

81 views
July 1, 2026

H1 - Text

H2 - Text

H3 - Text

Body text - bold - italic - underline - linetru

www.startnext.com

List:

  • with a period
  • with a period

Numbered:

  1. 1Row
  2. 2Row
Highlighting
Column 1Column 2Column 3
Text12End
Text14Beginning
GIF animation
import LandingPage from "@/pages/LandingPage";

const Index = () => {
  return <LandingPage />;
};

export default Index;

Was this article helpful?