'use client' import React, { ForwardedRef, ReactNode, RefObject, forwardRef } from 'react'; import Container from 'react-bootstrap/Container'; import AboutBrief from './components/AboutBrief'; import Skills from './components/Skills'; import { Contacts } from './components/Contacts'; import WorkExperience from './components/WorkExperience'; import Education from './components/Education'; import { Col, Row, Stack } from 'react-bootstrap'; import Footer from './components/Footer'; import Photo from './components/Photo'; import Projects from './components/Projects'; export default function Home() { return (