import React from 'react'; import type { ReactElement } from 'react'; import Head from 'next/head'; import Link from 'next/link'; import BaseButton from '../components/BaseButton'; import CardBox from '../components/CardBox'; import SectionFullScreen from '../components/SectionFullScreen'; import LayoutGuest from '../layouts/Guest'; import BaseButtons from '../components/BaseButtons'; import { getPageTitle } from '../config'; import { useAppSelector } from '../stores/hooks'; import CardBoxComponentTitle from "../components/CardBoxComponentTitle"; export default function Starter() { const textColor = useAppSelector((state) => state.style.linkColor); const title = 'sITE WEB VITRINE' return (
This is a React.js/Node.js app generated by the Flatlogic Web App Generator
For guides and documentation please check your local README.md and the Flatlogic documentation
© 2024 {title}. All rights reserved
Privacy Policy