H1 - Text
H2 - Text
H3 - Text
Body text - bold - italic - underline - linetru
List:
- with a period
- with a period
Numbered:
- 1Row
- 2Row
Highlighting
| Column 1 | Column 2 | Column 3 |
|---|---|---|
| Text | 12 | End |
| Text | 14 | Beginning |

import LandingPage from "@/pages/LandingPage";
const Index = () => {
return <LandingPage />;
};
export default Index;