Top.Mail.Ru
Zero Block
Click "Block Editor" to enter the edit mode. Use layers, shapes and customize adaptability. Everything is in your hands.
Tilda Publishing
create your own block from scratch
import { NewHeader } from './components/NewHeader'; import { NewHero } from './components/NewHero'; import { AboutSection } from './components/AboutSection'; import { CatalogSectionNew } from './components/CatalogSectionNew'; import { FeaturesSectionNew } from './components/FeaturesSectionNew'; import { RatingsSection } from './components/RatingsSection'; import { ReviewsSectionNew } from './components/ReviewsSectionNew'; import { FAQSectionNew } from './components/FAQSectionNew'; import { ContactSectionNew } from './components/ContactSectionNew'; import { NewFooter } from './components/NewFooter'; import { ParallaxElements } from './components/ParallaxElements'; import { GlassOrbs } from './components/GlassOrbs'; export default function App() { return (
); }