import { memo } from 'react'; import { Box, Button, Flex, FlexItem, Grid, Text } from '@/shared/ui'; import { FaGithub, FaLinkedin, FaNpm } from 'react-icons/fa'; import { QuickStartPanel } from './QuickStartPanel'; import { Links } from '../constants'; import { IconLink } from './IconLink'; export const Hero = memo(() => { return ( React Scaffold Created by {Links.CreatorName} Start building with React Scaffold A modern, opinionated starter that keeps your codebase clean as it grows — feature-first structure, shared UI primitives, and best-practice tooling out of the box. This is the default starter page. Replace it with your product UI when you’re ready. } /> } /> } /> <> } /> ); });