<div>
{ }
onClick
async
=>
Wartungsarbeiten

Wir arbeiten gerade an unserer Projektseite!

Unsere Seite wird optimiert und bekommt ein Upgrade. Wir sind bald mit einem noch besseren Auftritt zurück.

import { motion } from 'motion'import { Hero } from './components'const Page = () => { const ref = useRef(null) const inView = useInView(ref) return ( <motion.section initial={{ opacity: 0 }} animate={{ opacity: 1 }} transition={{ spring }} > <Hero title='ShaliziSolutions' /> <Services grid={3} /> <Contact animate /> </motion.section> )}export default Page// styles.tsexport const theme = { colors: { primary: '#00E5FF', accent: '#FFB800', bg: '#0A0E1A', }, fonts: { heading: 'Syne', body: 'DM Sans', },}import { motion } from 'motion'import { Hero } from './components'const Page = () => { const ref = useRef(null) const inView = useInView(ref) return ( <motion.section initial={{ opacity: 0 }} animate={{ opacity: 1 }} transition={{ spring }} > <Hero title='ShaliziSolutions' /> <Services grid={3} /> <Contact animate /> </motion.section> )}export default Page// styles.tsexport const theme = { colors: { primary: '#00E5FF', accent: '#FFB800', bg: '#0A0E1A', }, fonts: { heading: 'Syne', body: 'DM Sans', },}
FortschrittWird geladen...